@charset "UTF-8";

div#rbstart
{
	font-size:1px;
	background-image:url("../images/design/rb_start.gif");
	repeat:no-repeat;
	margin:0px;
	height:8px;
}
div#rbbody
{
	background-image:url("../images/design/rb_body.gif");
	repeat:repeat-y;
	margin:0px;
	padding:8px 16px 8px 16px;
}
div#rbend
{
	font-size:1px;
	margin:0px;
	background-image:url("../images/design/rb_end.gif");
	repeat:no-repeat;
	height:8px;
}

/* とりあえず『*』を使ってまとめて色を変更しているが */
/* 要素ごとに色を指定するほうが良い */
/* （例としては後記の a 要素） */
div#rbbody *
{
	color:#333;
}
div#rbbody h4{
	height:14px;
	padding: 1px 4px 1px 1px;
	font-size:11px;
	/*border-left:12px solid #494949;*/
	border:0px;
	margin-bottom:8px;
	font-weight:normal;
	color:#000000;
}
div#rbbody a{
	text-decoration: underline;
}
div#rbbody a:link {
	color: #999999;
	text-decoration: none;
	text-decoration: underline;
}
div#rbbody a:visited {
	color: #999999;
	text-decoration: none;
	text-decoration: underline;
}
div#rbbody a:hover {
	color: #999999;
	text-decoration: underline;
	background-color: #cccccc;
}
div#rbbody a:active {
	color: #999999;
	text-decoration: none;
	text-decoration: underline;
}
div#rbbody span.mainnavi a:link {
	color: #000000;
	text-decoration: none;
	text-decoration: underline;
}
div#rbbody span.mainnavi a:visited {
	color: #000000;
	text-decoration: none;
	text-decoration: underline;
}
div#rbbody span.mainnavi a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #cccccc;
}
div#rbbody span.mainnavi a:active {
	color: #000000;
	text-decoration: none;
	text-decoration: underline;
}
div#rbbody div.goto-top a:hover
{
	background-color:#ffffff;
}
div#rbbody ul#anchornavi a:link,
div#rbbody ul#anchornavi a:visited,
div#rbbody ul#anchornavi a:active
{
	color: #252525;
	text-decoration: underline;
}
div#rbbody ul#anchornavi a:hover
{
	color: #252525;
	background-color: #cccccc;
	text-decoration: underline;
}
div#rbbody ul li
{
	color:#333;
}
div#rbbody table.apply_table span.essential,
div#rbbody table.contact span.essential
{
	font-size:9px;
	color:#FF0000;
}
div#rbbody span.registmin
{
	color:#FF0000;
}
div#rbbody span.que
{
	font-size: 14px;
	color: #5c9dc7;
}

div#rbbody span.ans
{
	font-size: 14px;
	color: #ff4400;
}

div#main div#rbbody dl dt
{
background-image:url("../images/design/dot_tri8.gif");
}

div#main div#rbbody p {
	line-height: 160%;
}


/* 背景グレイラウンドここから */
div#rbgstart
{
	clear: both;
	font-size:1px;
	background-image:url("../images/design/rb_start_g.gif");
	repeat:no-repeat;
	margin:0px;
	height:8px;
}
div#rbgbody
{
	background-image:url("../images/design/rb_body_g.gif");
	repeat:repeat-y;
	margin:0px;
	padding:8px 16px 8px 16px;
}
div#rbgend
{
	font-size:1px;
	margin:0px;
	background-image:url("../images/design/rb_end_g.gif");
	repeat:no-repeat;
	height:8px;
}

div#rbgbody *
{
/*	color:#ffffff;*/
}
div#rbgbody form input,
div#rbgbody form textarea,
div#rbgbody form select option
{
	color:#333333;
}
div#rbgbody a{
	text-decoration: underline;
}
div#rbgbody a:link {
	color: #ffffff;
	text-decoration: none;
	text-decoration: underline;
}
div#rbgbody a:visited {
	color: #ffffff;
	text-decoration: none;
	text-decoration: underline;
}
div#rbgbody a:hover {
	color: #ffffff;
	text-decoration: underline;
	background-color: #4D4D4D;
}
div#rbgbody a:active {
	color: #ffffff;
	text-decoration: none;
	text-decoration: underline;
}
div#rbgbody div.goto-top a:hover
{
	background-color:#ffffff;
}
div#rbgbody ul#anchornavi a:link,
div#rbgbody ul#anchornavi a:visited,
div#rbgbody ul#anchornavi a:active
{
	color: #ffffff;
	text-decoration: none;
}
div#rbgbody ul#anchornavi a:hover
{
	color: #ffffff;
	background-color: #4D4D4D;
	text-decoration: underline;
}
div#rbgbody span.mainnavi a:link,
div#rbgbody span.mainnavi a:visited,
div#rbgbody span.mainnavi a:active
{
	color: #ffffff;
	text-decoration: none;
}
div#rbgbody span.mainnavi a:hover
{
	color: #ffffff;
	background-color: #4D4D4D;
	text-decoration: underline;
}
div#rbgbody span.coment
{
	color: #ED9101;
	font-size:10px;
}
div#rbgbody #reviewrecord
{
width:240px;
float:left;
margin-right:14px;
}
div#rbgbody #bbsrecord
{
}
div#rbgbody span.rank
{
	font size:10px;
	color:#F89801;
}
div#rbgbody span.member_pictup
{
	font size:10px;
	text-align:center;
	margin-top:8px;
}
/* 背景グレイラウンドここまで */

