@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background-color:#FFF;
	font-size:74.5%;
	font-family:verdana,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"lr oSVbN","MS PGothic",Sans-Serif;
	color:#333;
	line-height:1.5;
}

html {
	overflow-y:scroll;
}

p {
	font-size: 10px;
	line-height: 12px;
	color: #333;
}

li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
	float: right;
}

.shadow {
	margin: 5px 0 0 7px;
    background: url(/img/shadow.gif) right bottom;
    float: left; /* 回り込み制御 */
}
 
.shadow img {
    position: relative;
    left: -5px; /* 画像を左へ移動 */
    top: -5px; /* 画像を上へ移動 */
    padding: 5px; /* 画像枠 */
    background-color: #ffffff; /* paddingを設定した場合の背景色 */
    border: 1px solid #999999; /* 画像の枠線 */

}
/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color:#06F;
	border-bottom:none;
	text-decoration: none;
}

a:link {
	color:#06F;
	border-bottom:none;
}

a:visited {
	color:#003793;
	border-bottom:none;
}

a:hover {
	color:#C09;
	border-bottom:dotted #F6C;
}

a:active {
	color:#06F;
	border-bottom:none;
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:980px;
	margin:10px auto 0;
	border: 1px solid #CCC;;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	width:980px;
	margin-bottom:0;
}

#header h1 {
	background-image:url(../img/bg_header_line.jpg);
	font-size:10px;
	padding:0;
	height:15px;
	width:980px;
	vertical-align:middle;
	text-align:right;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	font-weight:100;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
}

#header p#siteDescription {
	margin:0;
	padding:0 15px 10px 30px;
}
#h_innner_main{
	background-image:url(../img/bg_header_main.jpg);
	width:980px;
	height:115px;
}
#h_line{
	background-image:url(../img/bg_header_line2.jpg);
	width:980px;
	height:15px;
	float: left;
}
/*-----------------------------------------------
 __menu
-----------------------------------------------*/
#contents_menu{
	background-color:#db7093;
	float:right;
}
ul#globalNavi {
	background-color:#db7093;
	margin: 0;
	padding: 0;
	line-height: 0;
	/* background-color: #eee; */
	list-style-type: none;
}

ul#globalNavi li {
	background-image:url(../img/menu_button.jpg);
	background-color:#db7093;
	margin: 0;
	padding: 0;
	float: left;
	width: 140px;
	height:32px;
	text-align: center;
	font-size: 14px; /* TCY */
}

ul#globalNavi li a {
	border-right: 0 solid #666666;
	padding: 6px 0;
	display: block;
	position: relative; /* for IE6 */
	color: #fff;
	/* background-color: #333; */
	text-decoration: none;
}

ul#globalNavi li a:hover {
	border-color: #cccccc;
	color: #333399;
	/* background-color: #ccc; */
}

/* ClearFix */

ul#globalNavi {
	_height: 0;
	min-height: 0;
	/*\*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#navi_deli_on,#navi_deli_off,#navi_hotel_on,#navi_hotel_off{
	float:left;
	width:200px;
	height:40px;
	margin-left:1px;
}
#navi_deli_on{
	/*background-image:url(../img/navi_deli_on.gif);*/
}
#navi_deli_off{
	/*background-image:url(../img/navi_deli_off.gif);*/
}
#navi_deli_off a:hover img{
	border:1px solid #ffffff
} 
#navi_hotel_on{
	/*background-image:url(../img/navi_hotel_on.gif);*/
}
#navi_hotel_off{
	/*background-image:url(../img/navi_hotel_off.gif);*/
}
#navi_hotel_off a:hover img{
	border:1px solid #ffffff
} 
.ntopics_in .img_l1 a:hover {
	border-bottom:none;
}

/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	background-color:#eddfa9;
	background-image: url(../img/bg_footer.jpg);
	height: 114px;
}

#footer ul {
	margin:0 auto 5px;
	text-align:center;
}

#footer ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height:1.1;
	border-left:1px solid #333333;
}

#footer ul li.utilityHome {
	border-left:0;
}

#footer p#copyright {
	text-align:center;
	margin-bottom:0;
}


/* __main
------------------------------------------*/

#main {
	float:right;
	width:700px;
	margin-bottom:15px;
	padding:0;
	background-color:#ffffff;
	color:#333;
	margin-top:0px;
	margin-left:0px;
	margin-right:18px;
}

#main a {
	color:blue;
	font-size: 12px;
}

/* __main_head
------------------------------------------*/
/* CSS: (StyleSheet) TOP PAGEより
 onMouse POPUP */
#imgPreviewWithStyles {
	background-image:url(../img/photo_back.gif);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 6px;
	z-index: 999;
	border:#ffffff;
}

/* Text below image */
#imgPreviewWithStyles span {
	color: white;
	text-align: center;
	display: block;
	padding: 10px 0 3px 0;
}
 /onMouse POPUP 
#container #main {
	color: #000000;
}
#container #main #caution {
	color: #ff0000;
	font-weight: 700;
}

#event {
	width:470px;
	float:left;
	margin:0;
	padding:0;
}
/*#main_head {
	background-image:url(/img/bg_main_menu.gif);
	float:none;
	width:700px;
	height:350px;
	margin-bottom:0px;
	padding:0px;
	background-color:#FFF;
	color:#333;
	margin-top:0px;
	margin-left:0px;
	margin-right:10px;
}*/
#main_head {
	background-image:url(/img/bg_main_menu.gif);
	float:none;
	width:696px;
	height:350px;
	margin-bottom:0px;
	padding:0px;
	background-color:#FFF;
	color:#333;
	margin-top:0px;
	margin-left:0px;
	margin-right:2px;
}
/*#main_menu{
	background-image:url(/img/bg_main_menu.gif);
	float:left;
	width:700px;
	height:207px;
	margin-bottom:0px;
	padding:0;
	background-color:#fff;
	color:#333;
	margin-top: 0px;
	margin-left:0px;
	margin-right: 5px;
}*/
#main_menu{
	background-image:url(/img/bg_main_menu.gif);
	float:left;
	width:696px;
	height:207px;
	margin-bottom:0px;
	padding:0;
	background-color:#fff;
	color:#333;
	margin-top: 0px;
	margin-left:0px;
	margin-right: 0px;
}
#main_menu_u{
	background-image:url(../img/bg_menu.gif);
	width:450px;
	height:30px;
}
#main_menu_l{
	width:450px;
	height:auto;
	padding-top:5px;
	paddin-bottom:5px;
}
#main_menu_l img{
	padding-left:1px;
	padding-right:1px;
}
#newtopics{
	font-size: 12px;
	float:left;
	width:220px;
	height:320px;
	margin-bottom:5px;
	padding:0;
	padding-bottom:60px;
	background-color:#FFF;
	color:#333;
	border-color:#FF99CC;
	border:#FF99CC 1px solid;
}
#newtopics .title {
	display: block;
	font-size: 12px;
	background-color:#FF0;
	color:#fd0bfa;
	padding: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#main_head_prof{
	float:left;
	width:220px;
	height:345px;
	margin-bottom:5px;
	padding:0;
	background-color:#FFF;
	color:#333;
	overflow-y:auto;
}

