@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}



body {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #3C2814;
	background-color: #FFF;
	background-image: url(../img/bg05.png);
	background-repeat: repeat-x;
	background-position: top;
}
#body2 {
	background-image: url(../img/bg_top1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

p {
	line-height: 24px;
}


h1 {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
}
h4 {
	background-image: url(../img/bg_dot2.png);
	background-repeat: repeat-x;
	color: #0238AF;
	font-weight: bold;
	padding-top: 10px;
	margin-top: 10px;
}

h5 {
	margin-top: 25px;
	background-color: #EBF3FB;
	color: #0238AF;
	margin-bottom: 5px;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
a:hover {
	text-decoration: none;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #F00;
}
#index_top {
	background-image: url(../img/bg_top2.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	text-align: center;
}
#index_con {
	background-color: #FFF;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 50px;
	background-image: url(../img/bg04.png);
	background-repeat: repeat-x;
	background-position: top;
}
#index_top a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
#kutikomi_bt {
	width: 200px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#top_bn {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

#top_link {
	width: 580px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top_link img {
	float: left;
	height: 31px;
	width: 88px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}




#header_box {
	background-image: url(../img/bg01.png);
	background-repeat: repeat-x;
	width: 100%;
	background-color: #FFF;
}

#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#header_logo  {
	float: left;
	height: 146px;
	width: 480px;

}
#header_copy {
	text-align: center;
	margin-bottom: 15px;
}

#h1_box {
	width: 520px;
	height: 156px;
	float: left;
	background-image: url(../img/header01.png);
	background-repeat: no-repeat;
}
#header_tel {
	height: 30px;
	width: 120px;
	margin-top: 5px;
	margin-left: 170px;
}


#mainmenu  {
	padding: 0px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#mainmenu li  {
	float: left;
}
#mainmenu img {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}




#visual {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
	background-image: url(../img/bg03.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 15px;
}

#contents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


#sidemenu {
	float: left;
	width: 200px;
	margin-left: 10px;
}
#sidemenu img {
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
}


#sidemenu a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
#menu {
	margin-bottom: 10px;
}

#mobile {
	margin-bottom: 10px;
	background-image: url(../img/bn_mobile.png);
	height: 130px;
	width: 200px;
	text-indent: -3000px;
}
#magazine {
	margin-bottom: 10px;
	background-image: url(../img/bn_magazine.png);
	height: 48px;
	width: 186px;
	padding-top: 105px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-repeat: no-repeat;
}
#magazine .mag_join {

}
#mag_join   {
	width: 180px;
}



#news {
	border: 1px solid #CCC;
	padding: 10px;
	background-color: #F0EEEC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 20px;
	border-radius: 5px;
}
#news .title {
	margin-bottom: 10px;
}
#news .scroll {
	width: 180px;
	height: 500px;
	overflow-y: scroll;
}
#news .box{
	width: 160px;
}

#news .box p {
	line-height: 18px;
}
#news .date {
	background-color: #F0E6DC;
	line-height: 20px;
	text-align: center;
	border: 1px solid #C8B4A0;
	margin-bottom: 7px;
}
#news .newstitle{
	background-color: #F0E6DC;
	line-height: 20px;
	text-align: center;
	border: 1px solid #C8B4A0;
	margin-bottom: 3px;
}
#news .newsbody{
	margin-bottom: 10px;
	line-height: 18px;

}









.side_bn {
	margin-bottom: 20px;
}
#right {
	width: 770px;
	float: left;
	margin-left: 10px;
}
#newface_box {
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 9px;
	width: 160px;
	border: 1px solid #C8B4A0;
	float: left;
}
#newface_con {
	overflow-y: scroll;
	height: 1368px;
}
#newface_con_sys {
	height: 2044px;
	overflow-y: scroll;
}
#newface_con_eve {
	height: 1421px;
	overflow-y: scroll;
}
#newface_con_link {
	height: 1403px;
	overflow-y: scroll;
}
#newface_con_enq {
	height: 1403px;
	overflow-y: scroll;
}




