@charset "utf-8";

html,body{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 100%;
	color: #333333;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	background-color: #a40e0d;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}

a:link, a:visited{
	color: fuchsia;
	text-decoration: none;
}

a:hover{
	color:#FF3300;
	text-decoration:underline;
}

img{
	border-width:0px;
}

ul, ol, form{
	margin:0;
	padding:0;
	list-style:none;
}

select, textarea{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

label{
	cursor:pointer;
}

.t_red{
	color:#CC0000;
}

.t_green{
	color:#009900;
}

h1, h2, h3, h4, strong, em, p, dfn{
	margin:0;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
}

#wrapper{
	margin:0 auto -80px;
	padding:0px;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
}

#header{
	margin:0 auto;
	position:relative;
	width:800px;
	height:180px;
	background:url(../images/header_bg.png) center top;
	overflow:hidden;
}

* html #header{
	background:url(../images/header_bg.jpg) center top;
}

#header #description{
	margin:0;
	width:100%;
	height:20px;
	color:#FFFFFF;
	line-height:20px;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-align:center;
}

#header #description a,#header #description a:hover{
	color:#FFFFFF;
	text-decoration:none;
	cursor:text;
}

#logo_link a{
	display:block;
	margin:5px auto 0;
	width:210px;
	height:86px;
	text-indent:-9999px;
}

#menu{
	margin-top:40px;
	position:relative;
	float:left;
	left:8px;
	width:784px;
	height:24px;
}

#menu li{
	float:left;
	width:112px;
	height:24px;
}

#menu a{
	display:block;
	width:112px;
	height:24px;
	text-indent:-9999px;
	cursor:pointer;
	background-image:url(../images/menu.jpg);
	background-repeat:no-repeat;
}

#menu #home_btn{
	background-position:0 0;
}

#menu #home_btn:hover, #menu #home_btn.hover{
	background-position:0 -24px;
}

#menu #cast_btn{
	background-position:-112px 0;
}

#menu #cast_btn:hover, #menu #cast_btn.hover{
	background-position:-112px -24px;
}

#menu #system_btn{
	background-position:-224px 0;
}

#menu #system_btn:hover, #menu #system_btn.hover{
	background-position:-224px -24px;
}

#menu #schedule_btn{
	background-position:-336px 0;
}

#menu #schedule_btn:hover, #menu #schedule_btn.hover{
	background-position:-336px -24px;
}

#menu #hotel_btn{
	background-position:-448px 0;
}

#menu #hotel_btn:hover, #menu #hotel_btn.hover{
	background-position:-448px -24px;
}

#menu #recruit_btn{
	background-position:-560px 0;
}

#menu #recruit_btn:hover, #menu #recruit_btn.hover{
	background-position:-560px -24px;
}

#menu #link_btn{
	background-position:-672px 0;
}

#menu #link_btn:hover, #menu #link_btn.hover{
	background-position:-672px -24px;
}

#contents{
	clear:both;
	margin:10px auto;
	position:relative;
	width:800px;
	height:auto;
	text-align:left;
	overflow:hidden;
}

#main_left{
	float:left;
	width:320px;
	height:auto;
	overflow:hidden;
}

#main_right{
	float:right;
	width:470px;
	height:auto;
	overflow:hidden;
}

#main_pickup{
	margin-bottom:10px;
	float:left;
	width:320px;
	height:530px;
	background-color:#FFFFFF;
	overflow:hidden;
}

#main_pickup .title{
	width:100%;
	height:20px;
	text-indent:-9999px;
	border-bottom:1px #bb2a27 solid;
	background:url(../images/title_pickup.jpg) no-repeat left top;
}

#main_pickup .galleryview{
	height:460px;
	text-align:left;
	overflow:hidden;
}

#main_pickup .galleryview .panel{
	width:380px;
	text-align:center;
}

#main_pickup .galleryview h4{
	margin:0;
	padding-top:3px;
	font-size:12px;
	font-weight:normal;
}

#main_information{
	float:left;
	width:300px;
	height:448px;
	background-color:#FFFFFF;
	overflow:hidden;
}

#main_information .title{
	width:100%;
	height:20px;
	text-indent:-9999px;
	border-bottom:1px #bb2a27 solid;
	background:url(../images/title_information.jpg) no-repeat left top;
}

