@charset "utf-8";
	

/*======================================
	1-1.YUI Fonts CSS
=======================================*/
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}
table {
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*======================================
=======================================*/

* {
	margin:0;
	padding:0;
}
html {
	overflow-y: scroll;
}

body {	background:#161817;
	line-height: 1.5;
	color: #f3ebdb;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","ＭＳ Ｐゴシック",sans-serif;;
}

h1,h2,h3,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}
ul {
	list-style:none;
}
table {
	border-collapse: collapse;
	border-spacing: 1px;
}
th,
td {
	padding: 0.1em 1px;
	font-weight:normal;
}
img {
	border:0;
	vertical-align:bottom;
}

#wrapper {
	width:642px;
	height:581px;
	background: url(../images/lady/background.jpg) no-repeat;
	padding-left:8px;
}

#header {
	overflow:hidden;
	height:114px;
}
#lady_logo {
	padding-top:0px;
	padding-left:109px;

}
h1 {
	color:#e8c98f;
	padding-left:200px;
	margin-top:3px;
	font-size:18px;
	font-weight: bold; 
}
#main_contents {
	padding-top:2px;
}
#image {
	height:404px;
	width:404px;
	margin-bottom:5px;
	text-align:center;
	float:left;
	overflow:hidden;
}
.profile {
	float:left;
	width:238px;
	font-size:12px;
	padding-top:30px;
}
.profile dl {
	padding-left:18px;
}
.profile h2 {
	clear:left;
	padding-left:20px;
}
.profile p {
	padding-left:20px;
	padding-right:10px;
	height:160px;
	overflow:auto;
}
#name {
	overflow:hidden;
	height:auto;
}
#name dt {
	font-size:20px;
	margin-bottom:14px
}
#name h2 {
	padding-left:0px;
	clear:left;
	float:left;
	font-size:14px;
}
#name ul {
	float:left;
	font-size:14px;
}
#name li {
	float:left;
}
.profile_data {
	clear:left;
	margin-bottom:14px
}
.profile_data {
	display: inline-block;
}
.profile_data:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
}
.profile_data dt{
	float:left;
}
.profile_data dd{
	float:left;
}
#movie {
	width:119px;
	height:22px;
	margin:4px 0 4px 8px;
}
#thumb {
	height:auto;
	overflow:hidden;
	padding-top:8px;
	padding-left:8px;
}
#thumb li {
	float:left;
	padding-right:16px;
}
.schedule {
	clear:left;
	width:631px;
	height:49px;
	font-size:10px;
	text-align:center;
}
.schedule td {
	border:1px solid #483f28;
	width:89px;
}
.day {
	height:19px;
}
.param {
	height:28px;
}
td.sat {
	color:#6cb8f8;
}

td.sun {
	color:#ff00ba;
}
#footer {
	width:630px;
	padding-left:10px;
	padding-right:10px;
	background: url(../images/lady/background.jpg) no-repeat bottom;
	height:19px;
}
#footer p {
	float:left;
	font-size:12px;
}
#close {
	float:right;
	text-align:right;
	font-size:11px;
	cursor:pointer;
	text-decoration:underline;
}