/**********************************
No.1005
**********************************/


/*ページ全体の指定*/
*{
	margin:0;
	padding:0;
	font:normal normal 100% "ＭＳ ゴシック","Osaka",sans-serif;
  	border:none;
}

body{
	font-size:84%;
	color:#666666;
}

/*ページの輪郭*/
#flame{
	width: 800px;
	margin:0 auto;
}

/*ヘッダ*/
#head{
background-color:#ffffff;
background-image:url(img/top_1.jpg);
background-repeat:no-repeat;
width:450;
height:114px
}

#head #logo{
color:#ffffff;
font-family:メイリオ;
font-size:26px;
padding:20px 20px 0 60px
}

#head2{
background-image:url(img/top_2.jpg);
background-repeat:no-repeat;
height:127px
}
#head2 #logo{
	font-size:12px;
	padding:20px 20px 0 40px;
	font-family:メイリオ;
	color:#0000ff;
}


/*センター*/
#center{
width:800px;
padding:10px 0px 30px 0px;
background:url("img/bottom.gif") no-repeat bottom;
	}
	
#center #side_box{/*サイドボックス*/
	width:190px;
	float:right;
	margin-right: 40px;
	}
#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:30px;
	}
	
#center #main_box h1,
#center #main_box h2{/*大見出し*/
	font-size:110%;
	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;
	}


	
/*リンク*/
#link_area{
	text-align:center;
	padding:4px 0 2px 30px;
	width:750px;
	font-size:10px
	}
#link_area a{
color:#666666;
font-size:10px
}	
/*フッタ*/
#foot{
	text-align:center;
	}
#foot a{
	color:#666666;
	}

	.both{
		clear:both;
		}