#main_head_prof_pwari{
	text-align: center;
	float:right;
	width:220px;
	height:auto;
	margin-bottom:5px;
	padding:0;
	background-color:#FFF;
	color:#333;
	margin-top: 5px;
	margin-left:0px;
	margin-right: 5px;	
	xborder-color:#FF99CC;
	xborder:#FF99CC 1px solid;

}
/*#main_head_tokuwari{
	float:none;
	width:217px;
	height:280px;
	margin-bottom:0px;
	padding:0;
	background-color:#D99;
	color:#333;
	margin-top: 0px;
	margin-left:0px;
	margin-left: 0px;	
	margin-right: 0px;
	border-color:#FF99CC;
	border:#FF99CC 1px solid;
	overflow-y:auto;
}*/
#main_head_tokuwari{
	float:none;
	width:215px;
	height:280px;
	margin-bottom:0px;
	padding:0;
	background-color:#D99;
	color:#333;
	margin-top: 0px;
	margin-left:0px;
	margin-left: 0px;	
	margin-right: 0px;
	border-color:#FF99CC;
	border:#FF99CC 1px solid;
	overflow-y:auto;
}
/*#main_head_tokuwari_banner{
	float:right;
	width:217px;
	height:360px;
	margin-bottom:0px;
	padding:0;
	margin-top: 0px;
	margin-left:0px;
	margin-right: 2px;
}*/
#main_head_tokuwari_banner{
	float:right;
	width:215px;
	height:360px;
	margin-bottom:0px;
	padding:0;
	margin-top: 0px;
	margin-left:0px;
	margin-right: 2px;	
}
#syamelist{
	float:left;
	width:450px;
	height:100px;
	border-color:#FF99CC;
	border-bottom:#FF99CC 1px solid;
	border:#FF99CC 1px solid;
}

		
/* __sub
------------------------------------------*/

#sub {
	float:left;
	width:220px;
	margin-bottom:0;
	background-color:#EAEFE5;
	margin:0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	border-right: 1px solid #BCE;
	font-size: 10px;
	color: #333;
	
}

#sub h3 {
	font-size:100%;
	letter-spacing:1px;
}

#sub ul {
	margin:0 0 20px;
	padding:0 5px;
}

#sub ul li {
	padding:5px 10px;
}

/** left contants **/

#menubox_title{
	width:220px;
	height:20px;
	line-height: 0;
}
/*ツイッター用*/
.menubox_title60{
	width:220px;
	height:60px;
	line-height: 0;
	background-color:#eaefe5;
}
#contants{
	color:#666;
	padding-top:5px;
	padding-left:15px;
	width:200px;
	height:auto;
	background-color:#FFF;
	border-bottom: 2px dotted #ccc;
	border-left: 2px dotted #ccc;
	border-right: 2px dotted #ccc;
	overflow:auto;
	font-size:10px;
	padding-bottom: 5px;
}
#contants_news{
	color:#666;
	padding-top:5px;
	padding-left:15px;
	width:200px;
	height:150px;
	overflow:auto;
	background-color:#FFF;
	border-bottom: 2px dotted #ccc;
	border-left: 2px dotted #ccc;
	border-right: 2px dotted #ccc;
	overflow:auto;
	font-size:10px;
	padding-bottom: 5px;
}
#contants_syame{
	color:#666;
	padding-top:0px;
	padding-left:0px;
	width:200px;
	height:400px;
	background-color:#FFF;
	border-bottom: 2px dotted #ccc;
	border-left: 2px dotted #ccc;
	border-right: 2px dotted #ccc;
	overflow:auto;
	font-size:10px;
	padding-bottom: 5px;
}
#contants2{
	color:#666;
	padding-top:5px;
	padding-left:15px;
	width:200px;
	height:140px;
	background-color:#FFF;
	border-bottom: 2px dotted #ccc;
	border-left: 2px dotted #ccc;
	border-right: 2px dotted #ccc;
	overflow:auto;
	font-size:10px;
	padding-bottom: 5px;
}
#topics-box{
	color:#666666;
	padding-top:5px;
	padding-left:15px;
	width:200px;
	height:320px;
	background-color:#FFF;
	border-bottom: 2px dotted #ccc;
	border-left: 2px dotted #ccc;
	border-right: 2px dotted #ccc;
	overflow:auto;
	font-size:10px;
	padding-bottom: 5px;
}
#contants_concept{
	color:#666666;
	font-size:10px;
	padding-left: 15px;
	width:191px;
	height:auto;
	background-color:#ffffff;
	border-bottom: 2px dotted #ccc;
	border-left: 2px dotted #ccc;
	border-right: 2px dotted #ccc;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	/*overflow:auto;*/
}
#contants_concept h2 {
	font-size:12px;
	margin-bottom: 1em;
}
#contants_concept dl {
	padding-bottom: 1em;
	line-height: 1.4em;
	margin-top: -1em;
}
#contants_concept dl dt {
	font-weight: bold;
	margin-bottom: 2px;
}
#contants_concept dl dd {
	padding-left: 0em;
	margin-bottom: 0.6em;
}
#contants_concept dl dd strong {
	background-color:#e6ffe6;
	margin-right: 2px;
	margin-left: 2px;
}
#contants_concept dl dd ul {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 2px;
}
#contants_concept dl dd ul li {
	line-height: 1.4em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-type: circle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
	padding-left: 0px;
}
#contants_concept p {
	padding-bottom: 1em;
	line-height: 1.4em;
}
#contants_concept .contents_pink {
	color:#ff00ff;
}
#contants_girl{
	color:#666666;
	padding-top:5px;
	padding-left:15px;
	width:200px;
	height:auto;
	background-color:#eee;
	border-bottom: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-top: 2px solid #ccc;
	overflow:auto;
	font-size:10px;
	padding-bottom: 5px;
}
#contants p {
	font-size: 10px;
	line-height: 12px;
	color: #5197FF;
}
#contants2 p {
	font-size: 10px;
	line-height: 12px;
	color: #5197FF;
}
/** main contants **/
#inn_work{
	width:586px;
	height:auto;
	border-bottom: 3px solid #FF9BFF;
	border-left: 3px solid #FF9BFF;
	border-right: 3px solid #FF9BFF;
	border-top: 3px solid #FF9BFF;
	overflow:auto;
	background-color:#fff
}
#main_menubox_title{
	width:470px;
	height:55px;
	margin-top:5px;
}
#main_menubox_title_today{
	width:700px;
	height:29px;
	margin-top:5px;
}
.work_time {
	text-align:center;
	background-color:#ffffcc;
	font-size:10px;
	line-height: 1.8em;
}
.now_detail {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	float:left;
	width:130px;
	font-size:11px;
	line-height: 1.5em;
}
#subtitle{
	margin-top:20px;
	margin-bottom:20px;
	width:681px;
	height:26px;
	background-image:url(../img/bg_subtitle.jpg);
	font-size:14px;
	color:#900;
	padding-left:15px;
	text-align:left;
	padding-top:0;
	line-height:24px;
}
#main_contants{
	width:696px;
	height:474px;
	background-color:#EEE;
	border-bottom: 2px dotted #ccc;
	
	border-right: 2px dotted #ccc;
	overflow:auto;
	font-size:10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main_contants_event{
	width:470px;
	height:305px;
	background-color:#fff;
	border:1px solid #ccc;
	overflow-y:scroll;
	font-size:10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main_contants_today{
	width:696px;
	height:auto;
	background-color:#eee;
	border-bottom: 2px dotted #ccc;
	border-left: 2px dotted #ccc;
	border-right: 2px dotted #ccc;
	overflow:auto;
	font-size:10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main_contants_todayt{
	width:600px;
	height:auto;
	background-color:#eee;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	overflow:auto;
	font-size:10px;
	text-align: center;
}
#main_contants_list{
	background-image:url(/img/bg_maincontents_list.jpg);
	width:696px;
	height:auto;
/*	background-color:#EEEEEE; */
	border-bottom: 2px dotted #ccc;
	border-left: 2px dotted #ccc;
	border-right: 2px dotted #ccc;
	overflow:auto;
	font-size:10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:left;
}
#main_contants_price{
	width:696px;
	height:auto;
	/*	background-color:#EEEEEE; */
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	overflow:auto;
	font-size:10px;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	text-align:left;
/*	float: left;*/
}
#pricelist_u{
	background-image:url(/img/bg_parts_price_u.jpg);
	width:696px;
	height:80px;
	text-align:center;
	font-size:14px;
	color:#C00;
}
#pricelist_m{
	background-image:url(/img/bg_parts_price_m.jpg);
	width:596px;
	height:auto;
	padding-left:50px;
	padding-right:50px;
	font-size: 14px;
}
#breadcrumb {
	height:15px;
	margin-top:2px;
}
#breadcrumb ul {
	color:#000000;
	font-size:10px;
}
#breadcrumb ul li {
	float:left;
	line-height:1.1em;
	height:12px;
	text-align:left;
	margin-right:5px;
}
#breadcrumb li a,
#breadcrumb li a span {
	font-size:10px;
	text-decoration:none;
	border:none 0;
}
/*#pricelist_m p a, #pricelist_m p a:hover {
	font-size: 10px;
}*/

