@charset "utf-8";


table {
	border-collapse:collapse;
}
input,select,textarea{
	font-size:12px;
	margin:0;
}
img{
	vertical-align:middle;
}
body {
	color:#666666;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
a {
	color:#0066FF;
	text-decoration:none;
}
/*
a:VISITED {
	color:#0066cc;
	text-decoration:none;
}
*/
a.inform {
	color:#aaa;
	text-decoration:none;
}
a:hover {
	color:#ff0000;
	text-decoration:underline;
}

.br {
	clear:both;
}

.nowrap {
	white-space:nowrap;
}

.hd {
	text-indent:-9999px;
	font-size:0px;
	text-decoration:none;
	display:block;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#test_db_warning {
	position:fixed;
	top:0;
	left:0;
	z-index: 9999;
	padding:6px;
	border:2px red solid;
	background-color:#ffc;
	color:red;
	font-size:16px;
	font-weight:bold;
	width:180px;
	text-align: center;
}

#test_db_warning {
	position: expression('absolute');
	top: expression((documentElement.scrollTop || document.body.scrollTop) + 'px');
	left: expression((documentElement.scrollLeft || document.body.scrollLeft) + 'px');
}

#go_page_top {
	text-align:right;
	position:fixed;
	bottom:0;
	right:0;
	z-index: 9999;
}

div.benchmark {
	margin-top:2em;
}
div.benchmark table {
	margin:6px;
}
div.benchmark table td,
div.benchmark table th
{
	border:1px gray solid;
	padding:2px;
}

div.caution {
  background-image : url(../_img/mark_warning_39x35.gif);
  background-repeat : no-repeat;
  background-position : 16px center;
  padding : 16px 16px 16px 70px;
  line-height:18px;
  background-color:#ffc;
  border:1px solid #f80;
  color:#300;
}

.dialog_success {
	padding : 1.5em 1.5em 1.5em 76px;
	background:#efe 16px center no-repeat url(../_img/dialog_success_icon.png);
	border:1px solid #00dd00;
	color:#009900;
}

.dialog_caution {
	padding : 1.5em 1.5em 1.5em 76px;
	background:#ffffbb 16px center no-repeat url(../_img/dialog_caution_icon.png);
	border:1px solid #f48501;
	color:#993300;
}

.dialog_error {
	padding : 1.5em 1.5em 1.5em 76px;
	background:#fee 16px center no-repeat url(../_img/dialog_error_icon.png);
	border:1px solid #ff0000;
	color:#990000;
}


a.popup{
  background-image : url(../_img/mark_popup.gif);
  background-repeat : no-repeat;
  background-position : right 0px;
  padding-right : 10px;
  white-space:nowrap;
}
a:hover.popup{
  background-image : url(../_img/mark_popup.gif);
  background-repeat : no-repeat;
  background-position : right -26px;
  padding-right : 10px;
  white-space:nowrap;
}

span.manzoku {
	color:#0b0;
}
span.prof_trust {
	color:#f08;
}
span.empty {
	color:#ccc;
}


.arrow_green {
	background: url('../_img/yajirushi_green_11x12.jpg') no-repeat left center;
	padding-left: 11px;
}
.arrow_blue {
	background: url('../_img/arrow_skyblue_9x12.gif') no-repeat left center;
	padding-left: 9px;
}
.arrow_pink {
	background: url('../_img/yajirushi_pink_11x12.jpg') no-repeat left center;
	padding-left: 11px;
}
.pr_mark {
	background: url('../_img/pr_29x12.gif') no-repeat left center;
	padding-left: 30px;
}
.new_mark_left {
	background: url('../_img/new_23x12.gif') no-repeat left center;
	padding-left: 24px;
}
.new_mark_right {
	background: url('../_img/new_23x12.gif') no-repeat right center;
	padding-right: 24px;
}

.leftmenu {
	float:left;
	width:169px;
	margin:0;
	padding:0;
	position:relative;
}

.leftmenu .this_area_arrow {
	position:absolute;
	top:8px;
	left:140px;
	z-index: 5;
}

