@charset "shift_jis";



body {
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	/*文字サイズは75%の部分になる。12pxとか自由に変更して下さい。*/
	color: #CCCCCC;	/*文字色をグレーに*/
	margin: 0px;
	padding: 0px;
	text-align: center;	/*壁紙設定箇所。ページ上部の中央よせという意味。通常の設定にしたいなら「no-repeat center top」を外す。*/
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: center top;
}
h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
.color1 {
	color: #FF0;
}
.cap {
	margin-bottom: 15px;
	width: 560px;
}

.look {
	background: #222222;
}



/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #ffcc00;	/*リンク部分を通常テキストと同じグレーにする*/
}
a:hover {
	color: #938293;	/*カーソルオーバー時に薄い紫色にする*/
}


.header{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 912px;
	height: 546px;
	background-color: #0a206b;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}



/*h1タグ設定
---------------------------------------------------------------------------*/
h1 {
	font-size: 12px;	/*文字サイズを10pxに*/
	text-align: center;	/*左よせ。もし右よせがいいなら「left」を「right」、センタリングがいいなら「center」にする。*/
	color: #FFF;
	font-weight: bold;
	position: absolute;
	left: 140px;
	top: 5px;
}
.logo{
	text-align: left;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 20px;
}

.tel {
	position: absolute;
	width: 510px;
	height: 78px;
	
	
}

#wrapper {
	background-image: url(images/w_bg.png);
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px;
	background-position: center;
	
	
}


/*コンテナー設定
---------------------------------------------------------------------------*/
#container {
	width: 912px;	/*最上部の画像とサイト名の高さに合わせてここも変更する*/
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*メインメニュー設定
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;	/*ビルダー編集画面で崩れないようにフロート設定にしました*/
	width: 152px;
}



/*コンテンツ設定
---------------------------------------------------------------------------*/
#contents {
	width: 100%;
	text-align: left;
	clear: left;
}



/*トップページのFLASH（メイン画像）設定
---------------------------------------------------------------------------*/
#fla {
	overflow: hidden;
	width: 861px;
	border: 1px solid #b2964c;
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	display: inline;
	float: left;
	width: 550px;	/*メインコンテンツ(左ブロック)の幅*/
	margin-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*メインコンテンツ内の見出し設定箇所*/
#main h2 {
	font-size: 100%;	/*下に入っている線。1pxの直線(solid)を#2A1C29の色で入れています*/
	line-height: 50px;
	letter-spacing: 0.2em;
	color: #FFFFFF;
}

/*メインコンテンツ内の段落設定箇所*/
#main p {
	padding: 0.5em 10px 1em;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main1 {
	display: inline;
	float: left;
	width: 900px;	/*メインコンテンツ(左ブロック)の幅*/
	margin-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}


/*メインコンテンツ内の見出し設定箇所*/
h2 {
	overflow: hidden;
	width: 880px;
	border: 1px solid #b2964c;
	margin-top: 10px;
	margin-left: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*メインコンテンツ内の段落設定箇所*/
#main1 p {
	padding: 0.5em 10px 1em;
}




/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	display: inline;
	float: right;
	width: 280px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-right: 25px;
}

/*サイドコンテンツ内の見出し設定箇所*/
#side h3 {
	letter-spacing: 0.2em;
	text-align: center;			/*文字のセンタリング。左よせでいいならこの1行を丸ごと削除。*/
	font-size: 100%;	/*見出しの枠線。1pxの直線(solid)を#2A1C29の色で設定。*/
	color: #FC0;				/*文字色を白に*/
	background-image: url(images/h3_bg.gif);
	height: 30px;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
}
.annai {
	margin-bottom: 10px;
	width: 280px;
}
#side ul {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}
#side ul li {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 8px;
	color: #FF0;
	font-size: 14px;
	height: 457px;
	width: 376px;
	border: 1px solid #b2964c;
}



/*サイドコンテンツ内の段落設定箇所*/
#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*サイドコンテンツ内の「おしらせ」部分
---------------------------------------------------------------------------*/
#side dl {
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#side dt {
	font-weight: bold;	/*日付を太字に。通常の太さがいいなら、この1行を丸ごと削除。*/
	color: #976a95;		/*日付の文字色を紫色（#976a95）に*/
}
#side dd {
	border-bottom: 1px dotted #2A1C29;	/*コメントの下に1pxの点線(dotted)を#2A1C29の色で入れる。*/
	padding-left: 1em;	/*コメントの左側に少しだけ空白を設ける。上の日付と同じくしたいなら、この1行を丸ごと削除。*/
}



