@charset "shift_JIS";







/* =#content_right範囲CSS
------------------------------------------------------------------------------------------*/ 
#content #content_right #main {
	margin-bottom: 20px;
	text-align:right;
}




/* =boxの範囲CSS
------------------------------------------------------------------------------------------*/
#wrap #contentA {
	width: 640px;
	margin-bottom: 30px;
	clear: both;
}

#contentA .box {
	height:103px;
	padding:0px;
	width: 640px;
	border:1px #eee solid;
	margin-bottom:10px;
}

/* =leftの範囲CSS
------------------------------------------------------------------------------------------*/
#wrap #contentA  .box .left {
	width: 300px;
	float: left;
}

#wrap #contentA  .box .left p {
padding:5px 0 0 15px ;
line-height:12px;
}




/* =right の範囲CSS
------------------------------------------------------------------------------------------*/
#wrap #contentA .box  .right {
	float: right;
	width: 312px;
}