@charset "utf-8";

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

* {
	margin:0;
	padding:0;
}

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

html {
	overflow-y:scroll;
}

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

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

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: #ffffff; /* paddingを設定した場合の背景色 */
    border: 1px solid #999999; /* 画像の枠線 */

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

a {
	color:#0066ff;
	border-bottom:none;
	text-decoration: none;
}

a:link {
	color:#0066ff;
	border-bottom:none;
}

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

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

a:active {
	color:#0066ff;
	border-bottom:none;
}


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

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

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

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

#header h1 {
	background-image:url(../img/bg_header_line.jpg);
	font-size:10px;
	height:15px;
	width:972px;
	vertical-align:middle;
	text-align:right;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	font-weight:100;
	margin:0;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-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:#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.1em;
	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:#ffffff;
	color:#333333;
	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;
	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;
}
#event2 {
	width:470px;
	height: 380px;
	margin:0;
	padding:0;
	overflow: visible;
}
/*#main_head {
	background-image:url(/img/bg_main_menu.gif);
	float:none;
	width:700px;
	height:350px;
	margin-bottom:0px;
	padding:0px;
	background:#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:356px;
	margin-bottom:0px;
	padding:0px;
	background:#ffffff;
	color:#333333;
	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:#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:380px;
	margin-bottom:0px;
	padding:0;
	background:#ffffff;
	color:#333333;
	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;
	padding-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:#ffffff;
	color:#333333;
	border-color:#ff99cc;
	border:#ff99cc 1px solid;
}
#newtopics .title {
	display: block;
	font-size: 12px;
	background-color:#ffff00;
	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:#ffffff;
	color:#333333;
	overflow-y:auto;
}

#main_head_prof_pwari{
	text-align: center;
	float:right;
	width:220px;
	height:auto;
	margin-bottom:5px;
	padding:0;
	background:#ffffff;
	color:#333333;
	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:#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;
	background-image:url(/img/bg_main_menu.gif);
}*/
#main_head_tokuwari{
	float:none;
	width:215px;
	height:280px;
	margin-bottom:0px;
	padding:0;
	background-color:#ffffff;
	color:#333333;
	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 #bbccee;
	font-size: 10px;
	color: #333333;
	
}

#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;
}