#main_information #textbox{
	clear:both;
	width:100%;
	height:428px;
	position:relative;
	color:#333333;
	overflow:auto;
}

#main_information #textbox li{
	clear:both;
	display:inline-table;
	margin:0px 0 5px 3px;
	width:280px;
	height:auto;
	position:relative;
	line-height:14px;
	border-bottom:1px #999999 dotted;
}

#main_information #textbox li .date{
	padding-left:20px;
	width:260px;
	color:#B8860B;
	line-height:18px;
	background:url(../images/page_white_edit.png) no-repeat left 1px;
}

#main_newface{
	margin-bottom:10px;
	float:right;
	width:160px;
	height:448px;
	background-color:#FFFFFF;
	overflow:hidden;
}

#main_newface .title{
	width:100%;
	height:20px;
	text-indent:-9999px;
	border-bottom:1px #bb2a27 solid;
	background:url(../images/title_newface.jpg) no-repeat left top;
}

#main_newface li{
	margin-top:3px;
	width:100%;
	height:103px;
	border-bottom:1px #bb2a27 dotted;
}

#main_newface li .photo{
	float:left;
	width:80px;
	height:100px;
	overflow:hidden;
}

#main_newface li .profile{
	float:right;
	width:75px;
	height:100px;
	line-height:16px;
	white-space:nowrap;
	text-overflow:ellipsis;-webkit-text-overflow:ellipsis;-o-text-overflow:ellipsis;
	overflow:hidden;
}

#main_newface li .profile .name{
	margin-bottom:2px;
}

#main_schedule{
	clear:both;
	width:470px;
	height:auto;
	background-color:#FFFFFF;
	overflow:hidden;
}

#main_schedule #today_schedule{
	display:inline-table;
	margin-bottom:5px;
	width:100%;
	height:auto;
}

#main_schedule #today_schedule li{
	margin-top:5px;
	float:left;
	width:94px;
	height:128px;
	line-height:14px;
	text-align:center;
	white-space:nowrap;
	text-overflow:ellipsis;-webkit-text-overflow:ellipsis;-o-text-overflow:ellipsis;
	overflow:hidden;
}

#main_schedule #today_schedule li img{
	vertical-align:middle;
}

#main_schedule .title{
	width:100%;
	height:20px;
	text-indent:-9999px;
	border-bottom:1px #bb2a27 solid;
	background:url(../images/title_today.jpg) no-repeat left top;
}


#main_schedule2{
	clear:both;
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	overflow:hidden;
margin-top: 20px;
}

#main_schedule2 #today_schedule2{
	display:inline-table;
	margin-bottom:5px;
	width:100%;
	height:auto;
margin-left: 20px;
padding: 5px;
}

#main_schedule2 #today_schedule2 li{
	margin-top:5px;
	float:left;
	width:250px;
	height:350px;
	line-height:14px;
	text-align:center;
	white-space:nowrap;
	text-overflow:ellipsis;-webkit-text-overflow:ellipsis;-o-text-overflow:ellipsis;
	overflow:hidden;
}

#main_schedule2 #today_schedule2 li img{
	vertical-align:middle;
}

#main_schedule2 .title{
	width:100%;
	height:20px;
	text-indent:-9999px;
	border-bottom:1px #bb2a27 solid;
	background:url(../images/title_today2.jpg) no-repeat left top;
}

#main_mobile{
	clear:both;
	width:320px;
	/*height:254px;*/
	background-color:#FFFFFF;
	overflow:hidden;
}

#main_mobile .title{
	width:100%;
	height:20px;
	text-indent:-9999px;
	border-bottom:1px #bb2a27 solid;
	background:url(../images/title_mobile.jpg) no-repeat left top;
}

#main_mobile .qrcode{
	float:left;
	width:127px;
	height:127px;
margin-top: 0px;
}

#main_mobile .content{
	float:right;
	width:183px;
	height:auto;
margin-top: 0px;
}

#main_mobile .content .career_img{
	margin-top:25px;
	text-align:center;
}

#main_mobile .content .text{
	margin-top:15px;
	margin-bottom:3px;
	padding-left:16px;
	width:167px;
	line-height:18px;
	background:url(../images/phone.png) no-repeat left top;
}

#main_mobile .content .input_content{
	margin-bottom:5px;
	width:100%;
	overflow:hidden;
}

#main_mobile .content .input_content input{
	border:1px #3366FF solid;
	background-color:#FFFFFF;
}

