﻿
/* Banner ********************************************************* */
.banner
{
	width: 100%;
}
/* End Banner ********************************************************* */
/* Contain ********************************************************* */
.contain
{
	width: 100%;
	margin-bottom: 12px;
}
.contain .contain_left
{
	float: left;
	width: 205px;
}
.contain .contain_right
{
	float: right;
	width: 645px;
}
.contain .contain_left, .contain .contain_right{
      margin-top: 10px;
}

/* Navi Left */
.contain .contain_left .navi_left
{
	width: 200px;
	border-bottom: dotted 1px Black;
	padding-bottom: 8px;	
}
.navi_left .navi_left_top
{
	background-image: url(../Images/Skin/navi-top.jpg);
	background-repeat: no-repeat;
	width: 203px;
	height: 9px;
}
.navi_left .navi_left_body
{
	background-image: url(../Images/Skin/navi-body.jpg);
	background-repeat: repeat-y;
	width: 203px;
}
*html .navi_left .navi_left_body
{
	margin-top: -6px;
}
.navi_left .navi_left_bottom
{
	background-image: url(../Images/Skin/navi-bottom.jpg);
	background-repeat: no-repeat;
	width: 203px;
	height: 9px;
	margin-top:-1px;
}
.navi_left_body ul
{
	padding-left: 2px;
}
.navi_left_body ul li
{
	background-image: url(../Images/Skin/navi-list-icon.jpg);
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 42px;
	border-bottom: dotted 1px #EFEFEF;
	padding-top: 7px;
	padding-bottom: 5px;
}
.navi_left_body ul li.top
{
	margin-top: -2px;
}
.navi_left_body ul li.bottom
{
	border-bottom: 0;
	padding-bottom: 0px;
}
.navi_left_body ul li a
{
	color: #0d6589;
}
.navi_left_body ul li a:hover
{
	color: #FFC51F;
}
.contain_left .last_news
{
	width: 200px;
	padding: 7px 0px;
	border-bottom: dotted 1px Black;
	font-size: 11px;
}
.contain_left .last_news span
{
	font-weight: bold;
	font-size: 15px;
	color: #003069;
	margin: 0px 60px 0px 7px;
}
.contain_left .last_news a
{
	color: Black;
}
.contain_left .last_news_detail
{
	width: 200px;
	padding-top: 6px;
}

.contain_left .last_news_detail .new_title a
{
	color: #FEC31D;
}
.contain_left .last_news_detail .new_date
{
	font-size: 11px;
}
/* contain right */
.contain_right .contain_right_body
{
	width: 100%;
}
.contain_right .contain_right_body .title
{
	width: 100%;
	border-bottom: 1px solid #e5e4e4;
	padding-bottom: 5px;
    height:2em;
    line-height:2em;
}
.contain_right .contain_right_body .title h2{
    float:left;
    color: #006a97;
    font-weight: bold;
    font-size: 18px;
}
.language
{
	float: right;
	height: 12px;
}
.language a{
    margin-left:3px;
}
.contain_right .contain_right_body .detail
{
	width: 100%;
	padding: 7px 0px;
	text-align: justify;
}
.contain_right .contain_right_body .detail img
{
	float: left;
	padding: 0px 10px 5px 0px;
}

/* box 1 */
.box1
{
	float: left;
	width: 272px;
}
.box1 .box1_top
{
	background-image: url(../Images/Skin/box1_top.jpg);
	background-repeat: no-repeat;
	width: 272px;
	height: 11px;
}
.box1 .box1_body
{
	width: 272px;
	background-color: #F2F2F2;
}
*html .box1 .box1_body
{
	margin-top: -4px;
}

.box1 .box1_body .box1_body_detail
{
	padding: 0px 7px;
}
.box1 .box1_body .box1_body_detail .title
{
	border-bottom: dotted 1px black;
    padding-bottom: 1px;
}
.box1 .box1_body .box1_body_detail .choice
{
	padding-top: 8px;
}
.box1 .box1_body .box1_body_detail .choice span
{
	color: #FEC31D;
	font-weight: bold;
}
.box1 .box1_body .box1_body_detail .choice select
{
	width: 155px;
}
.box1 .box1_body .box1_body_detail .choice input.btselect
{
	background-image: url(../Images/Skin/go.jpg);
	background-repeat: no-repeat;
	border: 0;
	width: 30px;
	height: 21px;
	cursor: pointer;
}
.box1 .box1_bottom
{
	background-image: url(../Images/Skin/box1_bottom.jpg);
	background-repeat: no-repeat;
	width: 272px;
	height: 11px;
}
/* box 2 */
.box2
{
	float: left;
	width: 220px;
	margin-left: 5px;
}
.box2 .box2_top
{
	background-image: url(../Images/Skin/box2_top.jpg);
	background-repeat: no-repeat;
	width: 220px;
	height: 9px;
}
.box2 .box2_body
{
	width: 216px;
	background-color: #f9f9f9;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	margin-left: 1px;
}
*html .box2 .box2_body
{
	margin-top: -6px;
}
.box2 .box2_body .box2_body_detail
{
	padding: 0px 7px;
}
.box2 .box2_body .box2_body_detail .title
{
	border-bottom: dotted 1px black;
	padding-bottom: 2px;
}
.box2 .box2_bottom
{
	background-image: url(../Images/Skin/box2_bottom.jpg);
	background-repeat: no-repeat;
	width: 220px;
	height: 9px;
}
/* box 3 */
.box3
{
	float: left;
	width: 141px;
	margin-left: 5px;
}
.box3 .box3_top
{
	background-image: url(../Images/Skin/box3_top.jpg);
	background-repeat: no-repeat;
	width: 141px;
	height: 8px;
}
.box3 .box3_body
{
	width: 141px;
	background-color: #F7F0DD; 
}
*html .box3 .box3_body
{
	margin-top: -8px;
}

.box3 .box3_body .box3_body_detail
{
	padding: 0px 13px;
}
.box3 .box3_body .box3_body_detail .title
{
	padding-bottom: 10px;
}
.box3 .box3_body .box3_body_detail input.text
{
	width: 115px;
	border: 0;
	margin: 3px 0px 5px 0px;
}
.box3 .box3_body .box3_body_detail input.submit
{
	border: 1px solid #FEC31D;
	background-color: #F9F9F9;
	margin: 2px 0px 7px 0px;
}
.box3 .box3_bottom
{
	background-image: url(../Images/Skin/box3_bottom.jpg);
	background-repeat: no-repeat;
	width: 141px;
	height: 8px;
}
/* End Contain ********************************************************* */