.menubox_title{
	width:220px;
	height:20px;
	/*line-height: 0;*/
}
#contants{
	color:#666666;
	padding-top:5px;
	padding-left:15px;
	width:200px;
	height:auto;
	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_news{
	color:#666666;
	padding-top:5px;
	padding-left:15px;
	width:200px;
	height:150px;
	overflow:auto;
	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{
	color:#666666;
	padding-top:0px;
	padding-left:0px;
	width:200px;
	height:400px;
	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;
}
#contants2{
	color:#666666;
	padding-top:5px;
	padding-left:15px;
	width:200px;
	height:140px;
	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;
}
#topics-box{
	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;
}
#slider{
	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:hidden;
	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 #cccccc;
	border-left: 2px dotted #cccccc;
	border-right: 2px dotted #cccccc;
	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:#eeeeee;
	border-bottom: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	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:#ffffff;
}
#main_menubox_title{
	width:470px;
	height:55px;
	margin-top:5px;
}
#main_menubox_title_today{
	width:700px;
	height:29px;
	margin-top:30px;
}
.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:#990000;
	padding-left:15px;
	text-align:left;
	padding-top:0;
	line-height:24px;
}
#main_contants{
	width:696px;
	height:474px;
	background-color:#eeeeee;
	border-bottom: 2px dotted #cccccc;
	
	border-right: 2px dotted #cccccc;
	overflow:auto;
	font-size:10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main_contants_event{
	width:470px;
	height:308px;
	background-color:#ffffff;
	border:1px solid #cccccc;
	overflow-y:scroll;
	font-size:10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main_contants_event2 {
	width:470px;
	height:328px;
	background-color:#ffffff;
	border:1px solid #cccccc;
	overflow:hidden;
	font-size:10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main_contants_today{
	width:696px;
	height:auto;
	background-color:#eeeeee;
	border-bottom: 2px dotted #cccccc;
	border-left: 2px dotted #cccccc;
	border-right: 2px dotted #cccccc;
	overflow:auto;
	font-size:10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main_contants_todayt{
	width:600px;
	height:auto;
	background-color:#eeeeee;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	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 #cccccc;
	border-left: 2px dotted #cccccc;
	border-right: 2px dotted #cccccc;
	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 #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	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;
	font-size:14px;
	color:#cc0000;
}
#pricelist_m{
	background-image:url(/img/bg_parts_price_m.jpg);
	width:596px;
	height:auto;
	padding-left:50px;
	padding-right:50px;
	font-size: 12px;
}
#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: 12px;
}
#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:2px;
	padding-right:0;
	width:134px;
	height:312px;
	background-color:#ffffff;
	border: 1px solid #aaaaaa;
	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:2px;
	padding-right:0;
	width:134px;
	height:272px;
	background-color:#ffffff;
	border: 1px solid #aaaaaa;
	float:left;
	margin-left: 0;
	margin-right: 1px;
	text-align: center;
}
.girl_prf .size,
.girl_prf_no .size {
	font-size: 11px;
	float: none;
}
.girl_prf_end{
	padding-top:5px;
	padding-left:2px;
	padding-right:0;
	width:134px;
	height:312px;
	background-color:#eeeeff;
	border: 1px solid #aaaaaa;
	float:left;
	margin-left: 0;
	margin-right: 1px;
	text-align: center;
}

.girl_prf_end .size {
	font-size: 11px;
	float: none;
}
.girl_prft{
	background-color:#ffffff;
	padding-left:2px;
	padding-right:0;
	width:595px;
	height:85px;
	background-color:#ffffff;
	border: 1px solid #aaaaaa;
	float:left;
	margin-left: 0;
	margin-right: 1px;
	text-align: center;
}
.girl_prf_endt{
	padding-left:2px;
	padding-right:0;
	width:595px;
	height:85px;
	background-color:#d4d4d4;
	border: 1px solid #aaaaaa;
	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:2px;
	padding-right:0;
	width:134px;
	height:auto;
	background-color:#ffffff;
	border: 1px solid #aaaaaa;
	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:2px;
	padding-right:0;
	width:134px;
	height:auto;
	background-color:#ffffff;
	border: 1px solid #aaaaaa;
	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:2px;
	padding-right:0;
	width:134px;
	height:auto;
	background-color:#ffffff;
	border: 1px solid #aaaaaa;
	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:2px;
	padding-right:0;
	width:134px;
	height:auto;
	background-color:#ffffff;
	border: 1px solid #aaaaaa;
	float:left;
	margin-left: 0;
	margin-right: 1px;
	text-align: center;
}
.girl_prf span,
.girl_prf_no span, {
	font-size:12px;
	color:#ff3300;
}

