@charset "UTF-8";
/*all style*/
body{
	font-size:12px;
	font-family:Meiryo,'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka',Lucida Grande, Arial, sans-serif;	
	color:#32373c;
	/*line-height:170%;*/
	margin:0;
	padding:0;
}

img{ border:0 none;}

.clear{	clear:both;}
.zero{ margin:0; padding:0; font-size:0; line-height:0;}

a{ font-size:12px; color:#32373c; text-decoration:none;}
a:visited{ font-size:12px; color:#32373c; text-decoration:none;}
a:hover{ font-size:12px; color:#ef2e24;	text-decoration:underline;}
a:active{ font-size:12px; color:#ffffff; text-decoration:none;}

.navi a{ font-size:12px; color:#32373c; text-decoration:none; line-height:170%;}
.navi a:visited{ font-size:12px; color:#32373c; text-decoration:none; line-height:170%;}
.navi a:hover{ font-size:12px; color:#000;	text-decoration:underline; line-height:170%;}
.navi a:active{ font-size:12px; color:#ffffff; text-decoration:none; line-height:170%;}





/*Header style*/
div#header{
	background:url(../img/bg_topheader.jpg) repeat-x;
	width:100%;
	height:123px;
	margin:0 auto;
	padding:0;
}

div#news_area{
	width:942px;
	height:20px;
	margin:0 auto;
	padding:7px 9px;
}

div#hotnews_title{
	width:80px;
	font-size:12px;
	font-weight:bold;
	color:#ef2e24;
	float:left;
}

div#hotnews{
	width:770px;
	height:20px;
	color:#32373c;
	float:left;
	/*overflow: hidden;	*/
}

div#hotnews ul {
	padding:0;
	margin:0;
}

div#hotnews ul li{
	list-style:none;
}



div#list_b{
	width:16px;
	float:left;
}

div#more_news{
	width:76px;
	float:left;
	font-size:12px;
	color:#32373c;
}

div#news_area a:link{ color:#32373c; text-decoration:none;}
div#news_area a:visited{ color:#32373c; text-decoration:none;}
div#news_area a:hover{ color:#32373c; text-decoration:underline;}

div#header_logo {
	background:url(../img/logo.jpg) repeat-x;
	width:960px;
	height:85px;
	margin:0 auto;
	padding:0;
}

div#header_btn{
	width:220px;
	height:20px;
	padding:50px 0 0 730px;
	margin:0;
	line-height:0;
}


/*Footer style*/
div#footer{
	background:url(../img/bg_footer.gif) repeat-x;
	width:100%;
	height:auto !important;
	min-height:55px;
	margin:0 auto;
	padding:0;
}

div#footer_box {
	width:950px;
	height:auto !important;
	min-height:55px;
	margin:0 auto;
	padding:0;
}

div#footer_menu {
	height:auto !important;
	min-height:40px;
	margin:0;
	padding:15px 0 0;
}



/*contents style*/
div#content{
	width:950px;
	height:auto;
	margin:0 auto;
	padding:0;
	clear:both;
}

div#navi_bar_box{
	width:910px;
	height:43px;
	margin:0 auto;
	padding:0;
}

div#navi_bar{
	width:910px;
	height:15px;
	margin:14px auto;
	padding:0;
}

div#navi_bar_in{
	margin:0;
	padding:0;
	float:left;
	line-height:170%;
}

div#main{
	width:910px;
	height:auto;
	margin:0 auto;
	padding:0;
}

div#sidemenu{
	width:200px;
	height:auto;
	float:left;
	line-height:0;
}

div#sidemenu_btn{
	width:180px;
	height:auto;
	margin:0;
	padding:0;
	line-height:0;
}

div#main_content{
	width:710px;
	height:auto;
	margin:0 0 40px;
	padding:0;
	float:right;
}

div#btn_top{
	width:950px;
	height:20px;
	text-align:right;
	margin:0 auto;
	padding:0;
	line-height:0;
}



.hotnews_red{ color:#ff0000;}
