@charset "utf-8";
/*------------------------------------------------------------------------------
clearfix
------------------------------------------------------------------------------*/
.clearfix:after{
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
	}
/*-------IE--------*/	
.clearfix{
	zoom:100%;
	}
	
/*------------------------------------------------------------------------------
body
------------------------------------------------------------------------------*/
body{
	background:url(../img/common/body_bg.gif) repeat-x top left #ffffff;
	color:#404040;
	}
#wrap{
	background:#ffffff;
	width:920px;
	padding:0 5px;
	margin:0 auto;
	font-size:100%;
	}
a{
	color:#d7862d;
	text-decoration:none;
	}
a:hover{
	color:#d7862d;
	text-decoration:underline;
	}
/*------------------------------------------------------------------------------
header
------------------------------------------------------------------------------*/
#header{
	background:url(../img/common/header_bg.gif) repeat-x bottom left;
	border-top:5px solid #ffdcb2;
	padding-bottom:20px;
	font-size:12px;
	}
#header #h_left{
	width:460px;
	text-align:left;
	float:left;
	padding-top:26px;
	}
#header #h_right{
	text-align:right;
	}
#h_right img{
	margin-left:10px;
	}
#h_right ul{
	margin-top:30px;
	list-style:none;
	}
#h_right li{
	display:inline;
	list-style:none;
	}
/*------------------------------------------------------------------------------
g_navi
------------------------------------------------------------------------------*/
#g_navi ul{
	list-style:none;
	}
#g_navi li{
	display:inline;
	list-style:none;
	}
/*------------------------------------------------------------------------------
main_img
------------------------------------------------------------------------------*/
#main_img{
	margin:10px 0;
	font-size:12px;
	}
/*------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------*/
#footer{
	background:url(../img/common/footer_bg.gif) no-repeat top left #ffffff;
	border-bottom:9px solid #ffdcb2;
	padding:0 20px;
	padding-bottom:6px;
	font-size:1em;
	}
#footer ul{
	list-style:none;
	text-align:right;
	margin-bottom:5px;
	}
#footer li{
	display:inline;
	list-style:none;
	background:url(../img/common/icon_arrow.gif) no-repeat left center;
	padding-left:15px;
	margin-left:15px;
	}
#footer address{
	float:left;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
	}
#footer .copyright{
	text-align:right;
	font-size:12px;
	}
/*------------------------------------------------------------------------------
contents
------------------------------------------------------------------------------*/
#contents{
	line-height:150%;
	font-size:1em;
	}
#contents h3{
	background:url(../img/top/h3_bg.gif) no-repeat left top;
	height:25px;
	}
#contents #left{
	width:548px;
	margin-right:8px;
	float:left;
	}
#contents #right{
	width:364px;
	float:left;
	}
#contents .fl{
	float:left;
	}
#contents .btn_topics{
	float:right;
	margin-top:3px;
	margin-right:20px;
	}
#left .index_box{
	background:url(../img/top/box_bg.gif) repeat-x top left #ffffff;
	border:#d9d9d9 1px solid;
	border-top:none;
	border-bottom:none;
	padding:7px 10px;
	text-align:center;
	}
.index_box .box_tel{
	background:url(../img/top/box_tel_bg.gif) no-repeat top left;
	width:210px;
	margin:0 auto;
	margin-bottom:10px;
	padding:4px 35px 4px 275px;
	height:97px;
	}
.index_box .box_tel img{
	margin:4px 0;
	text-align:center;
	}
.index_box .box,.index_box .box2{
	width:163px;
	float:left;
	text-align:left;
	}
.index_box .box2{
	margin:0 16px;
	}
.index_box .box table,.index_box .box2 table{
	width:163px;
	}
.index_box .box td,.index_box .box2 td{
	vertical-align:top;
	padding:5px;
	border-bottom:#d9d9d9 1px dotted;
	}
.index_box .box th,.index_box .box2 th{
	white-space:nowrap;
	font-weight:normal;
	vertical-align:top;
	padding:5px;
	background:#feffef;
	border-bottom:#d9d9d9 1px dotted;
	border-right:#d9d9d9 1px dotted;
	}
.index_box .list{
	padding-left:5px;
	border-bottom:#d9d9d9 1px dotted;
	font-weight:bold;
	padding-bottom:5px;
	}
.index_box .list span{
	background:url(../img/common/icon_closs.gif) no-repeat center left;
	padding-left:15px;
	line-height:100%;
	}

#left #news{
	margin:15px;}
#left #news ul{
	list-style:none;
	}
#left #news li{
	padding:0 0 0 5px;
	border-bottom:#d9d9d9 1px dotted;
	list-style:none;
	}
#left #news li span{
	background:url(../img/common/icon_closs.gif) no-repeat center left;
	padding-left:23px;
	line-height:100%;
	}
	
#right dd{
	padding:5px;
	padding-left:30px;
	}
#right dd address{
	font-weight:normal;
	font-style:normal;
	}
	
.mt15{
	margin-top:15px;
	}
.mt30{
	margin-top:30px;
	}
.mb15{
	margin-bottom:15px;
	}
.txt_aria{
	margin:15px 30px;
	}
.mr10{
	margin-right:10px;
	}