#newface_each {
	margin-bottom: 10px;
	width: 138px;
}


#newface_box .title {
	margin-bottom: 10px;
}
#newface_box .newface{
	background-color: #FFFFFF;
	width: 142px;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 4px;
	-moz-border-radius: 34px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #C8B4A0;
}
#newface_box .newface_date {
	text-align: center;
	color: #990000;
	line-height: 16px;
	margin-bottom: 3px;
}
#newface_box .newface_photo{
	border: 1px solid #B4A08C;
	margin-bottom: 4px;
}
#newface_box .newface_photo img {
	height: 204px;
	width: 136px;
}
#newface_box .castname{
	font-size: 12px;
	line-height: 14px;
	color: #FF3333;
	text-align: left;
}
#newface_box .castsize{
	font-size: 10px;
	line-height: 14px;
	color: #333;
	text-align: left;
}
#newface_box .castbody {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin-top: 2px;
}

#newface_box .date {
	background-color: #F0E6DC;
	line-height: 20px;
	text-align: center;
	border: 1px solid #C8B4A0;
	margin-bottom: 4px;
	color: #F33;
}






#main {
	width: 580px;
	float: left;
	margin-left: 10px;
}

#main_bn {
	margin-bottom: 10px;
}
#slider li{
	height: 130px;
	width: 580px;
}

#today {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 9px;
	width: 560px;
	border: 1px solid #C8B4A0;
	min-height: 1270px;
}
#today .td0 {
	float: left;
}

#today .td1 {
	width: 30px;
	background-color: #F0EBE1;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5E3913;
	border-bottom-color: #5E3913;
	border-left-color: #5E3913;
	margin-left: 8px;
	height: 22px;
	float: left;
	overflow: hidden;
}
#today .td2 {
	width: 20px;
	background-color: #F0EBE1;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5E3913;
	border-bottom-color: #5E3913;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5E3913;
	height: 22px;
	overflow: hidden;
	float: left;
	line-height: 22px;
	font-size: 12px;
}

#today .number {
	font-size: 18px;
	line-height: 24px;
	color: #F33;
}




#today_box {

}

#today .title {
	margin-bottom: 10px;
}
#today .box{
	width: 130px;
	text-align: center;
	margin-bottom: 10px;
	float: left;
	margin-right: 4px;
	margin-left: 5px;
	height: 240px;
}
#today .castphoto{
	margin-bottom: 5px;
	position: relative;
	margin-right: 5px;
	margin-left: 5px;
}
#today .castphoto_img  {
	height: 180px;
	width: 120px;
	position: relative;
}
#today .cast_new{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 180px;
	width: 120px;
}
#today .castname{
	font-size: 12px;
	line-height: 14px;
	color: #643C14;
	text-align: center;
}
#today .castsize{
	font-size: 10px;
	line-height: 14px;
	color: #643C14;
	text-align: center;
	margin-bottom: 2px;
}
#today .castmess {
	font-size: 12px;
	line-height: 18px;
	color: #A52760;
	text-align: center;
	overflow: auto;
	background-color: #FAE6F0;
	margin-right: 4px;
	margin-left: 4px;
	width: 122px;
}


#pickup {
	width: 290px;
	color: #CCC;
	background-color: #E6DCD2;
	background-image: url(../img/tit_pickup.png);
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 20px;
	border-radius: 5px;
	float: left;
	clear: both;
	background-position: 10px 6px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 215px;
}
#pickup .box{
	width: 158px;
	float: left;
	height: 210px;
	margin-left: 10px;
	overflow: auto;
}
#pickup .castphoto{
	border: 1px solid #CCC;
	height: 180px;
	width: 120px;
	float: left;
}
#pickup .castname{
	font-size: 14px;
	line-height: 16px;
	color: #FF0;
	float: left;
	width: 140px;
}
#pickup .castsize{
	font-size: 10px;
	line-height: 14px;
	color: #FFF;
}
#pickup .castcom{
	line-height: 18px;
	width: 140px;
	color: #FFF;
	margin-top: 7px;
}
#ranking {
	width: 230px;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 20px;
	border-radius: 5px;
	float: left;
	height: 695px;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	border: 1px solid #C8B4A0;
}
#ranking .title {
	margin-bottom: 4px;
}
#ranking .scroll {
	background-image: url(../img/bg_rank4.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 650px;
}

