@charset	'shift_jis';

/* 基本設定 */
/* ===========================================================================*/

body {
	text-align: center;
	margin: 0px;
	font-size: 100%;
	background-color: #F4E4D5;
}
img { border: 0pt;}
a:link { text-decoration:underline; font-weight:none; color:#666666 ;}
a:visited { text-decoration:underline; font-weight:none; color:#666666 ;}
a:active { text-decoration:none; font-weight:none; color:#000000 ;}
a:hover { text-decoration:none; font-weight:none; color:#000000 ;}

/* 基本領域 */
/* ===========================================================================*/

#container{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#contents{
	display: block;
	background-color: #FFFFFF;
	height: 500px;
}

#footer {
	width: auto;
	height: 100px;
	background-color: #F4E4D5;
	background-image: url(../img/3color.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#footer p {
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 20px;
	text-align: right;
}

#girls{
	display: block;
	height: 500px;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
}

#l {
	display: block;
	height: 450px;
	width: 300px;
	float: left;
	padding: 25px;
	margin: 0px;
}


#r {
	display: block;
	height: 460px;
	width: 120px;
	float: left;
	background-image: url(../img/bgProfile.gif);
	background-repeat: no-repeat;
	padding: 10px;
	margin: 10px;
}

h1{
	z-index:1;
	position:absolute;
	left:-9999px;
}

h2 {
	font-size: 90%;
	font-weight: normal;
	width: 310px;
	text-align: center;
	display: block;
	height: auto;
	padding: 5px;
	background-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.Profile {
	display: block;
	height: 160px;
}

.Profile p {
	display: block;
	margin: 0px;
	color: #FFFFFF;
	font-size: 70%;
	line-height: 120%;
	text-align: left;
}

.Profile b {
	font-size: 120%;
	font-weight: normal;
}

.Profile i {
	font-size: 85%;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 140%;
}

dt {
	text-align: left;
	color: #E3007E;
	display: block;
	font-size: 80%;
	padding: 5px;
	margin: 0px;
}

dd {
	text-align: left;
	color: #666666;
	display: block;
	font-size: 70%;
	padding: 5px;
	margin: 0px;
}