#main_mobile2{
	clear:both;
	width:470px;
	height:auto;
	background-color:#FFFFFF;
	overflow:hidden;
}

#main_mobile2 .title{
	width:100%;
	height:20px;
	text-indent:-9999px;
	border-bottom:1px #bb2a27 solid;
	background:url(../images/title_mobile.jpg) no-repeat left top;
}

#main_mobile2 .link{
	float:left;
	width:470px;
	height:60px;
}

.heavenbtn {
    margin-top: 5px;
}


#left_block{
	float:left;
	width:160px;
	height:auto;
	background-color:#FFFFFF;
}

#left_block .title{
	width:100%;
	height:20px;
	text-indent:-9999px;
	border-bottom:1px #bb2a27 solid;
	background:url(../images/title_pickup_s.jpg) no-repeat left top;
}

#left_block li{
	margin-top:3px;
	width:100%;
	height:103px;
	border-bottom:1px #bb2a27 dotted;
}

#left_block li .photo{
	float:left;
	width:80px;
	height:100px;
	overflow:hidden;
}

#left_block li .profile{
	float:right;
	width:75px;
	height:100px;
	line-height:16px;
	white-space:nowrap;
	text-overflow:ellipsis;-webkit-text-overflow:ellipsis;-o-text-overflow:ellipsis;
	overflow:hidden;
}

#left_block li .profile .name{
	margin-bottom:2px;
}

#cast_search{
	float:left;
	width:160px;
	height:auto;
	background-color:#FFFFFF;
}

#cast_search .title{
	width:100%;
	height:20px;
	text-indent:-9999px;
	border-bottom:1px #bb2a27 solid;
	background:url(../images/title_castsearch.jpg) no-repeat left top;
	overflow:hidden;
}

#cast_search #search_area{
	margin-top:5px;
	padding-bottom:5px;
	float:left;
	width:150px;
	height:auto;
	text-align:left;
	background-color:#FFFFFF;
}

#cast_search #search_area li{
	margin-top:8px;
	margin-left:2px;
	padding-left:16px;
	width:130px;
	line-height:16px;
	background:url(../images/bullet_green.png) no-repeat left top;
}

#cast_search #search_area #search_button{
	margin:8px auto;
	width:100%;
	height:20px;
	text-align:center;
}

#cast_list{
	float:right;
	width:635px;
	height:auto;
}

#cast_list .title{
	width:100%;
	height:20px;
	text-indent:-9999px;
	border-bottom:1px #bb2a27 solid;
	background:url(../images/title_castlist.jpg) no-repeat left top;
}

#cast_list li.schedule_on,
#cast_list li.schedule_off{
	margin-top:10px;
	float:left;
	width:127px;
	height:186px;
	text-align:center;
}

#cast_list li.schedule_on{
	background:url(../images/cast_active.png) no-repeat center top;
	list-style-type: none;
}

#cast_list li.schedule_off{
	background:url(../images/cast_reactive.png) no-repeat center top;
	list-style-type: none;
}

#cast_list li .schedule{
	margin:5px auto 0;
	width:120px;
	height:16px;
	color:#000000;
	line-height:16px;
}

#cast_list li .photo{
	margin:3px auto 0;
	width:120px;
	height:157px;
	line-height:16px;
	white-space:nowrap;
	text-overflow:ellipsis;-webkit-text-overflow:ellipsis;-o-text-overflow:ellipsis;
	overflow:hidden;
}

#cast_photo{
	float:left;
	width:420px;
	height:500px;
	background-color:#FFFFFF;
}

#cast_photo .title{
	width:100%;
	height:20px;
	line-height:20px;
	text-indent:28px;
	color:#FFFFFF;
	border-bottom:1px #bb2a27 solid;
	background:url(../images/title_photo.jpg) no-repeat left top;
}

#cast_photo .title a{
	color:#FFFFFF;
	text-decoration:underline;
}

#cast_photo .photo{
	float:left;
	width:420px;
	height:450px;
	background:url(../images/photo_bg.jpg) no-repeat left top;
	overflow:hidden;
}

#cast_photo .photo .pika_main{
	position:relative;
	top:10px;
	left:10px;
	float:left;
	width:320px;
	height:400px;
	overflow:hidden;
}