div.sitemap_table
{
	float:left; display: inline;
	margin: 0px 1px 0px; padding: 0px;
	width:150px;
	border:0px;
	cellpadding:0;
	cellspacing:0;
}
div.sitemap_table span.mainnavi a:link,
div.sitemap_table span.mainnavi a:visited,
div.sitemap_table span.mainnavi a:active
{
	color: #ffffff;
	text-decoration: none;
}
div.sitemap_table span.mainnavi a:hover
{
	color: #ffffff;
	background-color: #4D4D4D;
	text-decoration: underline;
}

/* ----------  ---------- ----------
 ホテル登録＆広告掲載
----------  ---------- ---------- */
.apply
{
	text-align: center;
}
.apply_in
{
	margin: 0px auto; padding: 0px; width: 500px; background: #eeeeee;
}
.apply_table
{
	margin: 20px 16px; padding: 0px; border: 0px;
}
.apply_table th
{
	padding: 4px;
	vertical-align: top; border: 0px;
}
.apply_table td
{
	padding: 4px;
	vertical-align: top; border: 0px;
}
.apply_table td.apply_name {
	padding: 4px 0px; width: 130px;
}
.apply_table td.apply_input {
	/*padding-top: 24px;*/
}
.apply textarea {
	margin: 0px 4px; width: 100%;
}
.apply .apply_button {
	margin: 10px 20px 20px; text-align: right;
}

/* ----------  ---------- ----------
 ホテル登録＆広告掲載 (ここまで)
----------  ---------- ---------- */
div#main table.contact
{
	width:430px;
}
div#main table.contact th
{
	background:#DDDDDD url("../images/design/contact_bg.gif");
	padding:4px 8px;
	width: 90px;
	vertical-align:top;
	text-align:right;
	font-weight: normal;
}
div#main table.contact td
{
	padding:4px 8px;
}

/*div#main table.contact TH.profileform_th { font-size: 8px; }//profileform
div#main table.contact TH.contact_th { font-size: 8px; }*/


div#rbsstart
{
	width:360px;
	font-size:1px;
	background-image:url("../images/design/rbs_start.gif");
	repeat:no-repeat;
	margin:0px;
	height:8px;
}
div#rbsbody
{
	width:360px;
	color:#000000;
	background-image:url("../images/design/rbs_body.gif");
	repeat:repeat-y;
	margin:0px;
	padding:8px 16px 8px 16px;
}
div#rbsbody h3
{
height:22px;
padding: 4px 4px 2px 4px;
font-size:13px;
border-bottom:2px dotted #494949;
margin-bottom:8px;
font-weight:bold;
color:#000000;
}
div#rbsend
{
	width:360px;
	font-size:1px;
	margin:0px;
	background-image:url("../images/design/rbs_end.gif");
	repeat:no-repeat;
	height:8px;
}

div#rbbody ul li span.error
{
	color:#ff0000;
}
div#rbbody table.apply span.restriction
{
	font-weight:normal;
	font-size:10px;
}

div#top-affiliate
{
width:468px;
height:60px;
float:left;
margin-bottom:8px;
margin-left:38px;
}

/* ----------  ---------- ----------
 ナビゲーション
 おもしろ統計学・ホテル豆知識
 利用規約・ご利用ガイド
----------  ---------- ---------- */
div#rbbody .main_navi {
	border:1px solid #BCBBBB;
	margin : 20px;
	padding: 20px 30px;
}
div#rbbody .main_navi h4 {
	background: url("../images/design/dot_tri6.gif") no-repeat left center;
	margin: 0;
	padding: 0;
	padding: 2px 0px 2px 20px;
}
div#rbbody .main_navi h4 a:link,
div#rbbody .main_navi h4 a:visited
{
	color: #000000;
}

