@charset "utf-8";


/* ----------------------------------------
	00 contents
------------------------------------------*/

#contents #cont-main {
	height: 982px;
	min-width: 894px;
	max-width: 1280px;
	width: expression(document.body.clientWidth < 896? "894px" : document.body.clientWidth > 1280? "1280px" : "auto");
	background: url(../img/cmn_bg.jpg) top center no-repeat;
}

#contents #cont-main #cont-body {
	position: relative;
	width: 894px;
	height: 982px;
	margin: 0 auto;
}


/* ----------------------------------------
	00 navi
------------------------------------------*/

#navi-container #navi {
	/*left: 35px;*/
}



/* ----------------------------------------
	01 head
------------------------------------------*/

#have-head {
	position: relative;
	width: 894px;
}

h1.title {
	position: absolute;
	left: 458px;
	top: 271px;
	width: 418px;
	height: 172px;
}
/*
h2.logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 170px;
	height: 115px;
}
*/


/* ----------------------------------------
	02 cont
------------------------------------------*/

#have-cont {
	position: absolute;
	left: 9px;
	top: 380px;
	width: 830px;
	height: 602px;
	text-align: left;
}

.have_cont_box {
	position: absolute;
	width: 393px;
}

.have_cont_l_box_txt {
	margin-left: 63px;
}

.have_cont_r_box_txt {
	margin-left: 50px;
}





.to_home {
	bottom: 40px !important;
}















