@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background:url(../images/head_bg.gif) repeat-x 0 0;
	color:#333333;
	font-size:13px;
	line-height:150%;
	margin:0 auto;
	text-align:center;
	width:902px;
}

img{
	border:none;
}

p{
	margin-bottom:1.5em;
}

ul,ol{
	list-style:none;
}

a{
	color:#046c93;
}

a:hover{
	background-color:#046c93;
	color:#FFFFFF;
}

/*=====  common  =======*/

.header{
	height:140px;
	text-align:left;
	width:902px;
}

.header h1{
	padding-top:52px;
	margin-left:6px;
	margin-bottom:0;
	padding-bottom:0;
	font-size:13px;
	font-weight:normal;
}

.header p{
	float:left;
	height:39px;
	margin-top:2px;
	width:301px;
}

.header p a:hover{
	background-color:#FFF;
}

.header div{
	float:right;
	height:44px;
	margin-top:-6px;
	width:228px;
}


.navi{
	background:url(../images/navi_bg.gif) no-repeat 0 0;
	clear:both;
	height:51px;
	margin-bottom:17px;
	text-align:left;
	font-size:15px;
	width:902px;
}

.navi ul li{
	float:left;
	height:51px;
	overflow:hidden;
}

.navi ul li a{
	background:url(../images/navi_line.gif) no-repeat right 0;
	color:#333333;
	display:block;
	font-weight:bold;
	height:51px;
	letter-spacing:2px;
	line-height:57px;
	padding:0 32px;
	text-decoration:none;
}

.navi ul li a:hover{
	color:#0589bb;
}

/* for IE6 */
* html .navi ul li a{
	width:180px;
	padding:0;
	text-align:center;
}
/* for IE6 */


.contents{
	clear:both;
	text-align:left;
	width:901px;
}

.contents_left{
	float:left;
	width:630px;
}

.contents_left p{
	margin-left:10px;
	margin-right:10px;
}

.contents_right{
	background-color:#CFE7F3;
	border:1px solid #BBB8B2;
	float:right;
	padding-bottom:10px;
	width:255px;
}

.contents_right h3{
	margin:20px 10px 12px 10px;
}

.contents_right dl{
	clear:both;
	margin:0 10px;
	padding:0;
}

/* for IE6 */
* html .contents_right dl{
	margin-bottom:-14px;
}
/* for IE6 */


/* for IE7 */
*:first-child+html .contents_right dl{
	margin-bottom:-14px;
}
/* for IE7 */

.contents_right dt,
.contents_right dd{
	line-height:145%;
}


.contents_right dt{
	float:left;
	padding-bottom:4px;
	width:55px;
}

.contents_right dd{
	float:right;
	padding-bottom:4px;
	width:170px;
}

.contents_right dl.bottom dt,.contents_right dl.bottom dd{
	padding-bottom:10px;
}

.map{
	clear:both;
	border:1px solid #999999;
	margin-left:5px;
	width:242px;
}


.footer{
	background:url(../images/foot_bg.gif) repeat-x 0 12px;
	clear:both;
	color:#FFF;
	height:120px;
	text-align:right;
	width:902px;
}

.footer h4{
	font-size:100%;
	font-weight:normal;
	padding:30px 12px 0 0;
}

.footer p{
	margin:0 12px 0 0; 
}


.footer a{
	color:#FFF;
	text-decoration:none;
}

.footer a:hover{
	background-color:#FFF;
	color:#026086;
}


/*=====  SIMPLES  =======*/

.top_news{
	margin:10px 10px 0 10px;
	line-height:180%;
}


.contents_left .top_news p{
	margin:0;padding:0;
}

.contents_left .top_news ul{
	list-style:disc;
	margin:0 0 0 1em;
	padding:0;

}

.contents_left .top_news ol{
	list-style:decimal;
	margin:0 0 0 1.4em;
	padding:0;
}





/*=====  contents 1.TOP  =======*/

.contents .mainimg{
	margin-bottom:24px;
}

.contents_top{
	margin:16px 0 36px 0;
}

.contents_top h3{
	font-size:110%;
	color:#5C3E1B;
	margin:0 0 10px 12px;
}

.contents_top ul{
	margin-left:14px;
}

.contents_top ul li{
	margin-bottom:8px;
}


/*=====  contents 2.other  =======*/

.h2_title{
	margin-bottom:39px;
}

.h3_gr{
	font-size:12px;
	font-weight:normal;
	margin-left:10px;
}

.h3_copy{
	margin-bottom:18px;
}

.h3_title{
	margin-bottom:1em;
}

p.mb_35{
	margin-bottom:3.5em;
}

.p_bs{
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:4px;
}

.ppt_table{
	margin-bottom:1.5em;
}

.ppt_table th{
	border-bottom:3px solid #026086;
	padding:13px 0;
	text-align:left;
	text-indent:16px;
	width:152px;
	font-weight: normal;
}

.ppt_table th.vtop{
	vertical-align:top;
}


.ppt_table td{
	border-bottom:3px solid #2F2F2F;
	padding:12px;
	text-align:left;
}

.inquiry_btn{
	margin-bottom:1.5em;
	text-align:center;
}

.inquiry_btn div{
	border: 1px solid #333333;
	margin:0 auto;
	width: 240px;
}

.submitbtn{
	background-color: #E5E5E5;
	border:0;
	color: #0589BB;
	font-size:14px;
	font-weight: bold;
	margin: 3px;
	padding:10px 0;
	width:234px;
}

.submitbtn:hover{
	background-color: #0589BB;
	color: #FFFFFF;
}

.red{color:#EE004E;}