/* ----------  ---------- ----------
 ホテルボタン: part_details_reviewbuttons
 hotel_details_x ほぼ全てに使用
----------  ---------- ---------- */
div#main div.details-rbuttons {
	text-align: right;
	width: 100%;
	margin-bottom: 8px;
}

/* ----------  ---------- ----------
 基本情報: hotel_details_1
----------  ---------- ---------- */
div#rbgbody table.hotel-details-plain .event
{
	line-height: 150%;
}
div#rbgbody div.hotel-details-twitter
{
	border:1px solid #ffffff; margin:0 0 8px 0; padding:0px; background-color:#757575;
}
div#rbgbody div.hotel-details-twitter ul
{
	margin: 0px; padding: 6px 0px; height: 86px; overflow-y: auto;
	list-style: none;
}
div#rbgbody div.hotel-details-twitter li
{
	margin: 0px 0px 0px 10px; padding: 0px 14px;
	background: transparent url("../images/design/icon_hart.gif") no-repeat left 0.1em;
}
div#rbgbody div.hotel-details-twitter li span
{
	color:#cccccc;
}
div#rbgbody div.twitter-bottom
{
	text-align:right; margin: 0px; padding: 3px 6px;
}

/* ----------  ---------- ----------
 おすすめレビュー: hotel_details_6
----------  ---------- ---------- */
div#rbgbody .hotel_review {
	clear: both; margin: 12px 0px 0px 0px; width: 500px;
	background: #fff url("../images/design/review_table.gif") no-repeat right bottom;
}
div#rbgbody .hotel_review_name { padding: 10px; }
div#rbgbody .hotel_review_name A SPAN.name  { text-decoration: underline; }
div#rbgbody .hotel_review_name A:hover      { background: #F3C0C6; }
div#rbgbody .hotel_review_name SPAN.name    { color: #EB6877; font-weight: bold; font-size: 13px; }
div#rbgbody .hotel_review_name SPAN.no_name { color: #CCC; font-weight: bold; font-size: 13px; }
div#rbgbody .hotel_review_name SPAN.gender  { color: #333; }
div#rbgbody .hotel_review_item { margin: 5px 10px; padding: 0px 0px 5px; border-bottom: 1px dotted #000; }
div#rbgbody .hotel_review_item TABLE { width: 480px; }
div#rbgbody .hotel_review_item TD    { color: #333; }
div#rbgbody .hotel_review_date { text-align: right; }
div#rbgbody .hotel_review_OS { text-align: right; width: 20px; }
div#rbgbody .hotel_review_photo     { float: left; display: inline; width: 128px; }
div#rbgbody .hotel_review_photo IMG { margin: 5px 10px 10px 20px; width: 98px; height: 66px; }
div#rbgbody .hotel_review_body {
	float: left; display: inline; margin: 5px 0px 20px; padding: 0px; width: 360px; color: #333;
	line-height: 180%;
	background: url("../images/design/bg_line_yellow.png");
}
div#rbgbody .hotel_review_body_in {
	margin: 10px; padding: 0px;
}
div#rbgbody SPAN.review_numb { font-weight: bold; color: #EB6877; }
div#rbgbody .judgement,
div#rbgbody .judgement_mine,
div#rbgbody .judgement_myresult,
div#rbgbody .judgenments_result {
	clear: both; margin: 0px 20px 12px; padding: 5px; color: #333;
	width: 420px;
}
div#rbgbody .judgement IMG,
div#rbgbody .judgement_mine IMG,
div#rbgbody .judgement_myresult IMG,
div#rbgbody .judgenments_result IMG {
	vertical-align: middle;
}
div#rbgbody .judgement A:hover,
div#rbgbody .judgement_mine A:hover,
div#rbgbody .judgement_myresult A:hover {
	background: transparent;
}
div#rbgbody .judgement_mine {
	background: url("../images/design/bg_line_pink.png");
}
div#rbgbody .judgement_myresult {
	border: 1px solid #999;
}
div#rbgbody .judgenments_result SPAN.numb {
	font-weight: bold; color: #0068B7;
}
div#rbgbody .judgement_myresult SPAN.hint {
	font-weight: bold; color: #EB6877;
}
div#rbgbody .judgement_myresult SPAN.no_hint {
	color: #0068B7;
}
/* ----------  ---------- ----------
 マイページ：mypage
----------  ---------- ---------- */
.mypage_message {
	margin: 0px 0px 16px; padding: 0px; background:#596987;
}
.mypage_message UL { margin: 0px; padding: 5px; list-style: none; }
.mypage_message LI { margin: 0px; padding: 0px; }
.mypage_title {
}
DIV.member_data {
	width: 500px;
	background: #fff; color: #333;
	margin: 0px 0px 5px; padding: 0px;
	border: 1px solid #999;
}
DIV.member_photo {
	float: left; display: inline; width: 200px;
	margin: 5px 0px 5px 5px; padding: 0px;
}
DIV.member_photo_up {
	margin: 5px 0px 0px; text-align: center;
}
DIV.member_table {
	float: right; display: inline; width: 280px;
	margin: 5px 5px 5px 0px; padding: 0px;
}
DIV.member_data TABLE {
	margin: 0px; padding: 0px;
	vertical-align: top; text-align: center;
}
DIV.member_data TD {
	margin: 0px; padding: 5px 5px 0px;
	vertical-align: top; text-align: left; color: #333;
}
DIV.member_data TD IMG {
	vertical-align: middle;
}
SPAN.member_nickname {
	font-weight: bold; color: #EB6877;
}
SPAN.member_data_title {
	color: #4AA1CC;
}
DIV.member_message {
	clear: both;
	margin: 5px; padding: 5px; border: 1px solid #eee;
	background: url("../images/design/group_bg.gif");
}
DIV.member_area {
	margin: 10px 0px 5px; padding: 0px;
	width: 500px;
	background: #fff; color: #666; border: 1px solid #999;
	text-align: left;
}
div#main DIV.member_area LI A,
div#main DIV.member_area LI A:visited { color: #333; }
div#main DIV.member_area LI A:hover   { color: #FFF; background: #666; }
DIV.member_area P {
	padding: 5px 4px;
	font-size: 12px; font-weight: normal; color: #7ABCDD;
	border-bottom: 1px dotted #999;
}
DIV.member_area UL {
	margin: 0px; padding: 0px;
	list-style-image: url("../images/design/icon_list.gif");
}
DIV.member_area LI {
	margin: 3px; padding: 0px;
}
DIV.member_button_area {
	margin: 0px auto 3px; text-align: center;
}
DIV.member_button_area A {
	margin: 0px auto; display: block;
	background: url("../images/design/btn_myarea.gif") no-repeat center center;
	width: 200px; height: 30px;
	text-indent:-9999px; outline:none;
}
div#main H3.member_title,
div#main H3.member_edit_title,
div#main H3.favorite_title,
div#main H3.pickup_title,
div#main H3.review_title,
div#main H3.point_title {
	margin: 15px 0px 0px; padding: 0px; width: 500px; height: 35px;
	border: 0px none #000; border-left: 1px solid #999; border-right: 1px solid #999;
	text-indent:-9999px; outline:none;
}
div#main H3.member_title {
	background: #999 url("../images/design/h_member_info_big.gif") no-repeat center top;
}
div#main H3.member_edit_title {
	background: #999 url("../images/design/h_member_edit_big.gif") no-repeat center top;
}
div#main H3.favorite_title {
	background: #999 url("../images/design/h_favorite_big.gif") no-repeat center top;
}
div#main H3.pickup_title {
	background: #999 url("../images/design/h_recomment_big.gif") no-repeat center top;
}
div#main H3.review_title {
	background: #999 url("../images/design/h_reviewrecord_big.gif") no-repeat center top;
}
div#main H3.point_title {
	background: #999 url("../images/design/h_point_big.gif") no-repeat center top;
}
html:first-child DIV.member_button_area A,
html:first-child div#main H3.member_title,
html:first-child div#main H3.favorite_title,
html:first-child div#main H3.pickup_title,
html:first-child div#main H3.review_title {
background:none!important;
text-indent:0!important;
}
DIV.member_edit,
DIV.member_favorite,
DIV.member_review,
DIV.member_pickup,
DIV.member_point {
	background: #fff; color: #333;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	width: 500px; margin: 0px 0px 5px; padding: 0px;
}