#pricelist_m_girl{
	background-image:url(/img/bg_parts_price_m.jpg);
	width:596px;
	height:auto;
	padding-left:50px;
	padding-right:50px;
	font-size: 14px;
}
#pricelist_m_girl{
	background-image:url(/img/bg_parts_price_m.jpg);
	width:596px;
	height:auto;
	padding-left:50px;
	padding-right:50px;
	font-size: 14px;
}
#pricelist_l{
	background-image:url(/img/bg_parts_price_l.jpg);
	width:696px;
	height:80px;
}
.girl_prf{
	background-image:url(/img/bg_girl_prf_today.jpg);
	padding-top:5px;
	padding-left:0;
	padding-right:0;
	width:132px;
	height:312px;
	background-color:#FFF;
	border: 1px solid #AAA;
	float:left;
	margin-left: 0;
	margin-right: 1px;
	text-align: center;
}
.girl_prf_no{
	background-image:url(/img/bg_girl_prf_today.jpg);
	padding-top:5px;
	padding-left:0;
	padding-right:0;
	width:132px;
	height:272px;
	background-color:#FFF;
	border: 1px solid #AAA;
	float:left;
	margin-left: 0;
	margin-right: 1px;
	text-align: center;
}
.girl_prf .size,
.girl_prf_no .size {
	font-size: 12px;
	float: none;
}
.girl_prf_end{
	padding-top:5px;
	padding-left:0;
	padding-right:0;
	width:132px;
	height:312px;
	background-color:#EEEEFF;
	border: 1px solid #AAA;
	float:left;
	margin-left: 0;
	margin-right: 1px;
	text-align: center;
}

.girl_prf_end .size {
	font-size: 12px;
	float: none;
}
.girl_prft{
	background-color:#FFF
	padding-left:0;
	padding-right:0;
	width:595px;
	height:85px;
	background-color:#FFF;
	border: 1px solid #AAA;
	float:left;
	margin-left: 0;
	margin-right: 1px;
	text-align: center;
}
.girl_prf_endt{
	padding-left:0;
	padding-right:0;
	width:595px;
	height:85px;
	background-color:#D4D4D4;
	border: 1px solid #AAA;
	float:left;
	margin-left: 0;
	margin-right: 1px;
	text-align: center;
}
.girl_prf_attend{
	background-image:url(/img/bg_girl_prf_today.jpg);
	padding-top:5px;
	padding-left:0;
	padding-right:0;
	width:136px;
	height:auto;
	background-color:#FFF;
	border: 1px solid #AAA;
	float:left;
	margin-left: 0;
	margin-right: 1px;
	text-align: center;
}
.girl_prf_attend_new {
	background-image:url(/img/bg_girl_prf_today_new.jpg);
	padding-top:5px;
	padding-left:0;
	padding-right:0;
	width:136px;
	height:auto;
	background-color:#fff;
	border: 1px solid #aaa;
	float:left;
	margin-left: 0;
	margin-right: 1px;
	text-align: center;
}
.girl_prf_auto{
	background-image:url(/img/bg_girl_prf_today.jpg);
	padding-top:5px;
	padding-left:0;
	padding-right:0;
	width:132px;
	height:auto;
	background-color:#fff;
	border: 1px solid #aaa;
	float:left;
	margin-left: 0;
	margin-right: 1px;
	text-align: center;
}
.girl_prf_auto_new {
	background-image:url(/img/bg_girl_prf_today_new.jpg);
	padding-top:5px;
	padding-left:0;
	padding-right:0;
	width:132px;
	height:auto;
	background-color:#fff;
	border: 1px solid #aaa;
	float:left;
	margin-left: 0;
	margin-right: 1px;
	text-align: center;
}
.girl_prf span,
.girl_prf_no span, {
	font-size:12px;
	color:#f30;
}

.girl_prf_attend span,
.girl_prf_attend_new span {
	font-size:12px;
	color:#f30;
}
.girl_prf_auto span,
.girl_prf_auto_new span {
	font-size:12px;
	color:#f30;
}
/*#girl_prf img{
	border-top: solid 1px silver;
	border-left: solid 1px silver;
	border-bottom: solid 2px gray;
	border-right: solid 2px gray;
	background-color: white;
	padding: 2px;
}*/

/*カレンダー検索ボックス--------------------------------*/
.calendar{
	width: 680px;
	font-size: 12px;
	text-align: center;
}

div.calendar table{
	font-size: 12px;
	line-height: 1.1em;
	text-align: center;
	margin: 10px auto 5px;
}

div.calendar td{
	width: 90px;
	height: 30px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.date_on{
	background-image:url(../img/calendar_on.jpg);
	background-repeat: no-repeat;
}

.date_off{
	background-image:url(../img/calendar_off.jpg);
	background-repeat: no-repeat;
}

.nowday{
	color:#900;
}

div.calendar a:link{color:#ccc;}
div.calendar a:visited{color:#ccc;}
div.calendar a:hover{color:#c00; text-decoration:none;}
#container #main #main_contants_list p {
	font-size: 12px;
	line-height: 150%;
}
.strongs {
	font-weight: 700;
}
.strongs {
	font-weight: 700;
}
#container #main #main_contants_price #pricelist_m table tr th {
	background-color: #CCC;
}

#inn_room{
	width:500px;
	height:auto;
	font-size:14px;
	color:#363
}
#container #main #main_contants_price #pricelist_m_girl div p {
	font-size: small;
}

