@charset "UTF-8";

/* reset css */

body,
div,form,
h1,h2,h3,h4,h5,h6,
table,
strong,em,span,
dl,ul,ol,li,dt,dd	{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

li,ol	{
			list-style: none;
}

img	{
			border: none;
}

/******************************/
/* ページ全体のスタイルの調整 */
/******************************/
body#main_body	{
	background-image: url(../imges/background.jpg);
	font-size: 10pt;
	line-height: 120%;
	margin:0px;
	font-family: "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
	font-family:"ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #000000;
	background-position: center top;
	background-repeat: repeat;
}

/* ............................................ */


*:first-child+html body	{
	font-size: 80%;
	background-color: #000;
}/*IE7*/
* html body	{
	font-size: 80%;
}/*IE6以下*/


a	{
			outline: none;
}

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

a:hover,a:active	{
	color: #FFFF00;
	text-decoration: none;
}

/* ......メインの背景のスタイルの調整........ */

#wrapper_top_bg {
	width: 100%;
	min-width: 1200px;
}


#wrapper_top	{
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}

#wrapper_main	{
	width: 1200px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ............................................ */
.clearfix:after	{
	content: url(../ladies_image/pixel.gif);
	display: block;
	height: 0;
	clear: both;
} 

.clearfix	{
	display: inline-block;
}

.clearfix	{
	display: block;	
}

/* Mac版IEのみに適用 \*//*/ .clearfix { overflow: hidden; } /* */
 h1,h2	{
	text-indent: -9999px;
	overflow: hidden;			/*\*//*/ overflow:auto;/**/
 }
 
 p.hidden	{
	text-indent: -9999px;
	overflow: hidden;			/*\*//*/ overflow:auto;/**/
 }
 
 
/******************************/
/* ヘッダーのスタイルの調整 */
/******************************/
#headerbg{
	width: 100%;
	min-width: 1200px;
	background-repeat: repeat;
	background-image: url(../imges/c_title_bg.png);
	background-repeat: repeat;
}

#header_top	{
	width: 1190px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: lighter;
	color: #bbafa3;
}

#header_top p {
}

#header_top a {
	color: #bbafa3;
}

/******************************/
/* タイトルのスタイルの調整 */
/******************************/
#titlebg{
	width: 100%;
	min-width: 1200px;
	font-size: 15px;
	font-weight: lighter;
	color: #FFF;
	text-align: left;
	text-indent: -9999px;
	background-repeat: repeat;
	background-image: url(../imges/bg.jpg);
}

#title	{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 150px;
	background-image: url(../imges/title.png);
	background-repeat: no-repeat;
}

#title img {
	float: right;
	margin-right: 10px;
	margin-top: 100px;
}

#title p {
	padding-left: 10px;
}

#title a {
	color: #FFF;
}

/******************************/
/* ヘッダー下画像のスタイルの調整 */
/******************************/
#title2bg{
	width: 100%;
	min-width: 1200px;
	font-size: 15px;
	font-weight: lighter;
	color: #FFF;
	background-repeat: repeat;
}


#title2	{
	width: 1200px;
	height: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

/******************************/
/* スライド画像のスタイルの調整 */
/******************************/
#gazou1 {
	width: 1200px;
	height: 350px;
	overflow: hidden;
	position: relative;
	list-style: none;
}

#gazou1 li {
   position:absolute;
}

/******************************/
/* スライド文字のスタイルの調整 */
/******************************/
#slide_text_bg{
	width: 100%;
	min-width: 1200px;
	margin-top: 15px;
}

#slide_text	{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imges/c_title_bg.png);
	background-repeat: repeat;
}

#slide_text marquee {
	width: 1200px;
	font-size: 16px;
	font-style: normal;
	color: #b1308c;
	padding-top: 5px;
	padding-bottom: 5px;
}

/******************************/
/* グローバルメニューのスタイルの調整 */
/******************************/
#menubg{
	width: 100%;
	min-width: 1200px;
	background-image: url(../imges/menu_bg.png);
	background-repeat: repeat;
	background-position: center -100px;
        border-bottom: 0.5rem solid #b7349a;
}

#menu	{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 200px;
}

#menubg-bottom{
	width: 100%;
	min-width: 1200px;
	background-image: url(../imges/menu_bg.png);
	background-repeat: repeat;
	background-position: center -100px;
}

#menu-bottom	{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 200px;
}

#menu p {
}

#menu a {
}

ul#menu_list	{
	posithon: relative;
}

ul#menu_list li	{
	display: inline;
	float: left;
}

ul#menu_list li a	{
	display: block;
}

