@charset "utf-8";

.top_title_area {
	height: 29px;
	width: 960px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

.top_title_area h2 {
	float: left;
	margin-bottom:10px;
}

.top_title_area ul {
	float: left;
	height: 14px;
	padding-left: 20px;
	padding-top:15px;
	width: 550px;
}

.top_title_area ul li {
	float: left;
	padding-right: 10px;
	height: 14px;
	line-height: 14px;
}

.top_title_area ul li.on {
	float: left;
	margin-right: 10px;
	padding-right:0px;
	height: 14px;
	line-height: 14px;
	background-color:#FC9;
	color:#F00;
	font-weight:bold;
	font-size: 12px;
}

.top_title_area ul li a {
	color: #3c687b;
	font-size: 10px;
}

.top_title_area ul li a:hover {
	color: #3c687b;
}

#sub_menu{
	width: 960px;
	margin-top:15px;
	margin-right: auto;
	margin-left: auto;
}
#sub_menu ul {
	float: left;
	width:950px;
	height: 25px;
	padding-left:0px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
	bottom: -1px;
}

#sub_menu li {
	float:left;
	height: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFF;
	background-color: #48b3c3;
	line-height:1.5em;
	margin: 0px 10px 0 0;
}

#sub_menu li a{
		color: #FFF;
		text-decoration:none;
}

#sub_menu li.on{
	float:left;
	height: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #F90;
	background-color: #FFF;
	line-height:1.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b9c3c5;
	border-right-color: #b9c3c5;
	border-bottom-color: #FFFFFF;
	border-left-color: #b9c3c5;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

#sub_menu li.on a{
		color: #FFF;
		text-decoration:none;
		background-color: #fc9a1f;
}

#main {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	clear: both;
}

#main table.main_table {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b2c8c6;
	border-bottom-color: #b2c8c6;
	border-left-color: #b2c8c6;
	width: 958px;
	margin: 0px;
	padding: 0px;
}

#main table.main_table .left_col {
	text-align: left;
	width: 760px;
}


#main table.main_table .right_col {
	background-color: #f1f5f6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b2c8c6;
	width: 199px;
}

#main table.main_table .left_col .main_image {
	width: 756px;
	height: 280px;
	padding: 1px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2c8c6;
}

.main_bg {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2c8c6;
	background-image: url(../images/common/main_bg.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
}

.main_bg_in {
	padding-top: 30px;
	width: 679px;
	padding-left: 39px;
	padding-bottom: 40px;
	margin: 0px;
	background-image: url(../images/common/main_bg2.gif);
	background-repeat: no-repeat;
	padding-right: 40px;
}

ul.right_navi {

}

ul.right_navi li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2c8c6;
}

ul.right_navi li.banner {
	padding-top: 9px;
	padding-bottom: 9px;
}

ul.right_navi li.bg {
	background-image: url(../images/common/right_area_bg.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding: 1px;
}

.right_icon {
	padding-top: 5px;
	text-align: center;
}

.right_icon img {
	margin: 3px;
}

.info {
	padding-top: 9px;
	text-align: left;
	padding-bottom: 10px;
}

.info .title {
	float: left;
	height: 15px;
	padding-left: 12px;
}

.info .list_btn {
	float: right;
	height: 15px;
}

.info dl {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b3cbd5;
	margin: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	line-height: 18px;
}

.info dl a {
	color: #585858;
}

.info dl a:hover {
	color: #e93700;
}

.info dt {
	background-image: url(../images/common/arrow_03.gif);
	background-repeat: no-repeat;
	line-height: 30px;
	background-position: 0px center;
	padding-left: 10px;
	font-size:12px;
}


.info dt img {
	padding-left: 10px;
}

.info dd {
	padding-left: 10px;
	padding-bottom: 5px;
	font-size:12px;
}