.strongs {
	font-weight: 700;
}
/*2011-06-19追記*/
.left {
	text-align: left;
}
.left_6_f {
	text-align: left;
	background-color: #666666;
	color: #ffffff;
}
.center {
	text-align: center;
}
.center form {
	text-align: center;
	padding-left: 83px;
}
.center_e {
	text-align: center;
	background-color: #eeeeee;
}
.h2center_1 {
	text-align: center;
	font-size: 12px;
}
.fs_5 {
	font-size: 5px;
}
.bottom_img {
	float:right;
	padding-top:10px;
	padding-bottom:10px;
}
/*#proftopics {
	 overflow-x:visible;
}*/
#proftopics {
	 overflow-x:visible;
	 width:220px;
	 float:right;
	 margin:0;
	 padding:0;
}
.massagelevel {
	font-size:10px;
	text-align:center;
}
.shortcommnt {
	font-size:10px;
	text-align:left;
	padding-top: 2px;
	padding-right: 1px;
	padding-left: 1px;
	line-height: 1.4em;

	/padding-right: 4px; /*CSS Hack IE6, IE7*/
	/padding-left: 4px; /*CSS Hack IE6, IE7*/
	padding-right: 4px\9; /*CSS Hack IE8*/
	padding-left: 4px\9; /*CSS Hack IE8*/
}
.new_11 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 11px;
	line-height: 2.4em;
}
.hotelresults {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}
/*TOPページ出勤リストCSS追記*/
#container #main #main_contants_today .girl_prf table tr td .photo_pad,
#container #main #main_contants_today .girl_prf_no table tr td .photo_pad,
#container #main #main_contants_today .girl_prf_end table tr td .photo_pad {
	padding-left: 15px;
}
#container #main #main_contants_today .girl_prf table tr td .photo_pad .new_face,
#container #main #main_contants_today .girl_prf_no table tr td .photo_pad .new_face,
#container #main #main_contants_today .girl_prf_end table tr td .photo_pad .new_face,
.new_face {
	margin-bottom: -14px;
	position: relative;
	left: -12px;
	top: -14px;
}
#main_contants_list .girl_prf_attend_new table tr td .new_face {
	margin-bottom: -14px;
	position: relative;
	left: -18px;
	top: -14px;
}
#container #main #main_contants_today .girl_prf table tr td div .line2,
#container #main #main_contants_today .girl_prf_no table tr td div .line2,
#container #main #main_contants_today .girl_prf_end table tr td div .line2 {
	float: none;
	margin-top: 11px;
	margin-bottom: 12px;
}
#container #main #main_contants_today .girl_prf table tr td div .line2_plus,
#container #main #main_contants_today .girl_prf_no table tr td div .line2_plus,
#container #main #main_contants_today .girl_prf_end table tr td div .line2_plus {
	float: none;
	margin-top: 2px;
	margin-bottom: 2px;
}

/*　room.php用　*/
#info_top {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin-bottom: 1.8em;
}
#info_top h3 {
	font-size: 22px;
	display: block;
	line-height: 2em;
	text-align: center;
	font-weight: normal;
	margin-bottom: 18px;
	background-image: url(../img/h3_back.gif);
}
#container #main #main_contants_price #pricelist_m h3 a,
#container #main #main_contants_price #pricelist_m h3 a:hover {
	font-size: 22px;
	color:#000000;
	display: block;
	line-height: 2em;
	font-weight: bold;
	text-decoration:none;
}
#info_top p {
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 14px;
}
.attention {
	color: #ff00ff;
}

#back_eeeeee {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background-color: #eeeeee;
	text-align: left;
	margin-top: 3em;
	margin-bottom: 3em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#back_eeeeee h3 {
	font-size: 18px;
	color: #009900;
	display: block;
	line-height: 3.6em;
	padding-left: 3em;
	font-weight: normal;
}
#back_eeeeee .use {
	margin-right: 14px;
	margin-left: 14px;
	margin-bottom: 20px;
}
#back_eeeeee .use p {
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 14px;
}
#back_eeeeee .use strong {
	font-size: 12px;
}

#back_ddddff {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background-color: #ddddff;
	text-align: left;
}
#back_ddddff h3 {
	font-size: 18px;
	color: #0059FF;
	display: block;
	line-height: 3.6em;
	padding-left: 3em;
	font-weight: normal;
}
#back_ddddff .plan {
	margin-right: 14px;
	margin-left: 14px;
	margin-bottom: 20px;
}
#back_ddddff .plan p {
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 14px;
}
.room_charge {
	font-size: 14px;
	color: #00aa00;
	width: 28em;
	padding-left: 3em;
	margin-left: 4em;
	background-color: #FFFFDF;
	padding-bottom: 1em;
	padding-top: 1em;
}
.room_charge_hol {
	font-size: 14px;
	color: #00aa00;
	width: 30em;
	padding-left: 1em;
	margin-left: 4em;
	background-color: #ffdddd;
	padding-bottom: 1em;
	padding-top: 1em;
}
.room_charge_hol13 {
	font-size: 14px;
	color: #00aa00;
	width: 28em;
	padding-left: 3em;
	margin-left: 4em;
	background-color: #ffdddd;
	padding-bottom: 1em;
	padding-top: 1em;
}
#back_ddddff .info {
	background-color: #ffdddd;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 36px;
}
#back_ddddff .info h4 {
	font-size: 18px;
	font-weight: normal;
	color: #009900;
	line-height: 3.6em;
	display: block;
	padding-left: 3em;
}
#back_ddddff .info p {
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 14px;
	margin-right: 14px;
	margin-left: 14px;
}
#back_ddddff .discount_plan {
	background-color: #ffffaa;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 36px;
}
#back_ddddff .discount_plan h4 {
	font-size: 18px;
	font-weight: normal;
	color: #ff8000;
	line-height: 3.6em;
	display: block;
	padding-left: 3em;
}
#back_ddddff .discount_plan h4 a,
#back_ddddff .discount_plan h4 a:hover {
	font-size: 18px;
	font-weight: normal;
	color: #ff8000;
	line-height: 3.6em;
	text-decoration: none;
}
#back_ddddff .discount_plan p {
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 14px;
	margin-right: 14px;
	margin-left: 14px;
}
#back_ddddff .discount_plan p strong,
#back_ddddff .discount_plan li strong {
	color: #ff0000;
	font-size: 12px;
}

#back_ddddff .yes_we_can {
	background-color: #ccffcc;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 36px;
}
#back_ddddff .yes_we_can h4 {
	font-size: 18px;
	font-weight: normal;
	color: #22aa22;
	line-height: 3.6em;
	display: block;
	padding-left: 3em;
}
#back_ddddff .yes_we_can p {
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 14px;
	margin-right: 3.8em;
	margin-left: 3.8em;
}
#back_ddddff .yes_we_can h5 {
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 14px;
	margin-right: 14px;
	margin-left: 14px;
	color: #ff8000;
	font-weight: normal;
}
#back_ddddff .yes_we_can ul {
	margin-left: 4.8em;
	margin-top: -1em;
	font-size: 11px;
	line-height: 1.4em;
}
.p_wari_img {
	float:none;
	vertical-align: middle;
	/*border-top:1px solid #FFFFFF;
	outline:1px solid #DDDDDD;
	padding:6px;
	background-attachment: scroll;
	background-color: #DFDFDF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;*/
}
.room13 ul li {
	margin-left: 2em;
	list-style-type: disc;
	margin-bottom: 1em;
}
#info_top dl dt,
.plan dl dt,
.room_charge dl dt,
.room_charge_hol13 dl dt {
	font-size: 14px;
	background-color: #ffeeff;
	line-height: 1.2em;
	display: inline;
	margin-left: 1em;
}
#info_top dl dd,
.plan dl dd,
.room_charge dl dd,
.room_charge_hol13 dl dd {
	margin-left: 4em;
	margin-bottom: 1.6em;
}
#info_top dl dd ul {
	margin-top: 0.6em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
}
#info_top dl dd ul li {
	padding-left: 2em;
}
#sub_tr {
	background-image: url(../m/img/sub-tr.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#car {
	background-image: url(../m/img/car.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.clearfloat {
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
	visibility: hidden;
}
.room_charge dl dt,
.room_charge_hol13 dl dt {
	font-size: 14px;
	background-color: #ffeeff;
	line-height: 1.2em;
	display: inline;
	margin-left: 0px;
}
.room_charge dl dd,
.room_charge_hol13 dl dd {
	margin-left: 12em;
	margin-bottom: 0em;
}
.red {
	color: #ff0000;
}
.red117 {
	font-size : 117%;
	color: #ff0000;
}
.blue {
	color: #0000ff;
}

.left {
	text-align: left;
}
.f12 {
	font-size: 12px;
}
#info_top #roomlink {
	width: 596px;
	margin-top: -14px;
	margin-bottom: -2px;
	height: 30px;
	display: block;

}
#info_top #roomlink #room-n {
	width: 220px;
	height: 30px;
	text-indent: -9999px;
	background-image: url(../img/room_link_all.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 376px;
	display: block;
}
#info_top #roomlink #room-j {
	width: 220px;
	height: 30px;
	text-indent: -9999px;
	background-image: url(../img/room_link_all.png);
	background-repeat: no-repeat;
	background-position: -220px 0px;
	margin-left: 376px;
	display: block;
}
#info_top #roomlink a {
	width: 220px;
	height: 30px;
	display: block;	
}
#info_top #roomlink #room-n a:hover {
	width: 220px;
	height: 30px;
	display: block;
	background-image: url(../img/room_link_all.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	border: none 0px;
}
#info_top #roomlink #room-j a:hover {
	width: 220px;
	height: 30px;
	display: block;
	background-image: url(../img/room_link_all.png);
	background-repeat: no-repeat;
	background-position: -220px -30px;
	border: none 0px;
}
.map_photo {
	border: 4px solid #ffcc99;
	margin-left: 20px;
	margin-right: 40px;
	width: 250px;
	float: right;
}
dl dd .photo_no {
	display: block;
	margin-left: 360px;
}
#map_walk {
	font-size: 18px;
	line-height: 1.8em;
	text-align: center;
	margin-bottom: 20px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #ff9900;
	border-bottom-color: #ff9900;
	border-top-width: medium;
	border-bottom-width: medium;
	margin-right: 40px;
	margin-left: 40px;
}
#map_car {
	font-size: 18px;
	line-height: 1.8em;
	text-align: center;
	margin-bottom: 20px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #0033cc;
	border-bottom-color: #0033cc;
	border-top-width: medium;
	border-bottom-width: medium;
	margin-right: 40px;
	margin-left: 40px;
}
.room_map_link,
.room_map_link a,
.room_map_link a:hover {
	display: block;
	font-size: 18px;
	background-color: #FFE1D2;
	line-height: 1.8em;
	margin-top: 4px;
}