#cast_photo .photo ul#pikame{
	margin-top:10px;
	float:right;
	width:80px;
	overflow:hidden;
}

#cast_photo .photo ul#pikame li{
	margin-bottom:4px;
	width:60px;
	height:75px;
	border:1px solid #3366FF;
	overflow:hidden;
}

#cast_photo .photo ul#pikame li img{
	position:relative;
	width:60px;
	height:75px;
	cursor:pointer;
}

#cast_profile{
	float:right;
	width:370px;
	background-color:#FFFFFF;
       overflow:hidden;
}

#cast_profile .title{
	width:100%;
	height:20px;
	text-indent:-9999px;
	border-bottom:1px #bb2a27 solid;
	background:url(../images/title_profile.jpg) no-repeat left top;
	overflow:hidden;
}

#cast_profile ul{
	margin:5px;
	width:360px;
	overflow:auto;
}

#cast_profile li{
	clear:both;
	margin-top:4px;
	padding-left:16px;
	float:left;
	width:344px;
	height:auto;
	line-height:16px;
	text-align:left;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	border-bottom:1px #B8860B solid;
	background:url(../images/bullet_allow_orange2.png) no-repeat left top;
}

#cast_profile li .item{
	color:#666600;
}

#cast_profile li.comment{
	line-height:14px;
}

#right_block{
	float:right;
	width:630px;
	height:auto;
}

#right_block .subtitle{
	clear:both;
	margin-top:10px;
	padding-left:15px;
	width:580px;
	line-height:22px;
	color:#B52E00;
	background:#ffE6FA url(../images/subtitle_header.jpg) no-repeat left top;
}

#right_block li.commonlist{
	clear:both;
	margin-top:4px;
	padding-left:16px;
	width:580px;
	line-height:16px;
	text-align:left;
	background:url(../images/bullet_allow_orange2.png) no-repeat left top;
}

#system_title{
	width:100%;
	height:20px;
	text-indent:-9999px;
	border-bottom:1px #bb2a27 solid;
	background:url(../images/title_system.jpg) no-repeat left top;
}

#system_column{
	padding:5px 15px 20px;
	width:630px;
	height:auto;
	background-color:#FFFFFF;
}

#system_column .system_content{
	clear:both;
	display:inline-table;
	width:100%;
	height:auto;
}

#system_column .system_content .width_100,
#system_column .system_content .width_300{
	margin-top:5px;
	margin-left:10px;
	float:left;
	height:20px;
	line-height:20px;
	border-bottom:1px #DDAAAA solid;
	border-right:1px #DDAAAA solid;
	background-color:#FFEBCD;
}

#system_column .system_content .width_100{
	width:100px;
	text-align:center;
}

#system_column .system_content .width_300{
	width:300px;
	text-align:left;
	text-indent:10px;
}

#system_column #system_warning li{
	margin-top:2px;
	padding-left:16px;
	width:580px;
	line-height:18px;
	background:url(../images/bullet_error.png) no-repeat left top;
}

#schedule_title{
	width:100%;
	height:20px;
	text-indent:-9999px;
	border-bottom:1px #bb2a27 solid;
	background:url(../images/title_schedule.jpg) no-repeat left top;
}

#schedule_column{
	width:100%;
	height:auto;
	text-align:center;
}

#schedule_column .info{
	padding:10px 0;
	width:100%;
	background-color:#FFFFFF;
}

#schedule_column #schedule_select{
	margin-top:5px;
	width:100%;
	height:24px;
	line-height:22px;
	border-bottom:solid 4px #FFFFFF;
}

#wschedule_column #schedule_select #schedule_tab{
	float:left;
	width:315px;
	height:24px;
}

#schedule_column #schedule_select #schedule_tab #tab_on{
	margin-left:5px;
	float:left;
	width:150px;
	height:24px;
	background-color:#FFFFFF;
}

#schedule_column #schedule_select #schedule_tab #tab_off{
	margin-left:5px;
	float:left;
	width:150px;
	height:22px;
}

#schedule_column #schedule_select #schedule_tab #tab_off a{
	display:block;
	width:150px;
	height:22px;
	color:#FFFFFF;
	background-color:#FF9900;
}

#schedule_column #date_line{
	clear:both;
	margin-top:3px;
	padding-left:1px;
	width:100%;
	overflow:hidden;
}