#top {
	box-shadow: 1px 0 0 rgba(255,255,255,0.2);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8D460B;
}
#ladies {
	border-right: 1px solid rgba(0,0,0,2);
    box-shadow: 1px 0 0 rgba(255,255,255,0.2);
	border-right-color: #8D460B;
}
#system {
	border-right: 1px solid rgba(0,0,0,2);
    box-shadow: 1px 0 0 rgba(255,255,255,0.2);
	border-right-color: #8D460B;
}
#schedule {
	border-right: 1px solid rgba(0,0,0,2);
    box-shadow: 1px 0 0 rgba(255,255,255,0.2);
	border-right-color: #8D460B;
}
#map {
    border-right: 1px solid rgba(0,0,0,2);
    box-shadow: 1px 0 0 rgba(255,255,255,0.2);
	border-right-color: #8D460B;
}

#recruit {
}

/******************************/
/* 女性一覧のスタイルの調整 */
/******************************/
#main_contets_center {
	width: 1200px;
	margin-bottom: 15px;
	background-repeat: repeat;
	float: left;
	clear: left;
	background-image: url(../imges/category_bg.png);
	background-repeat: repeat;
	margin-top: 15px;
}


#main_contets_center_title	{
	background-repeat: no-repeat;
	width: 1200px;
	height: 50px;
	float: left;
	text-align: center;
	background-image: url(../imges/c_title_bg.png);
	background-repeat: repeat;
	margin-bottom: 20px;
}

#box1 {
	
}
#box1 img {
}

table#ladies_list	{
	border-collapse: collapse;
	margin-top: 10px;
	width: 1200px;
	margin-bottom: 10px;
}


td.ladies_info	{
	height: 420px;
	background-image: url(../ladies_image/ladies_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}

/******************************/
/* 境界ラインの背景画像のスタイルの調整 */
/******************************/
td.ladies_line	{
	background-repeat: repeat-x;
	background-position: 0 5px;
}

/******************************/
/* アイコン画像のスタイルの調整 */
/******************************/
.icon_img	{
	width: 100px;
	height: 19px;
	margin-left: 12px;
	margin-top: -15px;
}

ul	{

}

ul.top_icon	{
}

ul.top_icon li	{

}

ul.top_icon li.top_icon_03	{
	margin-right: 0;
}

ul.ladies_detail	{
	background-color: transparent;
	font-size: 12px;
	width: 225px;
}

.ladies_phot	{
	margin-bottom: 5px;
	height: 315px;
	width: 210px;
	margin-left: 13px;
	margin-right:13px;
}

.ladies_phot a:hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.ladies_phot a {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/******************************/
/* 女性紹介のテキスト部分ののスタイルの調整 */
/******************************/
li.ladies_name	{
	height: 18px;
	color: #f6f6ec;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	width: 225px;
}

li.ladies_name a	{
	color: #f6f6ec;
}


li.ladies_name span.ladies_age	{
	font-size: 13px;
}

li.ladies_size	{
	height: 15px;
	color: #d4cab9;
	line-height: 1.3;
	text-align: center;
	font-size: 13px;
}

li.ladies_type	{
	color: #f5d631;
	line-height: 1.3;
	font-size: 13px;
	margin-top: 5px;
	text-align: center;
	width: 225px;
	height: 13px;
	margin-bottom: 5px;
}

/******************************/
/* フッターのスタイルの調整 */
/******************************/
#footerbg {
	width: 100%;
	min-width: 1200px;
	background-repeat: repeat;
	background-image: url(../imges/bg.jpg);
}



#footer	{
	background-repeat: repeat-x;
	font-size: 17px;
	color: #FFF;
	font-weight: lighter;
	text-decoration: none;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	background-image: url(../imges/title.png);
	background-repeat: no-repeat;
	height: 150px;
}

#footer img {
	float: right;
	margin-right: 10px;
	margin-top: 100px;
}

#footer p {
	text-align: left;
	color: #FFFFFF;
	font-size: 17px;
	padding-left: 10px;
	font-weight: lighter;
}

#footer a {
	color: #FFF;
}

/******************************/
/* addressのスタイルの調整 */
/******************************/
#addressbg{
	width: 100%;
	min-width: 1200px;
	padding-bottom: 5px;
	padding-top: 3px;
    background-image: url(../imges/c_title_bg.png);
	background-repeat: repeat;
		-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;

}

#address	{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-weight: lighter;
	color: #b1308c;
	font-size: 12px;
	text-align: center;
	font-weight: lighter;
}

/* ..................................... */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	font-size: 60%
}
.style2 {font-size: 100%; }