.girl_prf_attend span,
.girl_prf_attend_new span {
	font-size:12px;
	color:#ff3300;
}
.girl_prf_auto span,
.girl_prf_auto_new span {
	font-size:12px;
	color:#ff3300;
}
/*#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: #ffffff;
	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:#990000;
}

div.calendar a:link{color:#cccccc;}
div.calendar a:visited{color:#cccccc;}
div.calendar a:hover{color:#cc0000; 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: #cccccc;
}

#inn_room{
	width:500px;
	height:auto;
	font-size:14px;
	color:#336633
}
#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;
}
#proftopics2 {
	 overflow-x:visible;
	 width:220px;
	 height: 380px;
	 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: 1px;
}

/*　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;
}
#info_top dl dd iframe {
	width:540px;
	height:300px;
	border:0;
}
.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: 1em;
	margin-left: 4em;
	background-color: #ffffdf;
	padding-bottom: 1em;
	padding-top: 1em;
	margin-bottom: 1em;
}
.room_charge_hol {
	font-size: 14px;
	color: #00aa00;
	width: 28em;
	padding-left: 1em;
	margin-left: 4em;
	background-color: #ffdddd;
	padding-bottom: 1em;
	padding-top: 1em;
	margin-bottom: 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;
}*/
.room_charge_hol13 {
	font-size: 14px;
	color: #00aa00;
	width: 28em;
	padding-left: 1em;
	margin-left: 4em;
	background-color: #ffdddd;
	padding-bottom: 1em;
	padding-top: 1em;
	margin-bottom: 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: 2em;
	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: 2em;
	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: 2em;
	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 {

}
#sub_tr {
	background-image: url(../m/img/sub-tr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 1.2em;
}
#car {
	background-image: url(../m/img/car.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 1.2em;
}
.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 dt,
.room_charge_hol13 dl dt {
	font-size: 14px;
	/*background-color: #ffeeff;*/
	line-height: 1.2em;
	display: inline;
	margin-left: 0px;
}
.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: 4px;
	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 #room-jh {
	width: 220px;
	height: 30px;
	text-indent: -9999px;
	background-image: url(../img/juusou_honmachi.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 376px;
	display: block;
}
#info_top #roomlink #room-js {
	width: 220px;
	height: 30px;
	text-indent: -9999px;
	background-image: url(../img/juusou_shinkitano.png);
	background-repeat: no-repeat;
	background-position: 0px 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: 680px;
	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;
	background-image: url(../img/h3_back.gif);
	background-repeat: repeat-x;
}*/
#h2_20 {
	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 dl dt {
	font-size: 14px;
	margin-left: 2em;
	padding-bottom: 0.8em;
	font-weight: bold;
	margin-top: 1.4em;
}
#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;
}
/* 新サイトジャンプ用 */
#settlement2 a {
	text-indent: -9999px;
	display: block;
	background-image: url("../img/selfsettlement.png");
	background-repeat: no-repeat;
	background-position: 0px -120px;
	height: 120px;
	width: 440px;
	
}
#settlement2 a:hover {
	background-image: url("../img/selfsettlement.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 120px;
	width: 440px;
	border: 0px none;
}
#web_submit {
	font-size:16px;
	padding:1em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
}
#ips_submit {
	font-size:14px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	padding: 4px;
	ime-mode: disabled;
}
#al_submit {
	font-size:14px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	padding: 4px;
	ime-mode: disabled;
	margin-left: 30%;
}
.color8080ff {
	font-size : 117%;
	color:#8080ff;
}
.color8080ff12 {
	font-size : 100%;
	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;
}

