/**********************************
No.1006
**********************************/


/*ページ全体の指定*/
*{
	margin:0;
	padding:0;
	font:normal normal 100% Osaka,"ＭＳ ゴシック",sans-serif;
  	border:none;
}

body{
	font-size:84%;
	color:#628852;
	background:#413C0E url("img/bg.gif") repeat-x top;
}

/*ページの輪郭*/
#flame{
	width: 710px;
	margin:5px auto 0 auto;
	background:url("img/centerbg.gif") repeat-y center;	
}

/*ヘッダ*/
#head{
	background:url("img/headbg.gif") no-repeat top center;
}
#head #logo{
	font-size:200%;
	padding:20px 20px 20px 40px;
	font-family:Arial Black ,"ＭＳ ゴシック","Osaka",sans-serif;
	color:#ffffff;
}

/*センター*/
#center{

	}
	
#center #side_box{/*サイドボックス*/
	float:left;
	width:190px;
	}
#center #side_box .mainside{/*サイドボックス*/
	margin:0 20px 10px 0;
	}
#center #side_box h3{/*サイドメニュー見出し*/
	color:#fff;
	font-weight:bold;
	}
#center #side_box ul{/*サイドメニュー*/
	list-style:none;
	background:url("img/menubg.gif") repeat-x top center;
	padding:3px 0 0 0;
	}
#center #side_box ul li{/*サイドメニュー*/
	list-style:none;
	}
#center #side_box ul li a{/*サイドメニュー*/
	display:block;
	width:150px;
	background:url("img/menubga.gif");
	margin:5px;
	padding:5px;
	text-decoration:none;
	color:#fff;
	}
#center #side_box ul li a:hover{/*サイドメニュー*/
	list-style:none;
	background:url("img/menubgah.gif");
	}	
	
	
#center #main_box{/*メインボックス*/
	width:520px;
	float:left;
	color:#ffffff;
	}
#center #main_box .main{/*メインボックスのメイン*/
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	}
	
#center #main_box p{
	line-height:1.5;
	padding:5px;
	}
	
#center #main_box h1,
#center #main_box h2{/*大見出し*/
	font-size:100%;
	font-weight:bold;
	color:#fff;
	background:url("img/mainbg.gif") repeat-x bottom;
	padding:0 0 7px 0;
	}
	
	
	
	
/*フッタ*/
#foot{
	width:710px;
	height:30px;
	background:url("img/footbg.gif") no-repeat center;
	margin:0 auto;
	}
#footunder{
	background:#413C0E;
	text-align:center;
	padding-bottom:20px;
	}
#footunder a{
	color:#628852;
	text-decoration:none;
	}

	.both{
		clear:both;
		}