/* 基本デザイン */
/* ===========================================================================*/

body { text-align: center; margin: 0px; background-color: #FFFFFF; }
img {
	border: 0pt;
}
a:link { color: #F7548D; text-decoration: underline }
a:visited  { color: #F7548D; text-decoration: underline }
a:hover  { color: #F7548D; text-decoration: none }
a:active  { color: #F7548D; text-decoration: underline }

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

#container{
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#header{
	width: 770px;
	height: 100px;
}

#contents{
	width: 770px;
	margin-top: 20px;
}
#footer {
	font-size: 0.8em;
	width: 770px;
	height: auto;
	text-align: center;
	color: #F7548D;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}#index {
	width: 800px;
	height: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#enter {
	width: 770px;
	height: 210px;
	background-image: url(../img/bgIndex.jpg);
	background-repeat: no-repeat;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 1.6em;
	padding-top: 60px;
}

/* 女の子詳細領域 */
/* ===========================================================================*/

#girls {
	width: 500px;
	height: 475px;
	background-color: #F9F0F3;
}
#girlsBox {
	width: 500px;
	height: 360px;
	background-color: #F9F0F3;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}