/*フッター（copyright部分）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 909px;
	line-height: 1.4;
	height: 165px;
	padding-top: 15px;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	font-weight: bold;
}

/*画像（TOP部分）
---------------------------------------------------------------------------*/
#toppic {
	clear: both;
	padding-right: 10px;
	padding-left: 50px;
}

.feature {
	MARGIN-TOP: 10px;
	WIDTH: 806px;
	POSITION: relative
}
.feature H2 {
	MARGIN: 20px 0px 7px;
	text-align: left;
	text-indent: 10px;
}
.feature A IMG {
	PADDING-RIGHT: 1px;
	PADDING-LEFT: 1px;
	PADDING-BOTTOM: 1px;
	MARGIN: 0px;
	PADDING-TOP: 1px;
	border: 2px solid #F5A500;
}
.feature A:hover IMG {
	BACKGROUND: #ffc;
	border: 1px solid #FF0;
}
#my-glider {
	POSITION: relative
}
.scroller {
	OVERFLOW: hidden;
	WIDTH: 806px;
	HEIGHT: 240px
}
.scroller .section {
	FLOAT: left;
	OVERFLOW: hidden;
	WIDTH: 485px;
	WHITE-SPACE: nowrap;
	HEIGHT: 240px;
	TEXT-ALIGN: center
}
.scroller .content {
	WIDTH: 10000px
}
#prevLink {
	DISPLAY: block;
	OVERFLOW: hidden;
	WIDTH: 20px;
	TEXT-INDENT: -99999px;
	POSITION: absolute;
	TOP: 35%;
	HEIGHT: 20px;
	background-image: url(images/glider-arrows.png);
	background-repeat: no-repeat;
}
#nextLink {
	DISPLAY: block;
	OVERFLOW: hidden;
	WIDTH: 20px;
	TEXT-INDENT: -99999px;
	POSITION: absolute;
	TOP: 35%;
	HEIGHT: 20px;
	background-image: url(images/glider-arrows.png);
	background-repeat: no-repeat;
}
#prevLink:hover {
	BACKGROUND-POSITION: 0px -19px
}
#nextLink {
	BACKGROUND-POSITION: -19px 0px
}
#nextLink:hover {
	BACKGROUND-POSITION: -19px -19px
}
#prevLink {
	LEFT: -18px
}
#nextLink {
	RIGHT: -18px
}

/*news
---------------------------------------------------------------------------*/
.news {
	clear: both;
	width: 530px;
	height: 480px;
	background-image: url(images/news_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #D5CD4C;
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

#iframeBox  {
	width: 530px;
	height: 480px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;

}


.post_info {
	background-image: url(images/newsline.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 506px;
	line-height: 28px;
	padding-right: 2px;
	padding-left: 2px;
	margin-bottom: 5px;
}


.news #rencent_new {
	width: 505px;
	height: 220px;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.news #rencent_new #list {
	width: 505px;
	height: 220px;
	padding-right: 0px;
	overflow-x: hidden;
	overflow-y: auto;
}
.news #rencent_new #list .item {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-color: #FFF100;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.news #rencent_new #list .item_last {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.news #rencent_new #list .item .title .newstitle {
	color: #FF0;
}
.news #rencent_new #list .item .text {
	padding-left: 6px;
}

.news #rencent_new #list .item .title {
	font-weight: bold;
	color: #C6F;
}


/* Staff */
.staff_main {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.item2 {
	font-size: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;
	color: #FFF;
	background-image: url(./images/staff_m_bg.gif);
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
}
.item1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2964C;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}

.bk01 {
	border: 1px solid #F2E058;
	height: 137px;
	width: 92px;
	
}