#ranking .box{
	width: 230px;
	height: 210px;
	margin-bottom: 10px;
}
#ranking .castphoto{
	height: 210px;
	width: 140px;
	float: left;
}
#ranking .castphoto img {
	height: 210px;
	width: 140px;
}

#ranking .castname{
	font-size: 14px;
	line-height: 18px;
	text-align: right;
	margin-bottom: 7px;
	margin-right: 8px;
	color: #F33;
}
#ranking .castsize{
	font-size: 10px;
	line-height: 16px;
	text-align: right;
	margin-right: 8px;
}
#ranking .rank1 {
	float: left;
	height: 210px;
	width: 90px;
}
#ranking .rank2 {
	background-image: url(../img/bg_rank2.png);
	background-repeat: no-repeat;
	float: left;
	height: 210px;
	width: 90px;
}
#ranking .rank3 {
	background-image: url(../img/bg_rank3.png);
	background-repeat: no-repeat;
	float: left;
	height: 210px;
	width: 90px;
}



#update {
	width: 230px;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 20px;
	border-radius: 5px;
	float: left;
	margin-left: 10px;
	height: 695px;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	border: 1px solid #C8B4A0;
}
#update .title {
	margin-bottom: 4px;
}
#update .scroll {
	height: 650px;
	overflow: hidden;
}

#update .box{
	width: 210px;
	margin-bottom: 13px;
	float: left;
}
#update .date {
	background-color: #F0E6DC;
	line-height: 20px;
	text-align: center;
	border: 1px solid #C8B4A0;
	margin-bottom: 7px;
}


#update .castphoto{
	float: left;
	margin-right: 4px;

}
#update .castphoto img {
	height: 60px;
	width: 40px;
}
#update .casttitle{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
	float: left;
	width: 166px;
}
#update .castbody {
	line-height: 18px;
	float: left;
	width: 166px;
}


#quest {
	width: 230px;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 20px;
	border-radius: 5px;
	float: left;
	height: 695px;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	border: 1px solid #C8B4A0;
	margin-left: 10px;
}
#quest .title {
	margin-bottom: 4px;
}
#quest .scroll {
	overflow-y: scroll;
	height: 650px;
}

#quest .box{
	width: 210px;
	margin-bottom: 10px;
	float: left;
}
#quest .date {
	background-color: #F0E6DC;
	line-height: 20px;
	text-align: center;
	border: 1px solid #C8B4A0;
	margin-bottom: 7px;
}

#quest .castphoto{
	float: left;
	margin-right: 7px;

}
#quest .castphoto img {
	height: 120px;
	width: 80px;
}
#quest .casttitle{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
	float: left;
	width: 123px;
}
#quest .castbody{

}
#quest .castsize {
	font-size: 10px;
	color: #333;
}



#footer {
	background-image: url(../img/bg02.png);
	background-repeat: repeat-x;
	height: 130px;
}
#footer .linkbox{
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height: 70px;
	color: #111;
	line-height: 44px;
	text-align: center;
}

