@chartset "UTF-8";

.contents {
	background-color: #ffffff;
	width: auto;
	/*border:dashed 1px red;*/
}
img {
	border: 0px;
	
}

a {
	color			:	#003300;
	text-decoration	:	none;
}
a:hover {
	color			:	#003300;
	text-decoration	:	underline;
}
ul {
	list-style: none;
}
html {
	scrollbar-3dlight-color	:	#939317;
	scrollbar-base-color	:	#939317;
	scrollbar-arrow-color	:	#fff;
}
body {
	font-size		:	12px;
	text-align		:	center;
	background-color: #50500D;
	//height	:	100%;
	width	:	100%;
	margin: 0;
	text-align: center;
}
.all {	
	//height	:	100%;
	width	:	100%;
}
div {
	margin: 0 auto 0 auto;
	}
	
.top {	
	background-color: #50500D;
	height	:	110px;
	width	:	100%;
	position: absolute;
	top: 0;
	left: 0;
}
.headder {
	width: 720px;
	height: 110px;
	margin: 0 auto 0 auto;
	overflow:	hidden;
	position:  relative;
	background-color: #ffffff;
	/*background-repeat: */
	text-align: left;
}

.logo {
	margin: 13px 0 0 23px;
	text-align: left;
}

.headder img {
	margin: 10 100 0 0;
}

:root .headder img {
	margin: 13 100 0 0;
}

.middle {
	clear:both;
	width	:	100%;
	padding	:	0;
}
.cont {
	height	:	768px;
	width	:	720px;
	text-align: center;
	overflow-y:	scroll;
	overflow-x:hidden;
	margin:0 auto;
	background-color: #E7E7CD;
	zoom: 1;
}


*:first-child+html #mainImg {margin-left:-15px;}


:root .footer {
	width: 100%;
	height: 20px;
	position: relative;
	margin-top: -25px;
	z-index:1;
	
}

.footer {
	width: 100%;
	height: 25px;
	position: relative;
	/*left: 0;*/
	margin-top: -25px;
	overflow: hidden;
}


.fudder {
	width: 720px;
	height: 23px;
	_height:25px;
	margin:0 auto;
	background-color: #E7E7CD;
	border-top	:2px solid #000;
	/*border:solid 1px blue;*/
	
}

:root .fudder {
	width: 720px;
	height:25px;
	background-color: #E7E7CD;
	border-top	:2px solid #000;
}

:root .fudder ul {
	width:auto;
	list-style:none;
	letter-spacing:0px;
	font-size:10px;
}


.fudder ul {
	width:auto;
	height:25px;
	list-style:none;
	font-size:10px;
	letter-spacing:0px;
	padding:0;
	margin:0 0 0 40px;
}


.fudder li {
	float:left;
	padding:0;
	display:inline;
	margin:0 3px 0 0;
}

#snippet {
	width	:	100%;
	text-align	:	left;
	background-color: #dddddd;
	color: #ffffff;
	font-size: 10px;
	line-height: 1em;
	margin: 0;
	font-weight: normal;
	padding: 0 0 0 5px;
}

h2 {
	width	:	100%;
	text-align	:	left;
	background-color: #dddddd;
	color: #ffffff;
	font-size: 10px;
	line-height: 1em;
	margin: 0;
	font-weight: normal;
	padding: 0 0 0 5px;
}

h2 a,
h2 a:hover{
	color: #ffffff;
	text-decoration: none;
}

h1 {
	text-align: left;
	font-weight: lighter;
	font-size: 11px;
	font-family: monospace;
	letter-spacing: 3px;
	width: 270px;
	position: absolute;
	top: 49px;
	left: 50px;
	z-index: 100;
	clear: both;
}

h1 a {
	color: #666666;
}
h1 a:hover {
	text-decoration: none;
	color: #666666;
}
h3 {
	width: 100%;
	height:47px;
	background-color: #E7E7CD;
	border-top: 1px solid;
	border-bottom: 1px solid #666666;
	color: #663333;
	font-size: 15px;
	letter-spacing: 3px;
	line-height: 2.7em;
	margin: 0px;
	clear: both;
}
h4 {
	margin: 0px 0 10px 0;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
}
h4 a:hover {
	text-decoration: none;
}
h4 strong {
	font-weight: bold;
}
h5 {
	color: #999966;
	font-size: 10px;
	margin: 5px 0 0px 0;
	line-height: 1.6em;
	font-weight: normal;
	letter-spacing: 4px;
}

