/*ヘッダーからフッターまで共通*/ 

body {
	background: #31a6c6;
	background-image:url(../imgs/top_bg.png);
	background-repeat:repeat-y;
	background-position: center top;
	scrollbar-face-color:#B7D2FF;
	scrollbar-highlight-color:#B7D2FF;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#0000ff;
	scrollbar-shadow-color:#B7D2FF;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#E3EEFF;
	margin: 0px;
	font-size: 12px;
	color: #000000;
}

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

table {
	cellspacing: 0;
	cellpadding: 0;
	border: 0;
	border-spacing: 0;
}
table#body {
	width: 100%;
	margin: 0px;
	cellpadding: 0px;
	cellspacing: 0px;
}
table#header {
	width: 100%;
	height: 180px;
	margin: 0px;
	background-image:url("../imgs/title_background.jpg");
	background-repeat:repeat-x;
	background-position: center top;
	cellpadding: 0px;
	cellspacing: 0px;
}
table#main {
	margin: 0px;
//	background-image:url("../imgs/contents_background.jpg");
//	background-repeat:repeat-y;
//	background-position: center top;
	cellpadding: 0px;
	cellspacing: 0px;
	width:1000px;
}
table#footer {
	background: #2d2d30;
	background-image: url(../imgs/index_footer.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0px;
	width: 100%;
	cellpadding: 0px;
	cellspacing: 0px;
}

.sitemap a:link {
        margin: 0 auto;
	margin-top:0px;
        overflow: hidden;
	width: 1000px;
	color:#ffffff;

}
.sitemap ul a:visited {
        text-align:center;
	color:#ffffff;

}
.sitemap li {
        display:inline-block;
        padding-right:1em;
        /display:inline;
        /zoom:1;
}
a { text-decoration: none; }

/*ヘッダーからフッターまで共通ここまで*/ 

/*トップページ*/ 

table#mm {
	background-image: url(../imgs/contents_mm.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	cellpadding: 0px;
	cellspacing: 0px;
	width: 230px;
	height: 140px;
}
/*トップページここまで*/ 

/*女の子在籍ページ*/ 

table#list {
	width: 150px;
	margin: 0;
	background: #ffffff;
	margin: 0 auto 0 auto;
}
table#list td {
	padding: 1px;
	text-align: center;
	color: #000099;
	font-size: 12px;
}
/*女の子在籍出勤ページここまで*/ 

/*女の子個別ページ*/ 
table#lady_prof {
	width: 300px;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table#lady_prof th {
	padding: 5px;
	border: 0;
	background: #ffffff;
	text-align: left;
	color: #000000;
	font-size: 14px;
}
table#lady_prof td {
	padding: 5px;
	border: 0;
	background: #ffffff;
	text-align: left;
	color: #000000;
	font-size: 14px;
}
table#lady_sch {
	width: 300px;
	border: 1px #1a1a1a solid;
	border-collapse: collapse;
	border-spacing: 0;
}
table#lady_sch th {
	padding: 5px;
	border: #1a1a1a solid;
	border-width: 0 0 1px 1px;
	background: #c3c293;
	text-align: center;
	color: #000000;
	font-size: 14px;
}
table#lady_sch td {
	padding: 5px;
	border: 1px #1a1a1a solid;
	border-width: 0 0 1px 1px;
	background: #60c6e7;
	text-align: center;
	color: #000000;
	font-size: 14px;
}



div#lady_list {
	width: 800px;
	height: 210px;
	padding: 2px;
	overflow: auto;
	border: solid 1px #1a1a1a;
	color: #000000;
	font-size: 12px;
}

/*女の子個別ページここまで*/ 

/*ホテルページ*/ 

table#hotel {
	width: 800px;
	border: 1px #bccad3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	background: #e3f6ff;
	margin: 20px auto 20px auto;
	padding-left:10px;
}

table#hotel th {
	padding: 5px;
	border: #bccad3 solid;
	border-width: 0 0 1px 1px;
	background: #659cd2;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}
table#hotel td {
	padding: 5px;
	border: 1px #bccad3 solid;
	border-width: 0 0 1px 1px;
	background: #659cd2;
	color: #ffffff;
	font-size: 12px;
	text-align: left;
}
div#link {
	float: left;
}
ul.link1 li {
display: inline;
margin-bottom: 30px;
list-style-type: none;
}
ul.link2 li {
display: inline;
margin-bottom: 30px;
list-style-type: none;
}
ul.link3 li {
display: inline;
margin: 5px;
list-style-type: none;
}
.text {text-align:left; background: #eee;
    border-radius: 5px;
    padding-left: 25px;
    line-height: 30px;}

