@charset "shift-jis";
/* ----------------------------------------------
	This style definition is debug.
------------------------------------------------- */

	body.debug * {
		border: solid 1px #000 !important;
	}

	.debugBdr {
		border: solid 1px #000 !important;
	}

	.debugBgRed{
		background-color: #f00 !important;
	}

	.debugFloatLeft {
		float: left !important;
	}
	
	.debugFloatRight {
		float: right !important;
	}