#attention li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ff9900;
}
#form_main {
	line-height: 1.4em;
	background-color: #cccccc;
	text-align: left;	
}
#form_girls {
	line-height: 1.4em;
	background-color: #ffddff;
	text-align: left;
}
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge dl dt,
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge_hol dl dt,
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge_hol13 dl dt {
	margin: 0px;
	line-height: 1.4em;
	padding: 0px;
}
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge dl dd,
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge_hol dl dd,
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge_hol13 dl dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3em;
}
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge dl dd ul li .time,
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge_hol dl dd ul li .time,
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge_hol13 dl dd ul li .time {
	width: 7em;
	display: block;
	float: left;
}
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge dl dd ul li .charge,
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge_hol dl dd ul li .charge,
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge_hol13 dl dd ul li .charge {
	text-align: right;
	width: 8em;
	display: block;
	float: left;
	margin-left: 0em;
}
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge dl dt .dt_title,
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge_hol dl dt .dt_title,
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge_hol13 dl dt .dt_title {
	display: block;
}
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge dl dt .no_reservation,
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge_hol dl dt .no_reservation ,
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge_hol13 dl dt .no_reservation{
	display: inline-block;
	float: left;
	width: 8em;
	margin-left: 12em;
}
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge dl dt .dt_title,
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge dl dt .no_reservation,
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge dl dt .reservation {
	background-color: #ffffdf;
}
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge_hol dl dt .dt_title,
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge_hol dl dt .no_reservation,
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge_hol dl dt .reservation {
	background-color: #ffdddd;
}
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge dl dd ul li.date.line span,
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge_hol dl dd ul li.date.line span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge dl dd ul,
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge_hol dl dd ul {
	display: block;
}
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge dl dd ul li,
#container #main #main_contants_price #pricelist_m #back_ddddff .room_charge_hol dl dd ul li {
	display: block;
	line-height: 1.4em;
	font-size: 14px;
}
.room_charge_hol13 dl.room_charge_hol13_dl dd {
	margin-left: 9em !important;
	margin-bottom: 0em;
}
.mid_night {
	color:#000099;
}#container #main #main_contants_price #pricelist_m #back_ddddff .plan dl dt {
	line-height: 1.2em;
}
.dd_leftbox {
	border: 2px solid #8080ff;
	width: 43%;
	padding: 6px;
	float: left;
	margin-right: 4px;
	margin-bottom: 12px;
	margin-left: 3em;
}
.dd_rightbox {
	border: 2px solid #8080ff;
	width: 43%;
	padding: 6px;
	float: left;
	margin-bottom: 12px;
}
.dd_li_leftbox {
	border: 1px solid #8080ff;
	width: 46%;
	padding: 6px;
	float: left;
	margin-right: 4px;
	margin-bottom: 6px;
	display:block;
	line-height:2em;
}
.dd_li_rightbox {
	border: 1px solid #8080ff;
	width: 46%;
	padding: 6px;
	float: left;
	margin-bottom: 6px;
	display:block;
	line-height:2em;
}
.li_title {
	display:block;
	background-color:#8080ff;
	color:#ffffff;
	font-weight:normal;
	height:26px;
	font-size: 12px;
}
#siam1 {
	ime-mode:disabled;
	width: 8em;
}
#settlement_start {
	background-color:#ddffdd;
}