.leftmenu ul {
	list-style: none;
	margin:8px 0 0 0;
	padding:0;
}
.leftmenu li {
	margin:0;
	padding:0;
	display: block;
	position: relative;
}
.leftmenu li a{
	display:block;
	background: #eee url(../_img/leftmenu/link_bg_169x42.gif) left top no-repeat;
	height:21px;
	line-height: 21px;
	text-indent:20px;
	width: 169px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}
.leftmenu li a:HOVER{
	background-position:left bottom;
	text-decoration: underline;
	color: #e00;
}
.leftmenu li a .update {
	display: block;
	position: absolute;
	right:4px;
	top:0;
	line-height:21px;
	color:red;
	font-weight: normal;
	text-decoration: none;
}

.leftmenu li.h32 a{
	background: #eeeeee url(../_img/leftmenu/link_bg_169x64.gif) left top no-repeat;
	height:32px;
	line-height: 32px;

}
.leftmenu li a:HOVER{
	background-position:left bottom;
	text-decoration: underline;
	color: #e00;
}
.leftmenu li.h32 a .update {
	line-height:32px;
}


.pager {
	clear:both;
	padding:24px 0;
	text-align:center;
	color:#ccc;
	vertical-align:middle;
}
.pager span.a,
.pager a{
	margin: 4px;
	padding: 4px;
	border: 1px solid #ccc;
	background-color:#eee;
	text-decoration: none;
}
.pager a:hover{
	background-color:#ff8;
	border: 1px solid #f88;
}


 {

}
div.right_page_title {
	margin:8px 0 0 0;
	padding:6px;
	background-color: #fde;
	vertical-align: middle;
	font-size:16px;
	font-weight:bold;
}
div.right_page_title span.page_number{
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
}


.highlight {
	background-color:#ff0;
}





table.shop_frame {
	width:300px;
	margin: 0 30px 0 0;
	border-collapse: collapse;
}
table.shop_frame td,
table.shop_frame th{
	border: 1px solid #fbe;
	padding: 5px;
}
table.shop_frame th{
	font-weight:normal;
	white-space:nowrap;
	background-color:#fef;
}




table.hotel_frame {
	width:300px;
	margin: 0 30px 0 0;
	border-collapse: collapse;
}
table.hotel_frame td,
table.hotel_frame th{
	border: 1px solid #bea;
	padding: 5px;
}

table.hotel_frame th{
	font-weight:normal;
	white-space:nowrap;
	background-color:#f0ffe8;
}



/* --------------------　メインフレーム */


#main_frame {
	width: 756px;
	margin: 0 auto;
	text-align:left;
	clear:both;
}




/* --------------------　メインページのフッター */

#main_footer_frame {
	width:756px;
	clear:both;
	margin:0 auto;
}

#main_footer_frame #border {
	margin:10px 0 10px 0;
/*	background-color:#f8f8f8; */
}

#main_footer_frame #border #links {
	padding-top:18px;
	border-top: dashed 1px #aaaaaa;
	text-align:center;
}

#main_footer_frame #border #copyright {
	margin-top:1.5em;
	text-align:center;
	color:#000000;
}

#main_footer_frame #border #copyright a{
	color:#000000;
	text-decoration:none;
}

#main_footer_frame #border #site_browser {
	margin:1.5em 0 0 0;
	text-align:center;
	line-height:1.2em;
	color:#888;
}

#main_footer_frame #border #links_for_seo {
	padding-top:18px;
	text-align:center;
}

#main_footer_frame #border #links_for_seo a{
	color: #aaaaaa;
}


/* --------------------　風俗店一覧用 */


.mark_new_ad {
	font-weight:bold;
	color:red;
	font-size:16px;
}
.mark_new {
	font-weight:bold;
	color:red;
}
a.mark_kyouryoku {
	margin-left:4px;
	font-size:12px !important;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	color:#f80;
}
a.mark_kyouryoku:hover {
	text-decoration:underline;
	color:#f00;
}

.shop_ad_name {
	font-weight:bold;
	font-size:16px;
	color:#0066FF;
	height:22px;
	overflow:hidden;
}

/*
.shop_ad_name a{
	font-size:16px;
}
*/

