@charset "utf-8";
@import url("../../css/common.css");


/*********************************************************************************************

	■ムービー
	
	
	
--------------------------------------------------------------------------------------------*/
#top_movie {
	float: left;
	width: 450px;
	height: 339px;
	margin-right: 10px;
	ovewrflow: hidden;
}


/*********************************************************************************************

	■トピックス
	
	・幅210px、見出しを除く高さ370px
	
	見出し画像の高さに制限はありません。
	（幅は320px以下のみ）

--------------------------------------------------------------------------------------------*/
.topics {
	float: left;
	width: 210px;
	margin-bottom: 10px;
	overflow: hidden;
	
	/*
		フォント設定
	*/
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: inherit;
	line-height: 1.4;
	/*
		背景設定
	*/
	background: url(../../images/back_line.gif) left top;
}

.topics h2 {
	margin-bottom: 0;
}

.topics iframe {
	width: 210px;
	height: 309px;
	margin: 0;
}


/*********************************************************************************************

	■画像やflashなどのスペース
	
	・幅は670px、高さは内容により自動的に変わります
	・swfObjectを使用する場合は、padding-bottom: 20pxではなくmargin-bottom: 20pxにしてください。

--------------------------------------------------------------------------------------------*/

#space {
	clear: left;
	width: 670px;
	height: 126px;
	margin-bottom: 10px;
}

/*********************************************************************************************

	■TODAY'S SHIFT
	
	・幅670px、見出しを除く高さauto
	

--------------------------------------------------------------------------------------------*/
#shift {
	width: 670px;

}

#shift .ladies {
	width: 668px;
	height: auto;
	overflow: hidden;
	padding-bottom: 12px;
	border: 1px solid #e7e7e7;
	background: url(../../images/back_line.gif) left top;
}

#shift .lady {
	float: left;
	width: 153px;
	padding-top: 5px;
	margin-left: 10px;
	margin-top: 12px;
	border: 1px solid #e7e7e7;
	text-align: center;
	display: inline;
	background: #fff;

}

#shift .lady p img {
	width: 133px;
	height: 200px;
}

#shift .lady dl {
	padding: 6px 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2;
	color: #f30;
}



/*********************************************************************************************

	■ランキング



--------------------------------------------------------------------------------------------*/




.ranking_head{
	width: 660px;
	height: 25px;
	padding-top:5px;
	padding-left:10px;
	
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;	
	background: url(../images/title_back.jpg) left bottom no-repeat;
}


.ladies li {
	float: left;
	width: 153px;
	height:236px;
	overflow:hidden;
	padding-top: 5px;
	padding-bottom: 0;
	margin-top: 12px;
	margin-left: 10px;
	text-align: center;
	display: inline;
	background: #fff;
}

.ladies li img {
	width: 133px;
	height: 200px;
}

.ladies li p {
	padding: 6px 0;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.2;
	color: #f30;
}


.ladies dl{

	height: 300px;

}



.gravure {
	margin-top: 10px;
	width: 670px;
	margin-bottom: 10px;
	overflow: hidden;
	
	/*
		フォント設定
	*/
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: inherit;
	line-height: 1.4;
	/*
		背景設定
	*/
	background: url(../../images/back_line.gif) left top;
}

.gravure h2 {
	margin-bottom: 0;
}

.gravure iframe {
overflow:hidden;
	width: 670px;
	height: 275px;
	margin: 0;
}