@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e7e7e6;
}

.main_feature {
	background-image: url(../_img/main_feature_bg.jpg);
	background-repeat: no-repeat;
}

.main_feature_box {
	background-image: url(../_img/main_feature_box.gif);
	background-repeat: no-repeat;
}

.main_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #2e2e2e;
	line-height: 14px;
}

.main_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #656565;
}

.main_header_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #00aeef;
}

.main_header_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #00a810;
}

.main_subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #656565;
}

.footer {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 10px;
	color: #5a5a5a;
}

.footer a{
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 10px;
	color: #5a5a5a;
	text-decoration: none;
}

.footer a:hover {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 10px;
	color: #00aeef;
	text-decoration: none;
	border-bottom: dotted thin #5a5a5a;
}

.sub_box_top {
	background-image: url(../_img/sub_page/sub_box_top.gif);
	background-repeat: no-repeat;
}

.sub_box_middle {
	background-image: url(../_img/sub_page/sub_box_middle.jpg);
	background-repeat: repeat-y;
}

.sub_box_bottom {
	background-image: url(../_img/sub_page/sub_box_bottom.gif);
	background-repeat: no-repeat;
}

.sub_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #2e2e2e;
	line-height: 14px;
}

.sub_font_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #ff0000;
	line-height: 14px;
}

.main_content_table .main_feature .sub_box_middle .sub_font a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #00aeef;
	text-decoration: none;
	line-height: 14px;
}

.main_content_table .main_feature .sub_box_middle .sub_font a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #5a5a5a;
	text-decoration: none;
	border-bottom: dotted thin #00aeef;
	line-height: 14px;
}

.sub_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #656565;
}

.sub_header_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #00aeef;
}

.sub_header_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #00a810;
}

.sub_subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #656565;
}