#footer .linkbox a:link {
	color: #00F;
	text-decoration: none;
}
#footer .linkbox a:visited {
	text-decoration: none;
	color: #03F;
}
#footer .linkbox a:hover {
	text-decoration: none;
	color: #F60;
}
#footer .linkbox a:active {
	text-decoration: none;
	color: #F00;
}
#girls {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 20px;
	border-radius: 5px;
	padding: 9px;
	width: 750px;
	color: #643C14;
	border: 1px solid #C8B4A0;
}
#girls .title {
	margin-bottom: 4px;
}
#girls .box{
	width: 142px;
	text-align: center;
	margin-bottom: 10px;
	float: left;
	height: 320px;
	margin-right: 4px;
	margin-left: 4px;
}
#girls .castphoto{
	border: 1px solid #B4A08C;
	position: relative;
	margin-bottom: 5px;
}
#girls .castphoto_img  {
	height: 210px;
	width: 140px;
	position: relative;
}
#girls .cast_new{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 210px;
	width: 140px;
}

#girls .castname{
	font-size: 12px;
	line-height: 14px;
	color: #643C14;
	text-align: center;
}
#girls .castsize{
	font-size: 10px;
	line-height: 14px;
	color: #643C14;
	text-align: center;
	margin-bottom: 2px;
}
#girls .castmess {
	font-size: 10px;
	line-height: 14px;
	color: #643C14;
	height: 40px;
	overflow: hidden;
	text-align: left;
}
#girls .castcom {
	font-size: 12px;
	line-height: 18px;
	color: #A52760;
	text-align: center;
	overflow: auto;
	margin-bottom: 2px;
	background-color: #FAE6F0;
}

#copyright {
	font-size: 10px;
	color: #CCC;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 6px;
}

#totop  {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	background-color: #FFF;
}


#pankuzu {
	line-height: 18px;
}
#page_title {
	margin-bottom: 5px;
}
#day_wrapper {
	margin-bottom: 15px;
}
#day_wrapper .day{
	background-color: #F0E6DC;
	border: 1px solid #E3D0BD;
	line-height: 20px;
	float: left;
	width: 100px;
	text-align: center;
	margin-right: 5px;
}
#sche_day {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 7px;
}
#link {
	text-align: center;
}
#link .linkbox {
	float: left;
	width: 88px;
	text-align: center;
	margin-bottom: 30px;
	height: 31px;
	margin-right: 4px;
	margin-left: 4px;
}
#link .linktitle {
	clear: both;
	font-size: 12px;
	line-height: 20px;
	background-color: #333;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 40px;
	color: #CCC;
}

#link .caption {
	font-size: 10px;
	line-height: 16px;
	width: 88px;
	overflow: hidden;
	height: 16px;
}



#link_table {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#enq {
}
#enq .enq_table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-top: 15px;
}
#enq .enq_td1 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 22px;
	background-color: #F5F0EB;
	background-image: url(../img/icon_enq.png);
	background-repeat: no-repeat;
	background-position: 5px 9px;
}

#enq .enq_td2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #FFFFFF;
	padding: 10px;
}
#enq .enq_td3 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 22px;
	background-color: #F5F0EB;
	text-align: center;
}









.title01 {
	margin-bottom: 7px;
}
.title02 {
	font-size: 14px;
	line-height: 31px;
	font-weight: bold;
	color: #012273;
	background-image: url(../img/bg_tit01.png);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-left: 7px;
}
.title03 {
	line-height: 26px;
	font-weight: bold;
	color: #0238AF;
	background-image: url(../img/icon_circle1.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-left: 16px;
	background-position: 0px 4px;
	margin-top: 10px;
}
.title04 {
	font-weight: bold;
	color: #0238AF;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#index_caution {
	background-image: url(../img/index_caution2.png);
	background-repeat: no-repeat;
	width: 340px;
	padding-top: 40px;
	font-size: 10px;
	line-height: 16px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	color: #666;
	padding-bottom: 12px;
}

#index_copy {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: left;
	line-height: 22px;
}













































.red {
	color: #F00;
}
.purple {
	color: #2858B7;
}
.pink {
	color: #F33;
}

.U10 {
	margin-bottom: 10px;
}
.U20 {
	margin-bottom: 20px;
}
.U30 {
	margin-bottom: 30px;
}
