/*全体をセンターにレイアウトします*/
body {
	text-align: center;
}
/*コンテンツ部分です*/
.container{
	width:750px;
	text-align:left;
	border:1px solid #666666;
}
/*h1の設定部分です*/
h1 {
	background-image:url(img/header.gif);
	width:750px;
	height:159px;
}
h1 span {
	display:none;
}
/*h2の設定部分です*/
h2 {
	font-size:14px;
	color:#CC0000;
}
/*h3の設定部分です*/
h3 {
	font-size:12px;
	background-color:#FEE7C5;
}
/*コンテンツ本文段落文章の設定です*/
p {
	top:-0.5em;
	font-size:12px;
}
/*ヘッダー下のメニュー部分の設定です*/
.menu{
	position:relative;
	top:-21px;
	width:750px;
	background-color:#A5BF0F;
	padding:0.5em 0 0.5em 0.5em;
}
.menu a{
	color:#FFFFFF;
}
/*コンテンツ上段の設定です*/
.a_line{
	width:750px;
	margin-bottom:2em;
}
/*コンテンツ中段の設定です*/
.b_line{
	width:740px;
	padding:0 5px 0 5px;
}
/*コンテンツ下段の設定です*/
.c_line{
}
/*アドセンス部分の設定です*/
.ads{
	position:relative;
	float:left;
	width:336px;
	padding-left:10px;
}
/*コンテンツ上段の内部設定*/
.top_m{
	position:relative;
	float:left;
	width:390px;
	padding-left:10px;
}
/*コンテンツ中段の内部設定*/
.middle_m{
	position:relative;
	float:left;
	width:234px;
	margin:0 4px 0 4px;
	border:1px solid #FBFEDA;
	background-color:#FBFEDA;
}
/*コンテンツ下段の内部設定*/
.bottom_m{
	width:730px;
	padding:0 10px 0 10px;
}
/*フッターの設定*/
.footer a{
	color:#666666;
	text-decoration:none;
}