.shop_border {
	border:solid #f9b 1px;
	margin: 0 0 16px 16px;
	padding:6px;
	background-color:#ffffff;
}

.shop_btn {
	margin:6px 0 0 0;
	width:158px;
	float:right;
	text-align:left;
	line-height:16px;
	white-space:nowrap;
/*	color:#9999cc; */
}

.hotel_border {
	border:solid #ad8 1px;
	margin: 0 0 16px 16px;
	padding:6px;
	color:#333;
}
.hotel_info {
	line-height:14px;
	width:350px;
	border-bottom: dashed #ad8 1px;
}


.shop_girl {
	color:#f13;
	float:left;
	width:75px;
	white-space:nowrap;
	overflow:hidden;
	text-align:center;
	margin:6px 6px 0 0;
}
.shop_girl img {
	 margin: 0 0 1px 0;
}
.shop_girl a {
	 color:#f00;
	 text-decoration:none;
}
.shop_girl a:hover {
	 color:#f6c;
}


.shop8_frame {
	width:760px;
	clear:both;
}

.shop8_border {
	border:solid #f9b 2px;
	margin: 0 0 16px 16px;
	padding:6px;
	background-color:#fffafd;
	color:#333;
}

.shop8_info {
	line-height:14px;
	height:14px;
	overflow:hidden;
	border-bottom: dashed #f9b 1px;
}


.shop4_frame {
	width:380px;
/*	height:204px; */
	overflow:hidden;
	float:left;
}
.shop4_info {
	line-height:14px;
	width:350px;
	border-bottom: dashed #f9b 1px;
}

.shop4_border {
	border:solid #f9b 2px;
	margin: 0 0 16px 16px;
	padding:6px;
	background-color:#fffafd;
	color:#333;
}


.shop1_border {
	border:solid #f9b 2px;
	margin: 0 0 16px 16px;
	padding:6px;
/*	background-color:#fffafd; */
	color:#333;
}

a.racc {
	color:#ccc;
	text-decoration:none;
	float:right;
}
a:hover.racc {
	color:red;
	text-decoration:underline;
}

.insert_time {
	color:red;
	font-size:12px;
	font-weight:normal;
}

.shop0_frame {
	width:760px;
	clear:both;
}
.shop0_border {
	border-top:dashed #f9b 1px;
	margin: 0 0 0 16px;
}
.shop0_border table{
	width:744px;
	margin:0;
	padding:0;
}

.shop0_border td{
	width:698px;
	margin:0;
	padding:2px 0;
	overflow:hidden;
}

.shop0_btn {
	text-align:right;
	white-space:nowrap;
}
.shop0_btn img {
	vertical-align: middle;
}

.shop0_name {
	color:#0066FF;
	text-align:left;
}

.shop0_ad_name {
	font-weight:bold;
	font-size:16px;
	color:#0066FF;
	height:21px;
	overflow:hidden;
}
.shop0_ad_name a{
	font-size:16px;
}
td.shop0_ad_girl {
	width:5%;
	text-align:center;
	vertical-align:middle;
	padding:0;
}
td.shop0_acc_in {
	width:5%;
	text-align:center;
	vertical-align:middle;
	color:#999999;
	padding:0;
}
td.shop0_acc_in a{
	color:#999999;
	text-decoration:underline;
}
td.shop0_acc_in a:hover{
	color:red;
	text-decoration:underline;
}



/* --------------------　トップメニュー */



#top_title_frame {
	width:100%;
	text-align:center;
	background-color:#ffffff;
}

#top_title_frame #center_box{
	width: 940px;
	height:64px;
	text-align:left;
	margin:0 auto;
	background:url(../_img/top_menu/menu_bg_16x16.jpg) left bottom repeat-x;
}

#top_title_frame #center_box div.box {
	height:48px;
	float:left;
	z-index:10;
}

#top_title_frame #center_box div.right_box {
	height:48px;
	float:right;
}

#top_title_frame #center_box #bottom_bar{
	width: 940px;
	height: 16px;
/*	margin:1px auto;
	background:#f8c url(../_img/top_menu/menu_bg.jpg) left center repeat-x;
	z-index:1;
*/
}