#settlement_start dl .dd_11 .decimal_b li .dd_li_leftbox,
#settlement_start dl .dd_11 .decimal_b li .dd_li_rightbox {
	border-top-color: #ff1f55;
	border-right-color: #ff1f55;
	border-bottom-color: #ff1f55;
	border-left-color: #ff1f55;
}
#settlement_start dl .dd_11 .decimal_b li .dd_li_leftbox .li_title,
#settlement_start dl .dd_11 .decimal_b li .dd_li_rightbox .li_title {
	background-color: #ff9faa;
	color: #000000;
}
#container #main #main_contants_price #pricelist_m #back_eeeeee .use #pickup {
	background-color: #d7ffeb;
	margin: 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 8px;
}
#container #main #main_contants_price #pricelist_m #back_eeeeee .use #pickup dl dt {
	font-size: 18px;
	background-color: #ffffff;
	display: block;
	margin: 0px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 20px;
	border-bottom-width: 1px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00ff55;
	border-right-color: #00ff55;
	border-bottom-color: #00ff55;
	border-left-color: #00ff55;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0px;
	line-height: 1.4em;
}
#container #main #main_contants_price #pricelist_m #back_eeeeee .use #pickup dl dd {
	line-height: 1.8em;
	padding-left: 1em;
	margin-top: 4px;
}
#container #main #main_contants_price #pricelist_m #back_eeeeee .use #pickup dl dd span {
	font-size: 16px;
	font-weight: bold;
	color: #0000ff;
	display: block;
}
#container #main #main_contants_price #pricelist_m #back_eeeeee .use #pickup dl dd ul li {
	line-height: 1.6em;
	list-style-type: circle;
	margin-left: 1em;
}
#room_photo {
	width: 606px;
	margin-left: -4px;
}
#room_photo .photo200 {
	line-height: 3em;
	text-align: center;
	float: left;
	height: 190px;
	width: 200px;
	background-color: #f5f5f5;
	margin: 1px;
}
#room_photo .photo234,
#room_photo .photo234r {
	line-height: 3em;
	text-align: center;
	float: left;
	height: 214px;
	width: 234px;
	background-color: #f5f5f5;
	margin: 1px;
}
#room_photo .photo234r {
	margin-left:68px;
}
.room_charge_dl dd ul li .charge2 {
	text-align: right;
	display: block;
	margin-right: 4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3aaa00;
}
.room_charge_dl dd ul li {
	margin-left: 3em;
	width: 250px;
	list-style-type: disc;
}
.juusou_ddul li {
	list-style-type: disc;
	padding-left:0px;
	margin-bottom:4px;
	line-height:1.8em;
}
.juusou_dddt {
	color: #ff8040;
	text-decoration: underline;
	line-height: 1.6em;
}
.area_mark,
.area_mark a {
	font-size: 18px !important;
	line-height: 30px !important;
	list-style-type:disc !important;
	margin-left: 0px;
	padding-left: 0px;
}
#Map area:hover {
	background-color: #e6ffff;
}
/*index.php*/
#index_main #index_bottom h2 a {
	color: #333333;
	text-decoration: none;
}
.li_mark li {
	list-style-type: circle;
	margin-left: 1em;
}
/*ヘッダ下部マーキー用*/
#h_line marquee {
	font-size: 14px;
	background-color: #eeffee;
	font-weight: bold;
	color: #0000ff;
	line-height:16px;
}
#h_line marquee a {
	/*text-decoration:none;*/
	color: #0000ff;
}
/* 更新ボタン
----------------------------------	*/
div.btn{
	width:170px;
	height:30px;
	background:url(http://www.hand-mate.com/img/btn_live.gif) no-repeat;
	margin-bottom:-34px;
}
div.btn ul{
	margin:0;
	padding:0;
	position:relative;
}
div.btn li{
	text-indent:-9999px;
	margin:0;
	padding:0;
	width:80px;
	height:23px;
	display:block;
	position:absolute;
}

/*手動更新ONの場合*/
div.btn li.hand-on{
	background:url(http://www.hand-mate.com/img/btn_live.gif) -3px -34px no-repeat;
}
div.btn li.auto-off a{
	width:80px;
	height:24px;
	display:block;
	overflow:hidden;
}
div.btn li.auto-off a:hover{
	background:url(http://www.hand-mate.com/img/btn_live.gif) -86px -34px no-repeat;
	border:none;
}

/*自動更新ONの場合*/
div.btn li.auto-on{
	background:url(http://www.hand-mate.com/img/btn_live.gif) -86px -34px no-repeat;
}
div.btn li.hand-off a{
	width:80px;
	height:24px;
	display:block;
	overflow:hidden;
}
div.btn li.hand-off a:hover{
	background:url(http://www.hand-mate.com/img/btn_live.gif) -3px -34px no-repeat;
	border:none;
}

div.auto-txt{
	font-size:12px;
	line-height:1.2em;
	height:1.2em;
	width:6em;
	margin-left:620px;
	display:block;
	margin-top:-1.2em;
}

div.btn li.hand-on{
	top:4px;
	left:3px;
}
div.btn li.hand-off{
	top:4px;
	left:3px;
}
div.btn li.auto-on{
	top:4px;
	right:4px;
}
div.btn li.auto-off{
	top:4px;
	right:4px;
}

.marB5{
	margin-bottom:5px;
}

/* clearfix
----------------------------------	*/
/* clear element */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-table;
}
/* \*/
* html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}
/* */

.floatR{
	float:right;
}
#oec_btn {
	margin-bottom: -34px;
	position: relative;
	left: -4px;
	top: -34px;
}
/* imagePreview
----------------------------------	*/
#preview{
	position: absolute;
	border: 1px solid #ffe6d9;
	background:url(http://www.hand-mate.com/img/photo_back.gif);
	padding: 8px;
	display: none;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
/* indexページ用 */
#index_bottom ul.marquee {
	display: block;
	margin:0; padding:0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	/* optional 
	width: 100%;*/
	height: 16px;
	color: #ffffff;
	background-color: #ffb3ff;
	width: 585px;
	font-weight: bold;
}
#index_bottom ul.marquee li {
	margin:0;
	list-style:none;
	position: absolute;
	top: -999em; left: 0;
	display: block;
	white-space: nowrap;
	/* optional */
	padding: 1px 5px;
}
#index_bottom ul.marquee li a {
	color: #ffffff;
}
/* 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;
}
/* price.php用 */
#event_now {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: bold;
	color: #0000ff;
	background-color: #ffcbb3;
	margin-top: 8px;
	margin-bottom: 14px;
	padding-top: 1em;
	padding-bottom: 1em;
	border: 2px solid #ff8000;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background:-ms-linear-gradient(top, #ffffff, #ffcbb3);
	background:linear-gradient(to bottom, #ffffff, #ffcbb3);
	filter: progid:DXImageTransform.Microsoft .gradient(GradientType=0,startColorstr='#ffffffff', endColorstr='#ffffcbb3');
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ffcbb3));
	background: -moz-linear-gradient(top, #ffffff, #ffcbb3);
}
#event_now #now_now {
	width:120px;
	display:block;
	float:left;
	text-align:right;
	line-height:1.4em;
}