#schedule_column #date_line li{
	display:inline;
	margin-right:1px;
	float:left;
	width:89px;
	height:20px;
	line-height:20px;
	background-color:#FFFFFF;
}

#schedule_column #date_line li a{
	display:block;
	width:89px;
	height:20px;
	color:#333333;
}

#schedule_column #date_line li a#target{
	color:#FFFFFF;
	background-color:#FF9900;
}

#schedule_column #date_line2{
	clear:both;
	margin-top:4px;
	width:100%;
	overflow:hidden;
}

#schedule_column #date_line2 li{
	display:inline;
	margin-right:2px;
	float:left;
	width:75px;
	height:20px;
	line-height:20px;
	border-right:1px #666666 solid;
	border-bottom:1px #666666 solid;
	background-color:#FFFFFF;
}

#schedule_column #date_line2 li.base{
	margin-right:3px;
	width:80px;
}

#schedule_column #date_line li a .sunday,
#schedule_column #date_line2 li .sunday{
	color:#FF0033;
}

#schedule_column #date_line li a .saturday,
#schedule_column #date_line2 li .saturday{
	color:#0033FF;
}

#schedule_column #date_line li a:hover,
#schedule_column #date_line li a:hover .sunday,
#schedule_column #date_line li a:hover .saturday{
	color:#FFFFFF;
	background-color:#FF9900;
}

#schedule_column li.schedule_on,
#schedule_column li.schedule_off{
	margin-top:10px;
	float:left;
	width:126px;
	height:186px;
	text-align:center;
}

#schedule_column li.schedule_on{
	background:url(../images/cast_active.png) no-repeat center top;
}

#schedule_column li.schedule_off{
	background:url(../images/cast_reactive.png) no-repeat center top;
}

#schedule_column li .schedule{
	margin:5px auto 0;
	width:120px;
	height:16px;
	color:#000000;
	line-height:16px;
}

#schedule_column li .photo{
	margin:3px auto 0;
	width:120px;
	height:157px;
	line-height:16px;
	white-space:nowrap;
	text-overflow:ellipsis;-webkit-text-overflow:ellipsis;-o-text-overflow:ellipsis;
	overflow:hidden;
}

#schedule_column .schedule2{
	margin-top:4px;
	width:100%;
	height:114px;
}

#schedule_column .schedule2 li{
	margin-right:2px;
	float:left;
	width:75px;
	height:114px;
	line-height:23px;
	border-right:1px #666666 solid;
	border-bottom:1px #666666 solid;
	background-color:#FFFFFF;
}

#schedule_column .schedule2 li.holiday{
	background-color:#FFE4E1;
}

#schedule_column .schedule2 li.photo_base{
	clear:both;
	margin-right:3px;
	width:80px;
	line-height:14px;
}

#shamail{
	width: 370px;
       height:230px;
	background-color: transparent;
	background-image: url(http://www.club-rouge.jp/images/title_shamail.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#shamail img{
	border:0;
}
#shamail #logbox{
	clear:both;
	margin:0;
	top:24px;
	float:left;
	width:370px;
	height:200px;
	position:relative;
	color:#333333;
	text-align:left;
	overflow:auto;
	scrollbar-face-color:#DD3333;
	scrollbar-shadow-color: #DD3333;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}
#shamail #logbox li{
	clear:both;
	margin:2px 0;
	width:330px;
	height:auto;
	position:relative;
	line-height:14px;
	text-overflow:ellipsis;
	border-bottom:1px #999999 dotted;
}
#shamail #logbox li #image_file{
	float:left;
	width:80px;
}
#shamail #logbox li #movie_file{
	float:left;
	width:100px;
}
#shamail #logbox li #movie_file img,#shamail #logbox li #image_file img{
	margin:0 auto 5px;
	-ms-interpolation-mode:bicubic;
}
#shamail #logbox li #image_text{
	margin:2px auto;
	float:right;
	width:215px;
}
#shamail #logbox li #movie_text{
	margin:2px auto;
	float:right;
	width:195px;
	position:relative;
}
#shamail #logbox li #movie_text #day,#shamail #logbox li #image_text #day{
	width:100%;
}
#shamail #logbox li #movie_text #subject,#shamail #logbox li #image_text #subject{
	width:100%;
	color:#FF3399;
	line-height:16px;
}
#shamail #logbox li #movie_text #subject a,#shamail #logbox li #image_text #subject a{
	text-decoration:underline;
}
#shamail #logbox li #movie_text #content,#shamail #logbox li #image_text #content{
	margin-top:3px;
	width:100%;
}
#shamail #logbox li #link_movie{
	float:left;
	top:0px;
	left:0px;
	width:100px;
	height:80px;
	position:absolute;
	background:url(../img/movie_hover.png) no-repeat left top;
	overflow:hidden;
}
#shamail #logbox li #link_movie a#movie{
	display:block;
	width:100px;
	height:80px;
	position:relative;
	text-indent:-9999px;
	background:url(../img/movie_play.png) no-repeat left top;
	overflow:hidden;
}
#shamail #logbox li #link_movie a#movie:hover{
	background:url(../img/movie_hover.png) no-repeat left top;
}