.p13-11 {
	background-image: url(../img/13000-11000.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
.p13-12 {
	background-image: url(../img/13000-12000.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
.p17-15 {
	background-image: url(../img/17000-15000.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
.p21-19 {
	background-image: url(../img/21000-19000.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
.p25-23 {
	background-image: url(../img/25000-23000.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
.p21-18 {
	background-image: url(../img/21000-18000.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
.p31-28 {
	background-image: url(../img/31000-28000.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
.p25-22 {
	background-image: url(../img/25000-22000.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
.p37-34 {
	background-image: url(../img/37000-34000.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
#sub a,
#sub a:hover {
	border: none 0px;
}
#sub a img.room_banner {
	float:none;
	-webkit-box-shadow: 1px 1px 2px 0px #777777; /* Safari, Chrome用 */
	-moz-box-shadow: 1px 1px 2px 0px #777777; /* Firefox8～用 */
	x:-moz-box-shadow: 1px 1px 2px 0px #777777; /* Firefox～7用 */
	box-shadow: 1px 1px 2px 0px #777777; /* CSS3 */
	padding: 0px;
	margin: 0px;
	/border: 1px solid #ff99cc; /*CSS Hack IE6, IE7*/
	border: 1px solid #ff99cc\9; /*CSS Hack IE8*/
}

#sub a:hover img.room_banner {
	float:none;
	-webkit-box-shadow: 0px 0px 1px 0px #777777; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 0px 1px 0px #777777; /* Firefox8～用 */

	x:-moz-box-shadow: 0px 0px 1px 0px #777777; /* Firefox～7用 */
	box-shadow: 0px 0px 1px 0px #777777; /* CSS3 */
	padding: 0px;
	margin: 0px;

	/border-bottom: none 0px; /*CSS Hack IE6, IE7*/
	/border-left: 2px solid #ff99cc; /*CSS Hack IE6, IE7*/
	/border-right: none 0px; /*CSS Hack IE6, IE7*/
	/border-top: 2px solid #ff99cc; /*CSS Hack IE6, IE7*/
	border-bottom: none 0px\9; /*CSS Hack IE8*/
	border-left: 2px solid #ff99cc\9; /*CSS Hack IE8*/
	border-right: none 0px\9; /*CSS Hack IE8*/
	border-top: 2px solid #ff99cc\9; /*CSS Hack IE8*/
}
.room_charge dl .room_charge_dd {
	margin-left: 10em;
}
#sub #hotel_mailmag {
	height: 840px;
	width: 220px;
	background-color:#ffffff;
	border: 2px solid #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#contants_syame { 
  color:#666666; 
  padding-top:5px; 
  padding-left:15px; 
  width:200px; 
  height:320px; 
  background-color:#ffffff; 
  border-bottom: 2px dotted #cccccc; 
  border-left: 2px dotted #cccccc; 
  border-right: 2px dotted #cccccc; 
  overflow:auto; 
  font-size:10px; 
  padding-bottom: 5px; 
} 
#contants_syame div .date a { 
  text-decoration:underline; 
} 
img {
	border: none 0px; 
} 
#room13 {
	font-size: 12px;
	text-align: center;
}
.orange {
	color: #ff8040;
}
#h2_20 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	text-align: center;
}
#container #main #main_contants_price #pricelist_m dl dt {
   float:left;
   width:12em;
   border-top:1px solid #999999;
   padding-top:10px;
   padding-bottom:0;
   padding-right:0;
}
#container #main #main_contants_price #pricelist_m dl .dd_11 {
	line-height: 2.4em;
	margin-bottom: 1em;
}
#container #main #main_contants_price #pricelist_m dl .dd_11 .decimal li {
	font-weight: bold;
	color: #ff0000;
	margin-left: 1em;
	line-height: 2.4em;
	list-style-type: decimal;
	list-style-position: inside;
}
#container #main #main_contants_price #pricelist_m dl .dd_11 .decimal_b li {
	font-weight: bold;
	color: #000000;
	margin-left: 3em;
	line-height: 2.4em;
	list-style-type: decimal;
	list-style-position: outside;
}
#container #main #main_contants_price #pricelist_m dl .dd_11 ul li {
	font-weight: bold;
	color: #ff0000;
	line-height: 2.4em;
	list-style-type: circle;
	margin-left: 2em;
}
.green {
	color: #008000;
}
.green h4 {
	margin-bottom: 0px;
	font-size: 16px;
}
.block {
	display: inline-block;
}
#container #main #main_contants_price #pricelist_m dl .dd_11 .normal li {
	font-weight: normal;
	color: #000000;
	list-style-type:circle;
}

#settlement {
	background-image: url(../img/settlement.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 480px;
	text-indent: -9999px;
}

#settlement a {
	text-indent: -9999px;
	display: block;
	height: 80px;
	width: 258px;
	margin-left: 222px;
	margin-top: -1.8em;
}
#settlement a:hover {
	background-image: url(../img/settlement.jpg);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	text-indent: -9999px;
	display: block;
	height: 80px;
	width: 480px;
	margin-left: 0px;
	margin-top: -2.4em;
	border: 0px none;
}
#web_submit {
	font-size:16px;
	padding:1em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
}
.color8080ff {
	font-size : 117%;
	color:#8080ff;
}
    


#container #main #main_contants_price #pricelist_m .padding_left {
	background-color: #dfffdf;
	padding-left: 210px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#container #main #main_contants_price #pricelist_m dl .dd_11 h5 {
	font-size: 16px;
	margin-bottom: 8px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #33ff00;
	border-right-color: #33ff00;
	border-bottom-color: #33ff00;
	border-left-color: #33ff00;
	padding: 4px;
	margin-top: 0px;
	line-height: 1.8em;
	width: 18em;
	margin-left: 2.4em;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: underline;
}

#credit {
	background-color: #ffffff;
	border: 1px solid #d9ffd9;
	padding: 1em;
}
#creditcard_guid {
	margin-top:14px;
	margin-bottom:14px;
}#container #main #pricelist_m #p_wari {
	background-image: url(../img/p-wari_title.gif);
	text-indent: -9999px;
	height: 240px;
	width: 594px;
	margin-top: -60px;
}
#attention li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ff9900;
}