#event_now ul li {
	margin-left:138px;
	padding-left: 0px;
	padding-left:0;
	list-style: disc inside;
	display:block list-item;
	line-height:1.4em;
}
#event_now ul li a {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: bold;
}
#event_now ul li span {
	margin-left:14px;
	display:block;
	font-size:16px;
	line-height:1.4em;
}
#event_now #event_now_plus {
	margin-left:360px;
	display:block;
	line-height:1.4em;
}
#event_now #event_link {
	display:block;
	margin-top:12px;
	text-align:center;
}
#event_now #event_link a {
	font-size:18px;
	line-height:1.8em;
}
.event_time {
	display:block;
	font-size:16px;
	line-height:1.4em;
	color: #ff8000;
	padding-left: 1em;
	font-weight: bold;
	text-align:center;
}
.event_time a {
	display:block;
	padding: 0px;
	width: 18em;
	margin-left:auto;
	margin-right:auto;
	color:#0000ff !important;
	line-height:1.2em;
	border: double #0000ff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:-ms-linear-gradient(top, #ffffff, #0000ff);
	background:linear-gradient(to bottom, #ffffff, #0000ff);
	filter: progid:DXImageTransform.Microsoft .gradient(GradientType=0,startColorstr='#ffffffff', endColorstr='#ff0000ff');
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#0000ff));
	background: -moz-linear-gradient(top, #ffffff, #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: 0px;
	/* 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))
}
#tweet_div_top0 {
	margin-top:6px;
	border: 3px solid #55acee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-image: url(../img/tweet_div_top_b.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#tweet_div_top {
	margin-top:12px;
	/*border: 3px solid #e7e7e7;*/
	border: 2px solid #55acee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-image: url(../img/tweet_div_top_w.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:42px;
	height:80px;
}
#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;
}
/* TOPページ 割引用 */
.w_img_box{
	position: relative;
}
.w_img_box_mini_p{
	position: absolute;
	bottom: 0px;
	left: 22px;
	width:150px;
	height:20px;
	background-color:#ead1dc;
	filter: alpha(opacity=80);
	-moz-opacity:0.5;
	opacity:0.9;
	background-color: rgba(234,209,220,0.8);
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
 }
.w_img_box_text_p{
	font-size:12px !important;
	text-align: center;
	width: 100%;
	color: #ff00ff;
	line-height: 20px;
}	
.w_img_box_mini_n{
	position: absolute;
	bottom: 0px;
	left: 22px;
	width:150px;
	height:20px;
	background-color:#fce5cd;
	filter: alpha(opacity=80);
	-moz-opacity:0.5;
	opacity:0.9;
	background-color: rgba(252,229,205,0.8);
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
 }
.w_img_box_text_n{
	font-size:12px !important;
	text-align: center;
	width: 100%;
	color: #ff5106;
	line-height: 20px;
}
.w_img_box_mini_j{
	position: absolute;
	bottom: 0px;
	left: 22px;
	width:150px;
	height:20px;
	background-color:#d0e0e3;
	filter: alpha(opacity=80);
	-moz-opacity:0.5;
	opacity:0.9;
	background-color: rgba(208,224,227,0.8);
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
 }
.w_img_box_text_j{
	font-size:12px !important;
	text-align: center;
	width: 100%;
	color: #0000ff;
	line-height: 20px;
}
.w_img_box_text_p a,
.w_img_box_text_n a,
.w_img_box_text_j a {
	text-decoration: none !important;
}
.w_img_box_text_p a:hover,
.w_img_box_text_n a:hover,
.w_img_box_text_j a:hover {
	font-weight: bold;
	text-decoration: none !important;
	border: none !important;
}
/* top.php 新イベント表示用（2015-02-26 追記） */
/*
#container #main #pricelist_m #p-wari {
	background-image: url(../img/p-wari_title.gif);
	text-indent: -9999px;
	height: 240px;
	width: 594px;
	margin-top: -60px;
}
*/
#container #main #pricelist_m #hiruwari,
#container #main #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 #pricelist_m #n_room {
	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 #pricelist_m #j_room {
	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);
}
/* 1200行目（.line2_plus）の追加版　イベントＷのときの表示用 */
#container #main #main_contants_today .girl_prf table tr td div .line3_plus,
#container #main #main_contants_today .girl_prf_no table tr td div .line3_plus,
#container #main #main_contants_today .girl_prf_end table tr td div .line3_plus {
	float: none;
	margin-top: -10px;
	margin-bottom: -4px;
	border:2px solid #fff5fe;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.niko_wari {
	display:block;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4px;
	width:120px;
	height:13px;
	line-height:13px;
	font-size:11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#ff00ff;
	border:1px solid #ff00ff;
	background-color:#ead1dc;
}
.j_room_wari {
	display:block;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4px;
	width:120px;
	height:13px;
	line-height:13px;
	font-size:11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#0000ff;
	border:1px solid #0000ff;
	background-color:#d0e0e3;
}
.n_room_wari {
	display:block;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4px;
	width:120px;
	height:13px;
	line-height:13px;
	font-size:11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#ff5106;
	border:1px solid #ff5106;
	background-color:#fce5cd;
}
.all_wari {
	display:block;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2px;
	width:120px;
	height:13px;
	line-height:13px;
	font-size:11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#ffffff;
	border:1px solid #ff9933;
	background-color:#ff6600;
}
#banner_wari {
	margin-top:5px;
	margin-right:0px;
	background-image:url(../img/banner_wari.jpg);
	background-repeat: no-repeat;
	width:210px;
	height:70px;
	padding-top:24px;
	text-align:center;
}
#banner_wari span {
	font-size:14px;
	font-weight:bold;
	text-shadow: 1px 1px 1px #ffffff;
	filter: Shadow(Color=#ffffff, Direction=135, Strength=2);
}
#banner_wari a {
	text-decoration:none;
}
#banner_wari a:hover {
	text-decoration:none;
	border: none 0px;
}
.hotel_updata {
	font-size:10px;
	text-align:center;
	padding-top:1em;
}

