/**********************************
No.1005
**********************************/


/*ページ全体の指定*/
*{
	margin:0;
	padding:0;
	font:normal normal 100% "ＭＳ ゴシック","Osaka",sans-serif;
  	border:none;
}

body{
	font-size:84%;
	color:#666666;
}

/*ページの輪郭*/
#flame{
	width: 764px;
	margin:0 auto;
}

/*ヘッダ*/
#head{
	height:93px;
	background:url("img/headbg.gif") no-repeat top center;
}
#head #logo{
	font-size:130%;
	font-weight:bold;
	padding:30px 20px 0 40px;
	font-family:Arial Black ,"ＭＳ ゴシック","Osaka",sans-serif;
	color:#ffffff;
}

#head #logo a{
	font-weight:bold;
	text-decoration: none; 
	}

/*センター*/
#center{
width:710px;
padding:10px 27px 30px 27px;
background:url("img/centerbg.gif") no-repeat bottom;
	}
	
#center #side_box{/*サイドボックス*/
	width:190px;
	float:right;
	}
#center #side_box .mainside{/*サイドボックス*/
	width:176px;
	float:right;
	border:2px solid #eeeeee;
	padding:5px;
	margin-bottom:10px;
	}
#center #side_box h3{/*サイドメニュー見出し*/
	font-weight:bold;
	background:#eeeeee;
	border-bottom:1px solid #ffffff;
	padding:4px 8px;
	}
#center #side_box ul{/*サイドメニュー*/
	list-style:none;
	background:#eeeeee;
	}
#center #side_box ul li{/*サイドメニュー*/
	list-style:none;
	padding: 3px 8px;
	}
	
	
	
#center #main_box{/*メインボックス*/
	width:500px;
	float:left;
	margin-right:20px;
	}
#center #main_box .main{/*メインボックスのメイン*/
	}
	
#center #main_box p{
	line-height:1.5;
	padding:5px;
	}
	
#center #main_box h1,
#center #main_box h2{/*大見出し*/
	font-size:100%;
	font-weight:bold;
	padding:4px 0 2px 30px;
	margin:5px 0;
	color:#666666;
	background:url("img/main_listbg.gif") no-repeat 5px 50%;
	border-bottom:1px solid #ffffff;
	}
	
	
	
	
/*フッタ*/
#foot{
	text-align:center;
	}
#foot a{
	color:#666666;
	}

	.both{
		clear:both;
		}