@charset "utf-8";
/* CSS Document */



/*********************

WRAPPER

*********************/



div#allWrapper {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	position:relative;
	background-repeat: no-repeat;
	background-position: 50% 84px;
}



div#flasharea {

	position:absolute;

	top:80px;

	z-index:0;

}



div#conWrapper {
	width: 100%;
	z-index:1;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #E0D5C2;
	background-image: url(../img/common/bg_contents.jpg);
	background-repeat: repeat;
	background-position: 50% 0px;
}
#headerWrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #340905;
}


/*---HEADER
-----------------------------------*/

div#header {
	width: 968px;
	height: 84px;
	background-image: url(../img/common/bg_topmenu.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-right: auto;
	margin-left: auto;

}

div#header h1 {
	position: absolute;
	top: 25px;
	left: 30px;

}
div#header #head_btn {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	right: 12px;
	top: 13px;
	width: 90px;
}
div#header #head_btn li {
	padding-left: 3px;
	float: left;
}
div#header #submenu_btn {
	height: 42px;
	list-style-type: none;
	position: absolute;
	left: 361px;
	top: 42px;
}
div#header #submenu_btn li {
	float: left;
}
div#topLine {
	height: 13px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}


/*---NAVI
------------------------------------*/
div#navi {
	width: 950px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(../img/common/bg_mainmenu.jpg);
	height: 37px;
	margin-top: 191px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


div#navi ul {
	width: 950px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;

}

div#navi ul li {
	padding: 0px;
	list-style: none;
	float: left;
	margin: 0px;

}



/*---CONTENTS
--------------------------------------*/

div#contentsBox {
	width: 900px;
	background-image: url(../img/common/bg_incont.gif);
	background-repeat: repeat-y;
	background-position: 50%;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 26px 35px 10px 35px;
}
div#contentsBoxside {
	width: 916px;
	background-image: url(../img/common/bg_incont_menu.gif);
	background-repeat: repeat-y;
	background-position: 50%;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 26px 35px 20px 29px;
}

div#contentsBox #menuShadow {
	width: 950px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 10px;
	top: 0px;
}
div#contentsBoxside #menuShadow {
	width: 950px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 15px;
	top: 0px;
}
div#contentsBoxside #sideMenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: left;
}
div#contentsBoxside #sideMenu li{
	padding-bottom: 4px;
	height: 31px;
	width: 200px;
}
div#contentsBoxside #mainContents {
	float: right;
	width: 677px;
	margin: 0px;
	padding: 0px;
}
div#allWrapper #conEnd {
	background-image: url(../img/common/bg_incontend.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 29px;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#allWrapper .phone_txt{
	font-size:16px;
	font-weight: bold;
}


/*---FOOTER
-----------------------------------*/
div#footer {
	color: #DBCABB;
	width: 950px;
	height:104px;
	margin-right: auto;
	margin-left: auto;
}
div#footer #l_footer {
	width: 595px;
	font-size: 12px;
	line-height: 17px;
	float: left;
}

div#footer #l_footer #foot_ad {
	font-size:14px;
	height: 50px;
	width: 590px;
	margin-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #411013;
	float: left;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#footer #l_footer #foot_copyright {
	float: left;
	width: 500px;
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

div#footer #r_footer {
	float: right;
	padding-top: 16px;
}
div#footer #r_footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#footer #r_footer ul li {
	float: left;
	padding-left: 10px;
}