DIV.member_edit TABLE,
DIV.member_favorite TABLE,
DIV.member_pickup TABLE,
DIV.member_review TABLE,
DIV.member_point TABLE {
	width: 498px;
	margin: 0px; padding: 0px;
	border-top: 1px dotted #999;
	border-collapse: collapse;
	color: #333;
}
div#main DIV.member_edit TH {
	margin: 0px; padding: 4px; width: 130px;
	font-weight: normal; font-size: 11px;
	text-align: left;
	background: #fff url("../images/design/group_bg.gif");
	border-right : 1px dotted #999;
	border-bottom: 1px dotted #999;
	color: #333;
}
div#main DIV.member_edit TD {
	margin: 0px; padding: 4px;
	text-align: left;
	border-bottom: 1px dotted #999;
	color: #333;
}
P.member_edit_submit {
	margin: 0px; padding: 10px;
	color: #333; text-align: center;
}
div#main DIV.member_edit TD INPUT.select-area {
	color: #666; width: 220px; vertical-align: bottom; border: 0px;
}
DIV.member_favorite TABLE.favorite_top TH {
	text-align: center; padding-top: 4px;
}

DIV.member_favorite TABLE.favorite_top TD {
	text-align: center; padding-bottom: 4px;
}
div#main DIV.member_favorite TABLE.favorite_top A {
	text-decoration: none; background: transparent;
}