#hotel_title{
	width:100%;
	height:20px;
	text-indent:-9999px;
	border-bottom:1px #bb2a27 solid;
	background:url(../images/title_hotel.jpg) no-repeat left top;
}

#hotel_column{
	margin:5px auto;
	width:100%;
	height:auto;
}

#hotel_column #hotel_search{
	float:left;
	width:220px;
	height:auto;
	text-align:left;
	background-color:#DCDCDC;
	overflow:hidden;
}

#hotel_column #hotel_search .title{
	clear:both;
	padding-left:12px;
	width:100%;
	line-height:22px;
	border-bottom:1px #666666 dotted;
	background:#FFFFFF url(../images/subtitle_header.jpg) no-repeat left top;
}

#hotel_column #hotel_search input{
	margin-bottom:2px;
	border:1px #3366FF solid;
	background-color:#FFFFFF;
}

#hotel_column #hotel_search #search_button{
	margin:8px auto;
	width:100%;
	height:20px;
	text-align:center;
}

#hotel_column #hotel_search #item li{
	margin-top:8px;
	padding-left:16px;
	width:205px;
	line-height:16px;
	background:url(../images/bullet_allow_orange2.png) no-repeat left top;
}

#hotel_column #hotel_search #item li img{
	vertical-align:middle;
}

#hotel_column #hotel_search #hotellist{
	clear:both;
	margin:5px 2px 5px 0;
	float:right;
	width:206px;
	height:522px;
	line-height:18px;
	background-color:#FFFFFF;
	overflow:auto;
}

#hotel_column #hotel_search #hotellist li{
	padding-left:12px;
	width:177px;
	height:18px;
	white-space:nowrap;
	text-overflow:ellipsis;
	border-bottom:1px #CCCCCC dotted;
	overflow:hidden;
}

#hotel_column #hotel_search #hotellist li.cityhotel{
	background:url(../images/bullet_blue.png) no-repeat -3px 1px;
}

#hotel_column #hotel_search #hotellist li.lovehotel{
	background:url(../images/bullet_pink.png) no-repeat -3px 1px;
}

#hotel_column #hotel_search #hotellist li a{
	display:block;
	width:177px;
	height:18px;
}

#hotel_column #map_area{
	float:right;
	width:573px;
	height:700px;
	text-align:left;
	line-height:14px;
	border:1px #999999 solid;
	overflow:hidden;
}

#hotel_column #map_area a{
	text-decoration:underline;
}

#recruit_title{
	width:100%;
	height:20px;
	text-indent:-9999px;
	border-bottom:1px #bb2a27 solid;
	background:url(../images/title_recruit.jpg) no-repeat left top;
}

#recruit_column{
	padding:5px 15px 20px;
	width:630px;
	height:auto;
	background-color:#FFFFFF;
}

#recruit_column .subtitle{
	color: #c65204;
}

#recruit_column .text{
	clear:both;
	margin-top:4px;
	padding-left:16px;
	width:580px;
	line-height:16px;
	color:#6b5049;
	text-align:left;
}

#recruit_column #guideline li{
	margin-top:5px;
	margin-left:10px;
	padding-left:16px;
	width:560px;
	line-height:14px;
	color:#6b5049;
	background:url(../images/bullet_allow_orange2.png) no-repeat left top;
}

#recruit_column #guideline li .item{
	clear:both;
	float:left;
	width:60px;
}

#recruit_column #guideline li .content{
	float:right;
	width:490px;
}

#recruit_column #form li{
	margin-top:5px;
	margin-left:10px;
	width:570px;
	line-height:24px;
}