* html body dl.list dd div{
   display:inline-block;
}

dl.list {
   border:1px solid #999999;
   border-top:0;
   background-color:#f1f1f1;
}

dl.list dt {
   float:left;
   width:8em;
   border-top:1px solid #999999;
   padding-top:10px;
   padding-left:30px;
   padding-bottom:0;
   padding-right:0;
}

dl.list dd {
   margin-left:13em;
   padding:10px;
   border-top:1px solid #999999;
   border-left:1px solid #999999;
   background-color:#ffff00;
   	text-align: center;
   
}


dl.list2 {
   border:1px solid #999999;
   border-top:0;
   background-color:#f1f1f1;
}

dl.list2 dt,
dl.list2 a dt {
   float:left;
   display:block;
   width:7em;
   border-top:1px solid #999999;
   padding:10px;
   padding-left:30px;
   margin:0px !important;
   color:#333333;
}

dl.list2 dd,
dl.list2 a dd {
   margin-left:13em;
   padding:10px;
   border-top:1px solid #999999;
   border-left:1px solid #999999;
   background-color:#ffffff;
   text-align: center;
}


dl.list3 {
   border:1px solid #999999;
   border-top:0;
   background-color:#f1f1f1;
   width:558px;
}

dl.list3 dt {
   margin-left:3em;
   height:25px;
   width:500px;
   padding:40px;
   border-top:1px solid #999999;
   border-left:1px solid #999999;
   background-color:  #6a6aff;
      text-align: center;
	  float:left;
}

dl.list3 dd {
   margin-left:23.5em;
   width:19em;
   padding:10px;
   border-top:1px solid #999999;
   border-left:1px solid #999999;
   background-color: #ff5959;
   text-align: center;
}

