@charset "Shift-JIS";



/*

	全体レイアウト設定

	最終更新： 2008-05-30

*/







/*--------------------------------------------------ガールズエリア*/

div#girlsTittle {
	width: 708px;
	height:75px;
	background-image: url(../images/tittle_girls.gif);
	background-repeat: no-repeat;
	margin: 10px 35px 0px 35px;
	text-align: center;
	padding: 40px 0 0 0;
	font-size: small;
	color: #663366;
}

div#girlsContents {
	width: 560px;
	height: auto;
	text-align: center;
}


#girls_list_box {
	margin: 10px 0px 0px 15px;
	width: 100px;
	height: auto;
	float: left;
	text-align:center;
	color: #FF6699;
}

div#girls_list_catch {
	width: 100px;
	height: 15px;
	text-align:center;
	font-size: 10px;
}

div#girls_list_size {
	width: 100px;
	height: 130px;
	vertical-align: middle;
	padding-top: 3px;
	font-size: 10px;
	color: #999999;
}

div#girls_list_image {
	width: 100px;
	height: 120px;
	background-color: #FFFFFF;
	border: 1px solid #FF6699;
	
	
}



/*--------------------------------------------------文字色指定*/
p,
ol li,
ul li,
dl dt,
dl dd {
	color: #999999;
}

em {
	color: #663366;
	font-style: normal;
	line-height: 1.5;
}

strong {
	font-weight: bold;
	line-height: 1.5;
}

/*--------------------------------------------------その他の指定*/
ul,ol,li,dl,dt,dd {
	list-style: none;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


/*EOF*/

