@charset "utf-8";


/* ----------------------------------------
	00 contents
------------------------------------------*/

#contents #cont-main {
	height: 1262px;
	min-width: 894px;
	max-width: 1280px;
	width: expression(document.body.clientWidth < 896? "894px" : document.body.clientWidth > 1280? "1280px" : "auto");
}
.idx {
	background: url(../img/cmn_bg_main.jpg) top center no-repeat !important;
}
.sub {
	background: url(../img/cmn_bg_sub.jpg) top center no-repeat  !important;
}

#contents #cont-main #cont-body {
	position: relative;
	width: 894px;
	height: 1262px;
	margin: 0 auto;
}


/* ----------------------------------------
	00 navi
------------------------------------------*/

#navi-container #navi {
	/*left: 35px;*/
}



/* ----------------------------------------
	01 head
------------------------------------------*/

#lineup-head {
	position: relative;
	width: 894px;
}
/*
h2.logo_idx {
	position: absolute;
	left: 0;
	top: 0;
	width: 161px;
	height: 117px;
}

h2.logo_sub {
	position: absolute;
	left: 0;
	top: 0;
	width: 170px;
	height: 113px;
}
*/

/* ----------------------------------------
	02 cont
------------------------------------------*/

#lineup-cont {
	position: absolute;
	left: 95px;
	top: 120px;
	width: 700px;
	background: url(../img/cmn_cont_bg.jpg) top left repeat-y;
	text-align: left;
	color: #78340f;
}



.lineup_border {
	background: url(../img/cmn_border.png) bottom left repeat-x;
}
.lineup_border_top {
	background: url(../img/cmn_border.png) top left repeat-x;
}


#lineup-to-top {
	position: absolute;
	left: 551px;
	top: 19px;
	width: 127px;
	height: 26px;
	background: url(../img/cmn_to_top_of.png) top left no-repeat;
	text-indent: -9999px;
}
#lineup-to-top:hover {
	background: url(../img/cmn_to_top_on.png) top left no-repeat;
}



.to_home {
	bottom: 10px !important;
}










