/*** t:default:Start ***/
body {margin:0 auto;padding:0;text-align:center;position:relative;}
p,ul,ol,li,dl,dt,dd,form{list-style:none;margin:0;padding:0;}
table{border-collapse:collapse;}
td,th{padding:0;}
a img{border:0;}
/*** t:default:End ***/
body {
	background: #FFF url(../images/main_head_bg.gif) top left repeat-x;
}

#base {
	width: 1050px;
	position: relative;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0 auto;
}
/*** head : start ***/
#h {
	position: relative;
	height: 150px;
	text-align: left;
}
#h_m {
	padding-top: 55px;
	position: relative;
}
#h_m:after {
	content: ".";
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}
*html #h_m {
	height: 1%;
}
#h_logo {
	width: 472px;
	float: left;
	text-align: left;
}
#h_logo img {
	display: block;
	margin-left: 10px;
}
/******************** h_menu *********************/
#h_menu {
	padding-top: 44px;
	float: left;
}
#h_mhead_menu {
	width: 450px;
	height: 35px;
	background: url(../images/head_menu_right.gif) top right no-repeat;
}
#h_mhead_center {
	height: 35px;
	margin-right: 10px;
	padding-left: 10px;
	background: url(../images/head_menu_left.gif) top left no-repeat;
}
#h_mhead_center ul {
	height: 32px !important;
	height: 35px;
	padding-top: 3px;
	padding-left: 1px;
	background: url(../images/head_menu_center.gif) top left repeat-x;
}
#h_mhead_center li {
	height: 30px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	display: inline;
}
/*** head : end ***/
/*** main : start ***/
#m {
	text-align: left;
	position: relative;
}
#m_m {
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	position: relative;
}

#m_m:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}
*html #m_m {
	height: 1%;
}
#m_m_content {
	position: relative;
	text-align: left;
}
*html #m_m_content {
	height: 1%;
}
/*** main : end ***/