#recruit_column #form li .item{
	clear:both;
	float:left;
	width:120px;
	text-align:right;
}

#recruit_column #form li .content{
	float:right;
	width:440px;
}

#link_title{
	width:100%;
	height:20px;
	text-indent:-9999px;
	border-bottom:1px #bb2a27 solid;
	background:url(../images/title_link.jpg) no-repeat left top;
}

#link_column{
	padding:5px 15px 20px;
	width:630px;
	height:auto;
	background-color:#FFFFFF;
}

#link_column #mylink{
	display:inline-table;
	margin-left:10px;
	width:590px;
}

#link_column #mylink li{
	margin-top:10px;
	width:100%;
}

#link_column #sitelink{
	display:inline-table;
	width:600px;
}

#link_column #sitelink li{
	margin-top:8px;
	float:left;
	width:120px;
	height:45px;
	line-height:13px;
	text-align:center;
	white-space:nowrap;
	text-overflow:ellipsis;-webkit-text-overflow:ellipsis;-o-text-overflow:ellipsis;
	overflow:hidden;
}



#push{
	clear:both;
	height:80px;
}

#footer{
	clear:both;
	width:100%;
	height:80px;
	position:relative;
	color:#CCCCCC;
	line-height:16px;
	text-align:center;
	background:url(../images/footer_bg.jpg) repeat-x left top;
	overflow:hidden;
}

#footer a{
	color:#CCCCCC;
	text-decoration:underline;
}

#footer a:hover{
	text-decoration:none;
}

#footer #footer_menu{
	margin:10px auto 0;
	width:100%;
	height:28px;
	line-height:14px;
}

#footer #footer_menu li{
	display:inline;
	white-space:nowrap;
}

#footer #footer_menu li.delimiter{
	padding:0 2px;
}

#footer #copyright{
	clear:both;
	margin-top:10px;
}

#footer #copyright a, #footer #copyright a:hover{
	color:#CCCCCC;
	text-decoration:none;
}

#contents_title{
	margin-top:12px;
	margin-left:-2px;
}

#list_companion_area{
	margin:0 0 10px;
	padding:0;
	float:left;
	width:120px;
	height:176px;
	text-align:center;
	background-color:#dde2ec;
	border:1px #a4c2df solid;
}

#list_shamail_area{
	margin-bottom: 10px;
	float: left;
	width: 149px;
	height: 176px;
	text-align: center;
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #cc3333;
	background-image: url(http://www.club-rouge.jp/images/shamail_bk.jpg);
}
#list_companion_area a,
#list_shamail_area a{
	color:#cc3333;
	line-height:20px;
}
#list_photo_area{

}
#list_photo{
	margin:0;
	padding-top:5px;
}
#list_profile_area{
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(http://www.club-rouge.jp/images/shamail_sub_bk.jpg);
}
#list_profile_mark{
	text-align:center;
}
#list_profile_name{
	text-align: center;
	color: white;
	background-color: transparent;
}
#list_profile_subname{
	margin:2px 2px 5px;
	border-top:1px #a4c2df solid;
	border-bottom:1px #a4c2df solid;
	text-align:center;
}
#list_profile_sizearea{
	margin:8px 0 0;
	width:56px;
}
#list_profile_sizetitle{
	margin:0;
	float:left;
	width:24px;
	text-align:right;
}
#list_profile_size{
	margin:0 0 0 5px;
	float:right;
	width:24px;
	text-align:left;
}

#list_companion_areaspace{
	margin-bottom: 10px;
	float: left;
	width: 8px;
	height: 178px;
	background-color: transparent;
}

#pickup_area{
	margin:0;
	padding:0;
/*	background:#ffffff url(../img/pick_haikei.jpg) top right no-repeat;*/
}

/**************** validator.js ****************/
div.baloon {
   font-size:11px;
   color:#FFFFFF;
   position:absolute;
   padding-left:5px;
   background:url(../images/baloon.png) no-repeat top left;
   z-index:1;
}

div.baloon a {
   color:#FFFFFF;
   text-decoration:none;
   padding:2px;
   margin-right:2px;
}

div.baloon a:hover {
	color:#FF3399;
	background-color:#FFFFFF;
}

div.baloon div {
   background:url(../images/baloon_right.png) no-repeat top right;
   padding:7px 7px 14px 0;
   white-space:nowrap;
}