#navigation_frame {
	width: 940px;
	margin: 0 auto;
	text-align:left;
	text-indent: 2px;
	padding: 10px 0;
	clear:both;
/*	border-top: 1px dashed #ccc; */
	border-bottom: 1px dashed #ccc;
}




#top_menu_frame {
	width:100%;
	position:fixed;
	z-index:10;
	top:0px;
	left:0;
	clear:both;
	text-align:center;
	height: 2px;
}
#top_menu_frame #white_box{
	width: 940px;
	z-index:10;
	text-align:left;
	margin:0 auto;
	height: 2px;
}

#top_menu_frame { 						/* for IE6 */
	position: expression('absolute');
	top: expression((documentElement.scrollTop || document.body.scrollTop) + 'px');
	left: expression((documentElement.scrollLeft || document.body.scrollLeft) + 'px');
}

#nav_frame { width:170px; margin:0 0 0 770px; clear:both; height:28px; }

#nav_frame a { text-decoration:none; }	/* for IE6 */

#nav {display:block; margin:0px; padding:0px; list-style:none; height:28px; position:relative; z-index:100; font-family:"ＭＳ Ｐゴシック",Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;}

#nav ul {list-style-type:none; padding:0px; margin:0px;}

#nav li.top {display:block; float:left; position:relative;}

#nav table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

#nav li.top a.top_link {display:block; float:left; height:28px;}
#nav li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;}

#nav li.p_to_page_top	{width:165px; background:url(../_img/top_menu/top_menu_165x28.gif) left top no-repeat;}
#nav li a#to_page_top	{width:165px; background:url(../_img/top_menu/top_menu_165x28.gif) left top no-repeat;}

#nav a:hover {visibility:visible;} /* for IE6 */
#nav li:hover { position:relative; z-index:200;} /* for IE7 */

#nav li b {display:block; font-size:12px; height:18px; width:160px; line-height:18px; margin-bottom:3px; margin-left:3px; text-indent:6px; color:#E59; border-bottom:1px solid #E59; cursor:default;}

/*
	#nav li a#to_page_top:hover,
	#nav li:hover a#to_page_top	{ background-position: left -28px; }
*/

#nav ul,
#nav :hover ul ul,
#nav :hover ul :hover ul ul,
#nav :hover ul :hover ul :hover ul ul,
#nav :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

#nav :hover ul.sub {left:0; top:4px; background: #fff; padding:3px; border:1px solid #E59; white-space:nowrap; width:166px; height:auto;}
#nav :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:160px;}
#nav :hover ul.sub li a {display:block; font-size:12px; height:20px; width:160px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
#nav :hover ul.sub li a.fly {background:#fff url(/modpub/images/arrow.gif) 117px 7px no-repeat;}
#nav :hover ul.sub li a:hover {background:yellow; color:red;}
#nav :hover ul.sub li a:active {background:#E59; color:#fff;}
#nav :hover ul.sub li a.fly:hover {background:#E59 url(/modpub/images/arrow_over.gif) 117px 7px no-repeat; color:#fff;}
#nav :hover ul li:hover > a.fly {background:#E59 url(/modpub/images/arrow_over.gif) 117px 7px no-repeat; color:#fff;}

#nav :hover ul.sub li.top_tit {display:block; height:50px; position:relative; float:left; width:160px;}
#nav :hover ul.sub li.top_tit  a {display:block; font-size:12px; height:50px; width:160px; line-height:50px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
#nav :hover ul.sub li.top_tit  a:hover {background:yellow; color:red;}
#nav :hover ul.sub li.top_tit  a:active {background:#E59; color:#fff;}


#nav :hover ul :hover ul,
#nav :hover ul :hover ul :hover ul,
#nav :hover ul :hover ul :hover ul :hover ul,
#nav :hover ul :hover ul :hover ul :hover ul :hover ul
{left:127px; top:-4px; background: #fff; padding:3px 0; border:1px solid #E59; white-space:nowrap; width:166px; z-index:200; height:auto; z-index:300;}


@media print {
	/* 紙媒体向けスタイル定義 */
	#top_menu_frame {
		position:absolute;
	}
	#go_page_top {
		display: none;
	}
}