.bkpic img {
	background-image: url(./images/staff01bg.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	background-position: center;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 25px;
}
.item1 tbody tr td table tbody tr td a img {
	border: 1px solid #F2E058;
	padding: 1px;
}

.bn {
	color: #FFFFFF;
	
}
.cn {
	color: #FFFFFF;
	
}


/*top staff*/
.top_staff {
	margin-left: 0px;
	margin-top: 10px;
	float: left;
	text-align: left;
	padding-left: 18px;
	margin-bottom: 0px;
	height: auto;
	}

ul.top_staff-list li {
	display: inline;
}
ul.top_staff-list a {
	display: block;
	width: 220px;
	float: left;
	text-align: center;
	font-weight: bold;
	color: #EED08A;
	text-decoration: none;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/staffbg.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 20px;
	padding-top: 37px;
	height: 326px;
	padding-bottom: 0px;
}
ul.top_staff-list a:hover {
	color: #C66;
}
ul.top_staff-list a img {
	display: block;
	border: 2px solid #D6B880;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
ul.top_staff-list a:hover img {
	border: 2px solid #E2CA99;
}
.cleaner_h10 { clear: both; width:100%; height: 10px; }



/* Staffの紹介 */
.staff01 {
	margin-left: auto;
	width: 790px;
	margin-right: auto;
	height: auto;
	margin-top: 20px;
	margin-bottom: 80px;
	}
.staffDetail{
	width: 790px;
	background-image: url(images/staffPrf.gif);
	background-repeat: no-repeat;
}
.staffPrf{
	overflow:hidden;
	width: 790px;
	height: 585px;
}
.bigImgBox{
	width:335px;
	float:left;
	padding-top: 68px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 52px;
}
.bigImgBox img{
	width:303px;
	height:444px;
}
.girlProfile{
	width:335px;
	float:left;
	padding-top:83px;
	margin-left: 40px;
}
.girlProfile ul{padding-left:120px;height:120px;}
.girlProfile li{
	height:22px;
	font-size:14px;
	font-weight:700;
	color:#EED08A;
	list-style-type: none;
	margin-bottom: 3px;
}
.girlDetail{
	height:110px;
	font-size:14px;
	color:#EED08A;
	line-height:24px;
	width:280px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 9px;
}
.sImgList {
	margin-top: 65px;

	
}
.sImgList img{
	margin-right:4px;
	cursor:pointer;
	width:80px;
	margin-left: 4px;
}
.return{
	overflow:hidden;
	text-align:center;
	width: 790px;
	margin-top: 10px;
	padding-bottom: 10px;
}




.system {
		margin-left: 10px;
	margin-top: 15px;
	width: 790px;
}
.room {
	margin-top: 15px;
	text-align: center;
	height: 500px;
	background-image: url(images/roombg.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.access {
	margin-top: 15px;
	width: 780px;
	margin-left: 13px;
	border: 1px solid #b2964c;
}
.add {
	font-weight: bold;
	font-size: 13px;
}

.recruit {
	margin-top: 15px;
	width: 780px;
	margin-left: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}


/* Recruit */
table.recruit-table {
	border-collapse: collapse;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	color: #BBB248;
	font-weight: bold;
}
table.recruit-table td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #B29E54;
}
table.recruit-table td.item { width: 90px; }
#main #map {
	margin: 0px;
	padding: 0px;
	border: 3px groove #633;
}
.mobil {
	margin-bottom: 10px;
	width: 280px;
}
/* side newface */
#newface {
	height: 382px;
	width: 274px;
	background-image: url(images/newface_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 8px;
	padding-top: 38px;
	padding-left: 6px;
}

/* ROOM */
#main1 #shop {
	display: block;
	margin-top: 15px;
	margin-left: 7px;
}
#main1 #shop li {
	float: left;
	padding: 1px;
	display: inline;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 28px;
	height: auto;
	width: 740px;
}

#news01 {
	width: 739px;
	margin-right: 0px;
	margin-left: 23px;
	background-image: url(images/headlinenews.png);
	background-repeat: no-repeat;
	height: 35px;
	line-height: 35px;
	padding-left: 115px;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-right: 10px;
}

.foot_tel{
	margin-top: 5px;
	float: left;
	margin-left: 10px;
}
.a{
	margin-top: 15px;
	float: left;
	margin-left: 33px;
}

.tel{
	height: 69px;
	width: 406px;
	position: absolute;
	left: 250px;
	top: 400px;
}


#info_lr {
	height: 110px;
	width: 864px;
	padding-left: 25px;
	background-image: url(img/top_waku_01.png);
	background-repeat: repeat-y;
	padding-top: 0px;
	float: left;
	margin-bottom: 15px;
	
	
}

#info_lr01 {
	height: 130px;
	width: 910px;
	padding-left: 55px;
	background-image: url(img/top_waku_01.png);
	background-repeat: repeat-y;
	padding-top: 10px;
}


.left_01 {
	float: left;
	margin-right: 23px;
	background-image: url(images/lr_m.jpg);
	background-repeat: no-repeat;
	height: 108px;
	width: 420px;
}

.right_01 {
	float: left;
}


.pro_girl_line {
	width: 863px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;


}
.info {
	margin-bottom: 10px;
	
	
}

#top_info {
	padding-top: 60px;
	padding-bottom: 7px;
	margin-right: auto;
	margin-left: auto;
	width: 863px;
	padding-right: 7px;
	padding-left: 0px;
	background-image: url(images/top_girl_info_bg.gif);
	background-position: center;
	height: 260px;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	
}
