/* -------------------- wrapper_m -------------------- */
#wrapper_m { 
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-width: 1000px;
	overflow:hidden;
}
/* -------------------- header_m_01 -------------------- */
#wrapper_m .header_m_01 {
	position: relative;
	width: 100%;
	height: 80px;
	background-color: #f8f8f8; /*#2f3030*/
}
/* -------------------- header_m_02 -------------------- */
#wrapper_m .header_m_02 {
	position: relative;
	width: 100%;
	height: 40px;
	background-color: black;
	z-index: 1;
}

/* -------------------- header_m_03 -------------------- */
/* ������ 20150203 */
#wrapper_m .header_m_03 {
	position: relative;
	width: 100%;
	height: 35px;
	background-color: #0f1e41;
	z-index: 9999;
}
/* -------------------- header_m_04 -------------------- */
#wrapper_m .header_m_04 {
	position: relative;
	width: 100%;
	height: 100px;
	z-index: 1;
}
/* -------------------- header_m_05 -------------------- */
#wrapper_m .header_m_05 {
	position: relative;
	width: 100%;
	height: 40px;
	border-top:2px solid #0f1628;
	border-bottom:2px solid #0f1628;
	z-index: 1;
}
/* -------------------- main_center_Eround -------------------- */

#wrapper_m .main_center_Eround {
	position: relative;
	width: 100%;		
	margin-top:-45px;	
}




/* -------------------- main_m -------------------- */
#wrapper_m .main_m {
	position: relative;
	width: 100%;
	height: 420px;
}

/* -------------------- banner_m -------------------- */
#wrapper_m .banner_m {
	position: relative;
	width: 100%;
	min-height: 650px;
	background-color: #e2e2e2;
}
/* -------------------- contents_m -------------------- */
#wrapper_m .contents_m {
	position: relative;
	width: 100%;
	min-height: 10px;
	overflow: hidden; zoom: 1;
	margin-top: 20px;
}
/* -------------------- footer_m -------------------- */
#wrapper_m .footer_m {
	position: relative;
	width: 100%;
	min-height: 10px;
	clear: both;
}
/* -------------------- center_m(��� ����) -------------------- */
#wrapper_m .center_m { 
	position: relative;
	width: 980px;
	margin: 0 auto;
}


/* -------------------- main_header -------------------- */
#wrapper_m .main_header {
	position: relative;
	width: 100%;
	height: 650px;
	
	background:#ffffff url("../images/bg_header.gif") 0 0 repeat-x;

	/*
	background-color: #f8f8f8;
	background: url('images/bg_header.gif') repeat-x top left;
	*/

}


/* #wrapper_m .header_m_05 .menu_main .menu_main_d_03 { height: 26px !important; padding:3px 0 10px 0 !important;} */

