@CHARSET "UTF-8";

body {
	font-family: "メイリオ", ＭＳ Ｐゴシック, 'Hiragino Kaku Gothic ProN',
		'ヒラギノ角ゴ Pro W3', Osaka, Serif;
	text-align: left;
	font-size: 13px;
	line-height: normal;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
	width: 100%;
}

.text-bg {
	background-image: url("../images/text-bg.jpg");
	background-repeat: repeat;
}

section#main-body {
	width: 100%;
	margin: 0 auto;
	background-image: url("../images/h1-bg.jpg"),
		url("../images/main-bg.jpg");
	background-position: top, top 30px center;
	background-repeat: repeat-x, repeat-y;
	/*min-height: 2000px;*/
}

section#main-body #main-h1 {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	line-height: 28px;
}

section#main-body header {
	background-image: url("../images/header-bg-06.jpg");
	width: 1000px;
	height: 200px;
	margin: 0 auto;
}

section#main-body header #logo {
	width: 510px;
	height: 200px;
}

#main-nav {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
}

#side-nav {
	width: 200px;
	height: auto;
}

#side-nav li {
	width: 200px;
	height: 75px;
}

#new-face {
	width: 100%;
	height: auto;
}

#new-face li {
	width: 100%;
	height: 318px;
	background-image: url("../images/new-face-bg.jpg");
	position: relative;
}

#new-face li a:HOVER {
	color: #ffff00;
}

#new-face li .new-face-text-box {
	width: 100%;
	height: 50px;
	background-image: url("../images/new-face-bg-over.png");
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	text-align: center;
}

#new-face li .new-face-text-box p {
	width: 100%;
	height: 25px;
	line-height: 25px;
}

#new-face li .new-face-time {
	width: 100%;
	height: 56px;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
	color: #ffffff;
	line-height: 25px;
}

#new-face li .new-face-img {
	width: 160px;
	height: 240px;
	margin: 0 auto;
}

#news-box {
	width: 600px;
	height: 300px;
	background-image: url("../images/news-bg.jpg");
	padding-left: 60px;
}

#news-box #news-title {
	width: 540px;
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 20px;
	text-shadow: 1px 1px 6px #ff0000;
}

#news-box #news-contents {
	width: 540px;
	height: 240px;
	padding: 10px;
	line-height: 1.5;
	font-size: 18px;
	overflow-y: auto;
}

#news-box #news-contents #news-time {
	color: #ffff00;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
}

#pickup-box {
	width: 600px;
	height: 500px;
	background-image: url("../images/pickup-bg.jpg");
	position: relative;
}

#pickup-box #pickup-img-over {
	position: absolute;
	top: 105px;
	left: 20px;
	width: 250px;
	height: 375px;
	z-index: 10;
}

#pickup-name {
	height: 50px;
	font-size: 22px;
	line-height: 40px;
	padding-left: 90px;
	width: 240px;
	padding-top: 10px;
}

#pickup-age {
	padding-top: 10px;
	height: 50px;
	font-size: 22px;
	line-height: 40px;
	width: 50px;
	text-align: center;
}

#pickup-3size {
	height: 34px;
	font-size: 14px;
	line-height: 24px;
	padding-left: 70px;
	padding-top: 10px;
	margin-bottom: 25px;
}

#pickup-comment {
	height: 190px;
	padding: 10px;
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 16px;
}

#pickup-time {
	padding-left: 80px;
	padding-top: 14px;
	line-height: 30px;
	font-size: 20px;
}

#top-shift {
	width: 600px;
	height: auto;
}

#top-girls-box {
	width: 100%;
	height: auto;
}

#top-girls-box ul li {
	width: 200px;
	height: 318px;
	background-image: url("../images/top-girls-bg.jpg");
	position: relative;
	float: left;
}

#top-girls-box ul li a:hover {
	color: #ffff00;
}

#top-girls-box ul li .top-girls-text-box {
	width: 100%;
	height: 50px;
	background-image: url("../images/top-girls-bg-over.png");
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	text-align: center;
}