dl.list4 {
   border:1px solid #999999;
   border-top:0;
   background-color:#f1f1f1;
}
dl.list4 dt {
   float:left;
   width:8em;
   border-top:1px solid #999999;
   padding-top:10px;
   padding-left:30px;
   padding-bottom:0;
   padding-right:0;
}
dl.list4 dd {
   margin-left:13em;
   padding:10px;
   border-top:1px solid #999999;
   border-left:1px solid #999999;
   background-color:#ffffff;
   text-align: center;
}
.hotel_updata {
	font-size:10px;
	text-align:right;
	margin-bottom:1em;
	margin-top:2px;
}
#google_map iframe {
	border:none;
	width:600px;
	height:450px;
	margin-top:2em;
	margin-bottom:1em;
}
#charges table {
	font-size: 12px !important;
}
#charges table caption {
	text-align:left;
	margin-top:1em;
}
#charges table caption p {
	font-size:14px;
}
#charges table thead tr th {
	font-weight: normal;
}
#charges table tbody tr td {
	background-color: #ffffff;
	text-align: center;
	padding: 2px;
}
#charges table tbody tr td.bgc_b {
	background-color: #f4fcff;
}
#charges table thead tr th.girl_th {
	font-weight:bold;
	font-size:14px;
	text-align:left;
	padding-left:1em;
}
#charges table tbody tr td.girl_td {
	background-color:#f7eef5;
	padding-left:6px;
}
#charges table tbody tr td.girl_td p {
	display:block;
	background-color: #ffffff;
	font-size:14px;
	padding:4px;
	line-height:1.4em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#charges table tbody tr td a.girl_link {
	display:block;
	width:124px;
	margin-right:4px;
	float:left;
	background-color: #ffffff;
	border:none;
}
#charges table tbody tr td a.girl_link span.girl_detail {
	display:block;
	text-align:left;
	padding-left:66px;
}
#charges table tbody tr td a.girl_link span.girl_detail ul {
	display:block;
	font-size:10px;
	padding-left:14px;
}
#charges table tbody tr td a.girl_link span.girl_detail ul li {
	list-style-type:disc !important;
}
#calculator_div {
	display:block;
	background-color:#c8f8bf;
	border: 1px solid #7ff895;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top:1em;
	margin-bottom:1em;
	padding:6px;
}
#calculator_div #calculator div {
	float:left;
	display:block;
	background-color:#f4fcf2;
	margin-right:2px;
	padding:4px;
	height: 68px;
}
#calculator_div #calculator div span {
	display:block;
	font-size:12px !important;
	background-color:#c8f8bf;
	border: 1px solid #f4fcf2;
	border-left: 4px solid #7ff895;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
	padding:2px;
	padding-left:6px;
	margin-bottom:4px;
}
#calculator_div #calculator p {
	font-size:18px;
	margin-top:8px;
	padding:4px;
	text-align:center;
}
#calculator_div #calculator p input {
	font-size:18px;
	line-height:1.2em;
	text-align:right;
	width:7em;
	padding-right:1em;
}
div#charges details {
	display:block;
	margin-bottom:1em;
}
/*main.cssの「#pricelist_m」をエリアページのみ丸ゴシに上書き*/
/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#pricelist_m{
	/*font-family: "HG丸ｺﾞｼｯｸM-PRO";*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.font20 {
	font-size:20px;
}
#container #main #main_contants_price #pricelist_m .plan_title a,
#container #main #main_contants_price #pricelist_m .plan_title a,
#container #main #main_contants_price #pricelist_m .plan_title a:hover {
	text-align: center;
	font-size: 20px;
	line-height: 1.8em;
	font-weight: bold;
	padding-top: 4px;
	display: block;
}
.fontff0000center {
	color: #ff0000;
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 16px;
	display: block;
	text-align: center;
}

h4 {
	background-image: url(../img/h6.gif);
	background-repeat: no-repeat;
	text-indent: 1em;
	background-position: 2px 2px;
}
h5 {
	text-align: center;
	font-size:20px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.8em;
	font-weight: bold;
	padding-top: 4px;
	background-image: url(../img/h3_back.gif);
	display: block;
}

h6 {
	text-align: left;
	font-size:14px;
	margin-bottom: 8px;
	line-height: 1.8em;
	font-weight: normal;
	padding-top: 4px;
	background-image: url(../img/h4_l.gif);
	display: block;
	background-color: #ffe1ff;
	background-repeat: no-repeat;
	text-indent: 1em;
	background-position: 4px 10px;
}

#area_information dl {
	display: block;
	margin-bottom: 8px;
	margin-left: 60px;
}
#pricelist_m blockquote {
	margin-top: 2px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #e4e4e4;
	padding-bottom: 10px;
	padding-top: 10px;
}

#area_information dl dd {
	padding-left: 80px;
	font-size: 12px;
	padding-bottom: 4px;
}
#area_information dl dd a,
#area_information dl dd a:hover {
	display: block;
	margin-left: -2em;
}
#area_information dl.b_hotel dt {
	background-image: url(../img/b_hotel.gif);
	background-repeat: no-repeat;
	text-indent: 16px;
	background-position: 0px 3px;
	float:none !important;
	width:100% !important;
	border:none !important;
	padding:0px !important;
}
#area_information dl.l_hotel dt {
	background-image: url(../img/l_hotel.gif);
	background-repeat: no-repeat;
	text-indent: 16px;
	background-position: 0px 3px;
	float:none !important;
	width:100% !important;
	border:none !important;
	padding:0px !important;
}

#container #main #main_contants_price #pricelist_m #hiruwari,
#container #main #main_contants_price #pricelist_m #nikoniko {
	background-image: url(../img/event_title_y.gif);
	padding-top: 4px;
	text-align: center;
	text-shadow: 1px 1px 1px #ffffff;
	filter: Shadow(Color=#ffffff, Direction=135, Strength=2);
}
#container #main #main_contants_price #pricelist_m #yoruwari {
	background-image: url(../img/event_title_b.gif);
	padding-top: 4px;
	text-align: center;
	text-shadow: 1px 1px 1px #ffffff;
	filter: Shadow(Color=#ffffff, Direction=135, Strength=2);
}
#container #main #main_contants_price #pricelist_m #zenjitsu {
	background-image: url(../img/event_title_g.gif);
	padding-top: 4px;
	text-align: center;
	text-shadow: 1px 1px 1px #ffffff;
	filter: Shadow(Color=#ffffff, Direction=135, Strength=2);
}
.font20center {
	font-weight: bold;
	font-size:20px;
	text-align: center;
	padding-right: 60px;
	display: block;
	margin-bottom: 20px;
	line-height: 1.2em;
}
.font12 {
	font-size:12px;
}
.font12under12 {
	font-size:12px;
	margin-bottom: 12px;
	margin-left: 20px;
}
.font12under12 strong {
	color: #ff0000;
	font-size:14px;
	margin-right: 0.8em;
	margin-left: 0.8em;
}
#container #main #main_contants_price #pricelist_m .font12under12 a,
#container #main #main_contants_price #pricelist_m .font12under12 a:hover {
	font-size:12px;
	background-color:#ffffcc;
}
.discount_exp_night strong,
.discount_exp_noon strong,
.discount_exp_all strong {
	color: #ff0000;
	margin-right: 0.8em;
	margin-left: 0.8em;
}
.font14under12 {
	font-size:14px;
	margin-bottom: 12px;
	margin-top: 12px;
}
.font14under12r {
	font-size:14px;
	margin-bottom: 12px;
	margin-top: 12px;
	color: #ff0000;
}
.area_table {
	background-color: #ffd2ff;
	margin-left: 30px;
}
.td_title_left {
	font-weight: bold;
	color: #ffffff;
	background-color: #6a6aff;
	text-align: center;
	width: 250px;
	height: 25px;
	vertical-align:middle;
}
.td_title_right {
	font-weight: bold;
	color: #ffffff;
	background-color: #ff5959;
	text-align: center;
	height: 25px;
	width: 250px;
	height: 25px;
	vertical-align:middle;
}
.td_left {
	font-weight: bold;
	color: #6a6aff;
	background-color: #ffffff;
	text-align: center;
	height: 40px;
	width: 250px;
	vertical-align:middle;
}
.td_right {
	font-weight: bold;
	color: #ff5959;
	background-color: #ffffff;
	text-align: center;
	height: 40px;
	width: 250px;
	vertical-align:middle;
}
.font009900 {
	color: #009900;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 16px;
	display: block;
	padding-left: 20px;
}
.font666666 {
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 16px;
	display: block;
	padding-left: 20px;
}
.fontff0000 {
	color: #ff0000;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 16px;
	display: block;
	padding-left: 20px;
}
.fontff0000 a ,
.fontff0000 a:hover {
	color: #ff0000 !important;
	background-color: #dbdbff !important;
	font-size: 16px !important;
	margin-top: 20px;
	margin-bottom: 16px;
	display: block !important;
	line-height: 1.8em !important;
}
.img_f_left {
	float: left;
}
.img_bottom {
	float: left;
	vertical-align:baseline;
	padding-right: 12px;
}
.under3 {
	margin-bottom: 4em;
}
.font20center2 {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-right: 60px;
	margin-bottom: 8px;
	margin-top: 20px;
	line-height: 2em;
}
#pricelist_m .font20center2 a, #pricelist_m .font20center2 a:hover {
	font-weight: bold;
	font-size: 20px;
	line-height: 2em;
	background-color: #ffff99;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}
.font18center_r {
	font-weight: bold;
	color: #ff0000;
	font-size:18px;
	padding-top: 18px;
	margin: 4px;
	padding-top: 0px;
	line-height: 1.2em;
	display: block;
}
.td_title_left2 {
	font-weight: bold;
	color: #ffffff;
	background-color: #ff8000;
	text-align: center;
	width: 250px;
	height: 25px;
	vertical-align:middle;
}
.td_title_right2 {
	font-weight: bold;
	color: #ffffff;
	background-color: #0000ff;
	text-align: center;
	height: 25px;
	width: 250px;
	height: 25px;
	vertical-align:middle;
}
.td_left2 {
	font-weight: bold;
	color: #ff8000;
	background-color: #ffffff;
	text-align: center;
	height: 40px;
	width: 250px;
	vertical-align:middle;
}
.td_right2 {
	font-weight: bold;
	color: #0000ff;
	background-color: #ffffff;
	text-align: center;
	height: 40px;
	width: 250px;
	vertical-align:middle;
}
.img_clear {
	float: none;
}
.orange {
	font-size: 14px;
	color: #ff8000;
}
.green {
	font-size: 14px;
	color: #009900;
}
.discount_exp_night {
	background-color:#DFEFFF;
	line-height: 2em;
	padding: 12px;
}
.discount_exp_night p {
	margin-left: 12px;
	font-size: 12px;
	line-height: 2em;
}
.discount_exp_night .red {
	font-size: 14px;
	color: #ff0000;
	margin-left: -8px;
}
.discount_exp_noon {
	background-color:#FFC;
	line-height: 2em;
	padding: 12px;
}
.discount_exp_noon p {
	margin-left: 12px;
	font-size: 12px;
	line-height: 2em;
}
.discount_exp_noon .red {
	font-size: 14px;
	color: #ff0000;
	margin-left: -8px;
}
.discount_exp_all {
	background-color:#ECFFEC;
	line-height: 2em;
	padding: 12px;
}
.discount_exp_all p {
	margin-left: 12px;
	font-size: 12px;
	line-height: 2em;
}
.discount_exp_all .red {
	font-size: 14px;
	color: #ff0000;
	margin-left: -8px;
}
.center {
	text-align: center;
}
.center_u60 {
	text-align: center;
	padding-right: 60px;
}
.clear {
	float: none;
}
.f18u10 {
	font-size: 18px;
	margin-left: 50px;
	margin-bottom: 10px;
	padding-top: 20px;
}
.exp_table {
	width: 500px;
	background-color: #999999;
	border: none;
	font-size:12px;
}
.exp_table .td_left {
	font-weight: normal;
	color: #333333;
	background-color: #ffffac;
	text-align: left;
	height: 50px;
	width: 370px;
	vertical-align:middle;
}
.exp_table .td_right {
	font-weight: normal;
	color: #333333;
	background-color: #ffffac;
	text-align: center;
	height: 50px;
	width: auto;
	vertical-align:middle;
}
.exp_table .td_left ul {
	display:block;
	margin-top:2px;
	margin-bottom: 2px;
	margin-right: 20px;
	width: 350px;
}
.exp_table .td_left ul li {
	float: left;
	width: auto;
	margin-right: 0px;
	padding-left: 1em;
	display: inline;
}
.exp_table .td_left ul li a,
.exp_table .td_left ul li a:hover {
	color: #0000ff;
	width: auto;
	display: block;
	padding-left: 0px;
	text-decoration: none;
	border-bottom:none;
}
#container #main #main_contants_price #pricelist_m table.exp_table tr th.td_title_left {
	background-image: none;
	font-weight: bold;
	color: #ffffff;
	background-color: #004000;
	text-align: center;
	width: 370px;
	height: 25px;
	vertical-align:middle;
}
#container #main #main_contants_price #pricelist_m table.exp_table tr th.td_title_right {
	background-image: none;
	font-weight: bold;
	color: #ffffff;
	background-color: #8080ff;
	text-align: center;
	height: 25px;
	width: auto;
	vertical-align:middle;
}

.f5 {
	font-size: 5px;
}
.mb5 {
	margin-bottom:5px;
}
#footer h2 {
	text-align: center;
	font-size: 12px;
}
#container #main #main_contants_price #pricelist_m #eventlist {
	height: auto;
	background-color: #ffe8ff;
	width: 60%;
	margin-left: 110px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius:    8px;
	text-indent: 1em;
}
#container #main #main_contants_price #pricelist_m #eventlist ul {
	display: block;
	/*　Firefox　*/
	background: -moz-linear-gradient(top, #fff0ff, #ffffff);
	/*　Safari・Chrome　*/
	background: -webkit-gradient(linear, left top, left bottom, from(#fff0ff), to(#ffffff));

	/*　IE6・7　*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff0ff', endColorstr='#ffffff');
	/*　IE8　*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff0ff', endColorstr='#ffffff')";
	padding-left: 60px;
	margin-bottom: 8px;
}
#container #main #main_contants_price #pricelist_m #eventlist ul li {
	margin-top: 4px;
	margin-right: 80px;
	margin-bottom: 4px;
	margin-left: 20px;
	list-style-type: circle;
	line-height: 1.8em;
}
#container #main #main_contants_price #pricelist_m #eventlist ul li a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD9FF;
}
#container #main #main_contants_price #pricelist_m #eventlist ul li a:hover {
	border-bottom: 1px dotted #F6C;
}
#container #main #main_contants_price #pricelist_m #eventlist ul li ul {
	background: none;
	filter: none;
	-ms-filter: none;
	padding-left: 20px;	
}
#container #main #main_contants_price #pricelist_m #eventlist ul li ul li {
	list-style-type: disc;
	border: none;
	background: none;
	margin: 0px;	
}
.img_side {
	font-size: 18px;
	padding-left: 50px;
}
.discount_exp_night p a {
	font-size: 12px !important;
}

.price_room {
	margin-left: 40px;
	padding-left: 1em;
	margin-bottom: 1em;
}
.price_room li {
	list-style-type: circle;
	line-height: 1.8em;
}
h3#hotel_h3 {
	text-align: center;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.8em;
	font-weight: bold;
	padding-top: 4px;
	background-image: url(../img/h3_back.gif);
	display: block;
}
h3#hotel_h3t {
	text-align: center;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.8em;
	font-weight: bold;
	padding-top: 4px;
	background-image: url(../img/h3_back.gif);
	display: block;
}
.red_b {
	font-weight: bold;
	color: #ff0000;
}
/* indexページ以外用 */
#h_line ul.marquee {
	display: block;
	margin:0; padding:0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	/* optional */
	width:980px;
	height: 16px;
	font-size: 14px;
	color: #0000ff;
	background-color: #eeffee;
	/*background-image:url(img/bg_header_line2.jpg);*/
	font-weight: bold;
	/* float: left; */
}
#h_line ul.marquee li {
	margin:0;
	list-style:none;
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap;
	/* optional */
	padding: 1px 5px;
	color: #0000ff;
}
#h_line ul.marquee li a {
	color: #0000ff;
}
/* イベント
16　■P割のお知らせ
17　昼割のお知らせ
19　■おまかせ割引やってます！
20　イベント休憩中
29　■お初割のお知らせ！
31　■ロング割　開催中！
33　■ウェルカム割引のお知らせ
*/
ul#marquee16,
ul#marquee31,
ul#marquee33 {
	display: block;
	margin:0; padding:0;
	list-style: none;
	line-height: 1em;
	position: relative;
	overflow: hidden;
	width: 453px;
	height: 30px;
	font-size: 18px;
	color: #ff6aff;
	background-color: #ffccff;
	font-weight: bold;
}
ul#marquee16 li,
ul#marquee31 li,
ul#marquee33 li {
	margin:0;
	list-style:none;
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ff6aff;
}
ul#marquee19,
ul#marquee29 {
	display: block;
	margin:0; padding:0;
	list-style: none;
	line-height: 1em;
	position: relative;
	overflow: hidden;
	width: 453px;
	height: 30px;
	font-size: 18px;
	color: #ffa2ff;
	background-color: #d9d9ff;
	font-weight: bold;
}
ul#marquee19 li,
ul#marquee29 li {
	margin:0;
	list-style:none;
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffa2ff;
}
ul#marquee31 {
	display: block;
	margin:0; padding:0;
	list-style: none;
	line-height: 1em;
	position: relative;
	overflow: hidden;
	width: 453px;
	height: 30px;
	font-size: 18px;
	color: #ffa2ff;
	background-color: #d9d9ff;
	font-weight: bold;
}
ul#marquee31 li {
	margin:0;
	list-style:none;
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffa2ff;
}
/*Twitter*/
#tweet_div {
	border: 3px solid #55acee;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	margin-bottom: 10px;
	/* 85,172,238 = #55acee */
	background: linear-gradient(left bottom, rgba(85,172,238,0.9),rgba(85,172,238,0.0));
	/*Safari,Chrome*/
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(85,172,238,0.9)), color-stop(0.10, rgba(85,172,238,0.5)), to(rgba(85,172,238,0.0)));
	/*Firefox*/
	background: -moz-linear-gradient(bottom, rgba(85,172,238,0.9), rgba(85,172,238,0.5)80%, rgba(85,172,238,0.0));
	/*IE10・IE11*/
	background: -ms-linear-gradient(bottom, rgba(85,172,238,0.9), rgba(85,172,238,0.5)80%, rgba(85,172,238,0.0))
}
#switch_div {
	width: 40px;/* 最初に表示されるバナーの幅 */
	height: 120px;/* バナーの高さ */
	/*background: url(../img/linq/LinQ_switch.png) no-repeat; 画像のURL(#switch_div内の各IDごとに設定) */
	position: fixed;/* バナーを固定します */
	right: 0;/* 右から0pxの位置に指定 */
	top: 280px;/* 下から100pxの位置に指定 */
}

#switch_div:hover {/* カーソルが乗った時の動きを指定 */
	width: 200px;/* バナーが伸びた時の幅 */
	/* 以下アニメーションの設定 */
	-webkit-transition: width ease-in-out 0.5s;
	-moz-transition: width ease-in-out 0.5s;
	-ms-transition: width ease-in-out 0.5s;
	-o-transition: width ease-in-out 0.5s;
	transition: width ease-in-out 0.5s;
}
#switch {
	background-image:url(../img/linq/LinQ_switch.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 200px;
	height: 120px;
}
#switch2 {
	background-image:url(../img/linq/LinQ_switch.png);
	background-repeat: no-repeat;
	background-position: 0px -120px;
	width: 200px;
	height: 120px;
}

.key_p,
.key_p a,
.key_p a:hover {
	font-size:12px;
	line-height:1.8em;
	margin-bottom: 12px;
	margin-left: 20px;
}
.key_p strong {
	color: #ff0000;
	font-size:14px;
	margin-right: 2px;
	margin-left: 2px;
}
/*hotelページ用*/
span.img76x14 {
	display:block;
	width:76px;
	height:14px;
}
span.img76x28 {
	display:block;
	width:76px;
	height:28px;
}