.body {
	background: #004F8A;
}

.sm_main_head {
	width: 100%;
	height: 63px;
	background: url("../image/main/logoCenter.png") repeat-x;
}

.sm_main_head_logo_left {
	float: left;
	height: 100%;
	width: 40%;
}

.sm_main_head_logo_right {
	float: right;
	height: 100%;
	width: 40%;
	background: url("../image/main/logoRight.png") top right no-repeat;
}

.sm_main_head_logo_point {
	text-align: right;
	padding-right: 5%;
	height: 30px;
	width: 95%;
	/* background: #efefef;  */
}

.sm_main_body {
	padding-left: 10px;
	padding-right: 10px;
}

.sm_main_head_logo_point a {
	color: white;
	font: 10px;
	padding-top: 5px;
	float: right;
	text-align: left;
	padding-left: 17px;
	text-decoration: none;
	height: 17px;
}

.sm_main_head_logo_point_out {
	width: 25px;
	background: url("../image/main/out.png") bottom left no-repeat;
}

.sm_main_head_logo_point_help {
	width: 25px;
	background: url("../image/main/help.png") bottom left no-repeat;
}

.sm_main_head_logo_point_inform {
	width: 55px;
	background: url("../image/main/inform.png") bottom left no-repeat;
}

.sm_main_foot {
	width: 100%;
	height: 20px;
	text-align: center;
	padding-top: 5px;
}