#top-girls-box ul li .top-girls-text-box p {
	width: 100%;
	height: 25px;
	line-height: 25px;
}

#top-girls-box ul li .top-girls-time {
	width: 100%;
	height: 56px;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
	color: #ffffff;
	line-height: 25px;
}

#top-girls-box ul li .top-girls-img {
	width: 160px;
	height: 240px;
	margin: 0 auto;
}

footer {
	margin: 0 auto;
	height: auto;
	min-height: 200px;
	background-image: url("../images/footer-bg.png");
	background-position: top center;
	background-repeat: repeat-x;
	padding-top: 60px;
}

footer #main-footer {
	margin: 0 auto;
	min-height: 200px;
	width: 1000px;
}

footer #copy {
	background-image: url("../images/copy-bg.jpg");
	height: 40px;
	width: 100%;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	line-height: 40px;
}

footer #copy a {
	display: inline;
	color: #ffffff;
}

.opa8 {
	opacity: 0.8;
}

#schedule-head {
	width: 100%;
	height: 150px;
	background-image: url("../images/schedule-head.jpg");
}

#schedule-head #schedule-head-top {
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	line-height: 60px;
	text-align: center;
}

#schedule-head #schedule-head-top a:hover {
	color: #ffff00;
}

#schedule-head #schedule-head-top #today {
	color: #bb0000;
}

#schedule-head #schedule-head-bottom {
	width: 100%;
	height: 60px;
	line-height: 20px;
	text-align: center;
	padding: 10px 0;
}

#schedule-head #schedule-head-bottom a:hover {
	color: #ffff00;
}

.table-bg {
	background-image: url("../images/table-bg.png");
	background-repeat: repeat;
}

.table-cell-bg {
	border: 3px solid #000000;
	box-shadow: 0 0 0 1px rgba(100, 100, 100, 1) inset;
}

#profile-name {
	width: 360px;
	height: 50px;
	background-image: url("../images/profile-name.jpg");
	padding-left: 100px;
	line-height: 42px;
	padding-top: 8px;
	position: relative;
}

#profile-name span {
	position: absolute;
	right: 20px;
}

#profile-size {
	width: 360px;
	height: 50px;
	background-image: url("../images/profile-3size.jpg");
	line-height: 42px;
	padding-top: 8px;
	padding-left: 80px;
}

#profile-commnet {
	width: 360px;
	height: 310px;
	background-image: url("../images/profile-bg.jpg");
	overflow: auto;
}

.profile-week-t {
	background-image: url("../images/profile-week-t.jpg");
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.profile-week-b {
	background-image: url("../images/profile-week-b.jpg");
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.profile-week-t2 {
	background-image: url("../images/profile-new-shift-top.png");
	width: 190px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.profile-week-b2 {
	background-image: url("../images/profile-new-shift-bottom.png");
	width: 190px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

#profile-shift {
	width: 800px;
	height: auto;
}


#profile-shift li {
	width: 200px;
	height: 80px;
	float: left;
	background-image: url("../images/profile-shift-bg.jpg");
	display: table;
}

#profile-shift li a:hover {
	color: #ffff00;
}

#profile-shift li .p-shift-name {
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 5px;
}


#profile-shift li .p-shift-time {
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.en_span {
	font-size: 12px;
	color: #ff0000;
}

.en_span2 {
	font-size: 12px;
	color: #ffff00;
}

/*--------------------------------------------------------------*/
#schedule-head2 {
	width: 100%;
	height: 150px;
	background-image: url("../images/schedule-list.png");
}

#schedule-head2 #schedule-head-top2 {
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	line-height: 60px;
	text-align: center;
}

#schedule-head2 #schedule-head-top2 a:hover {
	color: #ffff00;
}

#schedule-head2 #schedule-head-top2 #today {
	color: #bb0000;
}

#schedule-head2 #schedule-head-bottom2 {
	width: 100%;
	height: 60px;
	line-height: 20px;
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
}

#schedule-head2 #schedule-head-bottom2 a:hover {
	color: #ffff00;
}

/*--------------------------------------------------------------*/
