h1{
	float: left;
	width: 260px;
	height: 100px;
}

#header dl{
	float: right;
	width: 280px;
	height:  100px;
	overflow: hidden;
}

.align_c{
	text-align: center;
}


/********************
Pickup Girl Box Setting
********************/
#pickup_girl{
	float: left;
	width: 280px;
	height: 500px;
}

#pickup_girl h3{
	width: 280px;
	height: 30px;
	background: url('images/h3_pickup_girl.jpg') no-repeat;
	text-indent: -9999px;
}

#pickup_girl ul{
	width: 280px;
	height: 420px;
	overflow: hidden;
}

#pickup_girl .profile{
	width: 260px;
	height: 40px;
	padding: 5px 10px;
	background: url('images/bg_pickup_profile.gif') no-repeat;
}

#pickup_girl .profile .name{
	float: left;
	width: 200px;
	height: 20px;
	color:#F60;
	font-size: 16px;
	line-height: 20px;
}

#pickup_girl .profile .yo{
	float: right;
	width: 60px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
}

#pickup_girl .profile .sizes{
	clear: both;
	width: 260px;
	height: 20px;
	line-height: 20px;
}


/********************
New Face Box Setting
********************/
#new_faces{
	float: right;
	width: 570px;
	height: 500px;
	background:	url('images/bg_newface.gif') no-repeat;
	margin: 0 0 20px 0;
}

#new_faces h3{
	width: 560px;
	height: 30px;
	padding: 0 10px 0 0;
	color: #520200;
	font-size: 13px;
	font-weight: normal;
	line-height: 30px;
	text-align: right;
}

#new_faces .inner{
	padding: 5px 11px 15px;
	width: 547px;
	height: 445px;
	overflow: auto;
}

#new_faces .profile{
	clear: both;
	width: 515px;
	height: 140px;
	margin: 0 0 10px 0;
	background: url('images/bg_new_girl.jpg') repeat-y;
}

#new_faces .thumb{
	float: left;
	width: 103px;
	height: 137px;
	border: 1px solid #999;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 10px;
}

#new_faces .expl{
	display: inline;
	float: left;
	width: 110px;
	height: 140px;
	margin: 0 0 0 10px;
}

#new_faces .expl li{
	padding: 0 0 0 16px;
	background: url('images/list_dot.jpg') no-repeat 0 3px;
	font-size: 85%;
	line-height: 1.5;
	overflow: hidden;
}

#new_faces .expl .name{
	font-size: 16px;
}

#new_faces .comment{
	display: inline;
	float: right;
	width: 260px;
	height: 140px;
	margin: 0 0 0 10px;
	font: 85%;
	overflow: auto;
}

.topix_box{
	float: left;
	width: 280px;
	height: 400px;
}

.topix_box h3{
	width: 280px;
	height: 30px;
	text-indent: -9999px;
}

.topix_box .inner{
	width: 260px;
	height: 350px;
	padding: 5px 10px 15px;
	overflow: auto;
}

.topix_box p{
	padding: 0 0 0.8em 0;
}



#whats_new{
	background: url('images/bg_news.gif') no-repeat;
}

#whats_new .date{
	color: #00a063;
	padding: 0;
}

#event{
	background: url('images/bg_event.gif') no-repeat;
	margin:  0 0 0 10px;
}

#mobile{
	background: url('images/bg_mobile.gif') no-repeat;
	margin:  0 0 0 10px;
}