DIV.member_favorite TD.favorite_photo {
	width: 98px; padding: 5px 0px 5px 5px;
}
DIV.member_favorite TD.favorite_data {
	width: 402px; padding: 5px 5px 5px 0px;
	text-align: left; vertical-align: top;
}
DIV.member_favorite TD DIV {
	padding: 0px 5px;
}
.member_favorite DIV.member_table_error,
.member_review   DIV.member_table_error {
	margin: 10px 0px; padding: 0px; text-align: center;
}
.member_point    DIV.member_table_error {
	margin:  5px 0px 0px; padding: 0px; text-align: center;
}
.member_favorite DIV.member_table_error2,
.member_review   DIV.member_table_error2,
.member_point    DIV.member_table_error2 {
	margin: 10px; padding: 10px 0px 0px; border-top: 1px dotted #999;
}

DIV.member_point TD {
	padding: 5px;
}

div#main DIV.member_data A,
div#main DIV.member_data A:visited { color: #333; }
div#main DIV.member_data A:hover   { color: #FFF; background: #666; }
div#main DIV.member_favorite TD A,
div#main DIV.member_favorite TD A:visited { color: #333; text-decoration: none; }
div#main DIV.member_favorite TD A:hover   { color: #333; text-decoration: underline; background: transparent; }
div#main DIV.favorite_event  { padding: 5px; background: url("../images/design/bg_line_yellow.png"); }
div#main DIV.favorite_button { text-align: right; margin: 5px 0px; }
div#main DIV.favorite_button IMG { vertical-align: middle; }
div#main DIV.favorite_button A,
div#main DIV.favorite_button A:visited { color: #666; text-decoration: none; }
div#main DIV.favorite_button A:hover   { color: #333; text-decoration: underline; background: transparent; }
div#main TD.favorite_rank { background: #eee; text-align: center; }
div#main TD.favorite_rank_all { background: #eee; text-align: center; font-size: 13px; }
div#main TD.review_date,
div#main TD.point_date   { padding: 4px; color: #333; width: 140px; text-align: center; }
div#main TD.review_hotel { padding: 6px 4px 2px; color: #333; }
div#main TD.review_msg   { padding: 0px 4px 8px; color: #333; }
div#main TD.review_msg A,
div#main TD.review_msg A:visited { color: #333; }
div#main TD.review_msg A: hover  { color: #FFF; background: #666; }
div#main TD.point_numb { width: 100px; text-align: right; }
div#main TD.point_msg  { width: 200px; }
div#main TD DIV.favorite_h_name A,
div#main TD DIV.favorite_h_name A:visited,
div#main TD.review_hotel A,
div#main TD.review_hotel A:visited {
	font-weight: bold; color: #EB6877; text-decoration: none;
}
div#main TD DIV.favorite_h_name A:hover,
div#main TD.review_hotel A:hover {
	font-weight: bold; color: #EB6877; text-decoration: underline; background: transparent;
}
DIV.member_pickup TD {
	text-align: center; vertical-align: top; padding: 6px 8px;
	width: 108px; height: 144px;
}
DIV.member_pickup TD.pickup_border {
	border-right: 1px solid #999;
}
div#main DIV.member_pickup TD { color: #333; }
div#main DIV.member_pickup DIV.pickup_h_name A { font-weight: normal; color: #EB6877; }
div#main DIV.member_pickup DIV.pickup_h_name A:hover{ background: transparent; text-decoration: underline; }

DIV.member_pickup TD.no_caption {
	padding-top: 8px; height: 80px;
}

DIV.member_button {
	text-align :right; margin: 3px 5px 5px;
}
DIV.member_button A {
	background: url("../images/design/dot_tri4.gif") no-repeat left center;
	padding-left: 12px;
}
DIV.member_ng {
	margin: 10px; padding: 0px;
	text-align: center; color: #666;
}
DIV.member_button_back {
	margin: 10px 0px 0px;
	text-align: center;
}

