#head_main {
	width: 100%;
	min-width: 1024px;
	height: 100px;
	background: url("/resources/images/interface/top_back.gif");
}
#head_logo_name {
	float: left;
	margin-left: 65px;
	margin-top: 30px;
	width: 150px;
	height: 43px;
	background: url("/resources/images/interface/top_name.gif") no-repeat;
}
#head_logo_line {
	float: left;
	margin-left: 25px;
	margin-top: 30px;
	width: 1px;
	height: 43px;
	background: #FFF;
}
#head_logo_text {
	float: left;
	margin-left: 25px;
	margin-top: 32px;
	width: 100px;
	height: 39px;
	background: url("/resources/images/interface/top_text.gif") no-repeat;
}
#head_right {
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	height: 90px;
}
#head_phone {
	color: #FFF;
	text-align: right;
	font-family: century gothic;
	font-size: 16px;
	font-weight: bold;
}
#head_mmenu {
	position: relative;
	margin-top: 41px;
	margin-right: 65px;
	height: 20px;
	width: auto;
}
.head_mm_sel {
	float: left;
	width: 100px;
	height: 30px;
	margin-right: 30px;
	background: url("/resources/images/interface/mm_sel.gif") no-repeat;
	text-align: center;
	font-size: 13px;
	color: #369;
	padding-top: 4px;
}
.head_mm_norm {
	float: left;
	width: 100px;
	height: 25px;
	margin-right: 30px;
	text-align: center;
	padding-top: 4px;
}
.head_mm_a {
	font-size: 13px;
	color: #FFF;
}
.head_line {
	width: 100%;
	min-width: 1024px;
	height: 5px;
	background: #D8E3F0;
}
#head_navi {
	width: 100%;
	height: 25px;
	text-align: right;
}
#head_navi_container {
	position: relative;
	margin-left: auto;
	margin-right: 25px;
	width: 1024px;
}
.head_navi_sel {
	float: right;
	height: 26px;
	margin-top: 4px;
	margin-right: 20px;
	background: url("/resources/images/interface/navi_marker.gif") no-repeat center bottom;
	text-align: center;
}
.head_navi_norm {
	float: right;
	height: 26px;
	margin-top: 4px;
	margin-right: 20px;
	text-align: center;
}
.head_navi_a_sel {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}
.head_navi_a_sel:hover {
	text-decoration: underline;
}
.head_navi_a_norm {
	color: #369;
	font-size: 11px;
}
.head_list_table {
	width: 180px;
	border-top: 1px solid #D8E3F0;
	margin-top: 18px;
	visibility: hidden;
}
.head_list_td_norm {
	border-bottom: 1px solid #D8E3F0;
	border-right: 1px solid #D8E3F0;
	border-left: 1px solid #D8E3F0;
	height: 15px;
	text-align: left;
	padding: 5px 10px 5px 10px;
	background: #FFF;
}
.head_list_a_norm {
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
.head_list_a_norm:hover {
	text-decoration: underline;
}
.head_list_td_sel {
	border-bottom: 1px solid #D8E3F0;
	border-right: 1px solid #D8E3F0;
	border-left: 1px solid #D8E3F0;
	height: 15px;
	text-align: left;
	padding: 5px 10px 5px 10px;
	background: #5FAAE5;
}
.head_list_a_sel {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.head_list_a_sel:hover {
	text-decoration: underline;
}
.head_list_td_over {
	border-bottom: 1px solid #D8E3F0;
	border-right: 1px solid #D8E3F0;
	border-left: 1px solid #D8E3F0;
	height: 15px;
	text-align: left;
	padding: 5px 10px 5px 10px;
	background: #D8E3F0;
}
#head_subline {
	width: 100%;
	height: 1px;
	background: #D8E3F0;
	margin-top: 5px;
	margin-bottom: 69px;
}
