@charset "utf-8";
/* CSS Document */

/*#guide_buying_left{
	width:348px;
	height:214px;
	float:left;
	border:1px solid #a0a0a0;
	margin-bottom:20px;
}
#guide_buying_right{
	width:348px;
	height:214px;	
	float:left;
	border:1px solid #a0a0a0;
	margin-bottom:20px;
	margin-left:10px;
}
#guide_buying_left img{margin:10px auto;}
#guide_buying_right img{margin:10px auto;}*/

/* --- ボックス --- */
div.section {
width: 500px; /* ボックスの幅 */
padding-bottom: 5px; /* ボックスの下パディング */
background: #ffffff url(images/maru2_500_bottom.gif) no-repeat bottom; /* ボックスの背景 */
font-size: 80%;
color: #000000;
}

/* --- 見出し --- */
div.section h4 {
margin: 0; /* 見出しのマージン */
padding: 1em 15px 0 10px; /* 見出しのパディング（上右下左） */
background: #ffffff url(images/maru2_500_top.gif) no-repeat top; /* 見出しの背景 */
font-size: 100%; /* 見出しの文字サイズ */
}

div.section h3{
	color:#F60;
	}

/* --- ボックス内の段落 --- */
div.section p {
margin: 1em 15px 1em 10px; /* 段落のマージン（上右下左） */
}

#main{
	margin:0 auto;
	position:relative;
	width:1010px;
	}

#main_left{
	float:left;
	width:500px;
	}

#main_right{
	float:right;
	width:500px;
	}