li {
	list-style: none;
}
.tel {
	height		:	auto;
	text-align	:	left;
	width		:	300px;
	float: right;
	margin: 5px 0 0 0 ;

}

.tel p {
	font-size		:	14px;
	margin			:	1px 0px;
	letter-spacing	:	4px;
}

:root .tel p {
	font-size: 14px;

}

.tel p span {
	font-weight		:	bold;
	color			:	#966;
}

#navi_sub {
	width:100%;
	height:25px;
	background-color:#666;
	color:#fff;
	text-align:center;
	border-bottom:1px solid #333;
}

#navi_sub ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#navi_sub li {
	float:right;
	width:120px;
	padding:3px;
	border-left:1px solid #999;
	border-right:1px solid #555;
}

#navi_sub a {
	color:#fff;
	text-decoration:none;
}

#navi_sub a:hover {
	color:#c99;
}

.top_body_l {
	height: 110px;
	width: 820px;
	background-image: url("../img/menu/side_left.gif");
	background-repeat: repeat-y;
	background-position: 0% 0%;
}
.top_body_r {
	height: 110px;
	width: 820px;
	background-image: url("../img/menu/side_right.gif");
	background-repeat: repeat-y;
	background-position: 100% 0;
}
.middle_body_l {
	width: 820px;
	//height: 100%;
	background-image: url("../img/menu/side_left.gif");
	background-repeat: repeat-y;
	background-position: 0% 0%;
	margin-top:0px;
}
.middle_body_r {
	width: 820px;
	//height: 100%;
	background-image: url("../img/menu/side_right.gif");
	background-repeat: repeat-y;
	background-position: 100% 0;
	
}
.footer_body_l {
	width: 820px;
	//height: 100%;
	background-image: url("../img/menu/side_left.gif");
	background-repeat: repeat-y;
	background-position: 0% 0%;
	/*border:dashed 1px orange;*/
	
}
.footer_body_r {
	width: 820px;
	//height: 100%;
	background-image: url("../img/menu/side_right.gif");
	background-repeat: repeat-y;
	background-position: 100% 0;
	
	
}

table {
	font-size: 12px;
}

.under_nabi {
	background-color: #E7E7CD;
	padding: 10px 24px;
	height: auto;
	margin: 0 auto;
	clear: both;
	border-top: 1px solid #C7C78B;
	overflow: hidden;
}
.under_nabi ul {
	width: 700px;
	height: auto;
	margin: 0;
	padding: 0;
}
:root .under_nabi ul {
	width: 690px;
	height: auto;
	margin: 0;
	padding: 0;
}
.under_nabi li {
	float: left;
	margin: 1px;
	padding: 0;
	font-size: 8pt;
}
.under_nabi p {
	color: #999966;
	font-size: 10px;
	width: 100%;
	line-height: 1.6em;
	text-align: center;
	/*display: inline;*/
	clear: both;
}

p.text {
	font-size: 12px;
	line-height: 1.7em;
	text-align: left;
	padding: 10px;
	margin: 0;
}
p.text2 {
	font-size: 10px;
	color: #663333;
}

p.text3 {
	font-size: 12px;
	color: #663333;
	line-height: 1.6em;
	margin: 10 0 15 0;
	letter-spacing: 1px;
}
p.text4 {
	font-size: 12px;
	color: #663333;
	line-height: 1.6em;
	margin: 10 0 15 0;
	letter-spacing: 1px;
	font-weight: bold;
}
p.text5 {
	width: 600px;
	height: 320px;
	font-size: 16px;
	line-height: 3em;
	padding-top: 50px;
}
p.text7 {
	font-size: 16px;
	color: #663333;
	line-height: 1.6em;
	margin: 10 0 15 0;
	letter-spacing: 1px;
	font-weight: bold;
}
p.text8 {
	font-size: 12px;
	color: #996666;
	letter-spacing: 1px;
	line-height: 2.0em;
}

p.text6 {
	font-weight: bold;
	margin: 10px 0 5px; 0;
}

