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

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

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

#container{
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: auto;
}

#header{
	width: 770px;
	height: 205px;
	background-image: url(../../img/headerLogo.gif);
	background-repeat: no-repeat;
}

#contents{
	width: 770px;
}

#footer {
	font-size: 80%;
	width: 770px;
	height: 15px;
	text-align: center;
	color: #FFFFFF;
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
	background-image: url(../../img/footer.gif);
	background-repeat: no-repeat;
}

#index {
	width: 770px;
	height: 270px;
	background-image: url(../../img/footer.gif);
	background-repeat: repeat;
	margin-top: 100px;
	border: 1px solid #FFFFFF;
	padding-top: 90px;
	padding-bottom: 40px;
	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: 480px;
	background-image: url(../../img/footer.gif);
	background-repeat: repeat;
}

#girlsBox {
	width: 500px;
	height: 360px;
	background-color: #000000;
	margin-top: 35px;
	margin-bottom: 35px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