span.type1 {
	color: #993333;
	font-size: 13px;
	font-weight: bold;
}
span.type2 {
	color: #A61919;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted;
}
span.type3 {
	font-weight: bold;
}
span.type4 {
	color: #993333;
}
span.type5 {
	color: #A61919;
	font-size: 17px;
	font-weight: bold;
}
span.type6 {
	color: #A61919;
	font-size: 18px;
	font-weight: bold;
	margin: 5px;
}
span.type7 {
	color: #CC3333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 2px;
	text-decoration: underline;
}
span.type8 {
	color: #CC3333;
	font-weight: bold;
	letter-spacing: 2px;
}
span.arrow {
	color: #FF9900;
}

strong {
	font-weight: normal;
}
em {
	font-style: normal;
}
.yume_link {
	font-size		:	10px;
	color			:	#570;
	width			:	100%;
	padding: 10 10 10 10;
	text-align		:	center;
	clear			:	both;
	border-top: 1px solid;
	background-color: #E7E7CD;
	border-top: 1px solid #C7C78B;
	clear: both;
	
}

.menu_list {
	width		:	720px;
	height		:	36px;
	margin-top: 12px;
	text-align	:	left;
}

.menu_list a {
	width		:	120px;
	height		:	36px;
	display		:	block;
	float		:	left;
}

.menu_list .list01:link,
.menu_list .list01:visited {
	background	:	url(../img/menu/menu_system1.gif) no-repeat 0 0;
}

.menu_list .list01:hover,
.menu_list .list01:active {
	background	:	url(../img/menu/menu_system2.gif) no-repeat 0 0;
}

.menu_list .list02:link,
.menu_list .list02:visited {
	background	:	url(../img/menu/menu_price1.gif) no-repeat 0 0;
}

.menu_list .list02:hover,
.menu_list .list02:active {
	background	:	url(../img/menu/menu_price2.gif) no-repeat 0 0;
}

.menu_list .list03:link,
.menu_list .list03:visited {
	background	:	url(../img/menu/menu_girls1.gif) no-repeat 0 0;
}

.menu_list .list03:hover,
.menu_list .list03:active {
	background	:	url(../img/menu/menu_girls2.gif) no-repeat 0 0;
}

.menu_list .list04:link,
.menu_list .list04:visited {
	background	:	url(../img/menu/menu_works1.gif) no-repeat 0 0;
}

.menu_list .list04:hover,
.menu_list .list04:active {
	background	:	url(../img/menu/menu_works2.gif) no-repeat 0 0;
}

.menu_list .list05:link,
.menu_list .list05:visited {
	background	:	url(../img/menu/menu_booking1.gif) no-repeat 0 0;
}

.menu_list .list05:hover,
.menu_list .list05:active {
	background	:	url(../img/menu/menu_booking2.gif) no-repeat 0 0;
}

.menu_list .list06:link,
.menu_list .list06:visited {
	background	:	url(../img/menu/menu_enquete1.gif) no-repeat 0 0;
}

.menu_list .list06:hover,
.menu_list .list0:active {
	background	:	url(../img/menu/menu_enquete2.gif) no-repeat 0 0;
}
.pan_navi {
	width: 100%;
	height: 15px;
	background: #EDEDCB;
	font-size: 11px;
	text-align: right;
}

.sub_navi {
	width: 100%;
	height: 15px;
	font-size: 11px;
	text-align: right;
}
pre.text1 {
	width: 600px;
	height: auto;
	padding: 20px 0 0 50px;
	text-align: left;
	line-height: 1.8em;
	background: #FAFAE1;
}

.pankuzu{
	width:720px;
	margin:0px;
	text-align:left;
	padding-left:5px;
	height:15px
	height:auto;
	background:#E7E7CD;
	border-top:solid #660000 1px;
}

.pankuzu ul{
	margin:0px;
	text-align:left;
	padding:0px;
}

.pankuzu ul li{

		
	
}
.pankuzu p{
	font-size:12px;
	margin:0px;}

/*100709*/
p.center {
	text-align:center;
	font-size:12px;
	padding:0;
	color:#ff0000;
}


*:first-child+html #include_navi{margin:36px 0 0 0;}



/*101101追加 スケジュールページ用 キャンペーンエリア 小バナーのサイズ260×75 */
ul#camp {
	margin: 0 0 0 67px;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

ul#camp li {
	float: left;
	display: inline;
	margin: 0 5px 5px 0;
	padding: 0;
}
