/*トップコンテンツ*/
div#topContents{
	width:1100px;
	height:509px;
	position:relative;
	left:0;
	top:0;
	}

/* 最新情報ボックス 2011.06.22 */
div#whatsNewBox {
	margin-top: 0px;
	margin-left: 50px;
	display: inline;
	float: left;
	clear: both;
	text-indent: 0px;
	border: 0px solid #F00;
	}
	/*タイトル*/
div#whatsNewBox h3{
	width: 270px;
	height: 40px;
	text-indent:-9999px;
	float: left;
	clear: both;
	}
	/*最新情報スクロールバー表示*/
div#whatsSidebar {
	width: 270px;
	height: 210px;
	overflow:auto;
	float: left;
	clear: both;
	}

	/*新人女性*/
div#newFace{
	background-image:url(../img/bg_newFace.jpg);
	background-repeat:no-repeat;
	width:385px;
	height:454px;
	padding-top:55px;
	position:absolute;
	top:0;
	left:0;
	}
	/*新人女性位置調整ボックス*/
div#newFaceBox{
	width:234px;
	height:425px;
	padding-left:18px;
	margin-left:108px;
	}
	/*タイトル*/
div#newFaceBox h3{
	height:47px;
	text-indent:-9999px;
	}
	/*スクロール表示ボックス*/
div#newFaceSidbar{
	overflow:auto;
	height:368px;
	}
		/*新人女性紹介ボックス*/
div.newfaceGal{
	padding-top:7px;
	padding-bottom:20px;
	border-bottom:1px dotted #b6b6b6;
	margin-right:6px;
	}
			/*新人女性画像*/
p.newfaceImg{
	text-align:center;
	margin-bottom:13px;
	}
p.newfaceImg img{
	border:1px solid #999999;
	}
			/*新人女性テキストデータ*/
dl.newfaceData{
	padding-left:5px;
	padding-right:5px;
	}
				/*日付*/
dl.newfaceData dt{
	background-image:url(../img/icon_diamond.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
	margin-bottom:4px;
	color:#006666;
	font-family:"Century Gothic";
	}
				/*タイトル*/
dd.title{
	color:#ff6699;
	font-size:15px;
	font-weight:bold;
	margin-bottom:6px;
	}
				/*コメント*/
dd.comment{
	color:#666666;
	}
dd.comment a{
	font-size:15px;
	color:#59c9dd;
	}
/*
pan.name{
	font-size:15px;
	color:#59c9dd;
	}
*/

/* 最新情報 2011.06.22 */
div#renewNew{
	background-image:url(../img/bg_whatsNew.jpg);
	background-repeat:no-repeat;
	width:347px;
	height:454px;
	padding-top:55px;
	position:absolute;
	top:0;
	left:753px;
	}
	/*最新情報位置調整ボックス*/
div#renewNewBox{
	width:228px;
/*	height:378px;*/
	padding-left:21px;
	float: left;
	clear: both;
	}
	/*タイトル*/
div#renewNew h3{
	width:228px;
	height:47px;
	text-indent:-9999px;
	float: left;
	clear: both;
	}
	/*更新情報スクロールバー表示*/
div#renewSidebar{
	margin-top:10px;
	width: 220px;
	height: 360px;
	overflow:auto;
	float: left;
	clear: both;
	}

		/*最新情報テキスト*/
dl.whatData{
	padding-top:11px;
	padding-bottom:30px;
	margin-right:6px;
	border-bottom:1px dotted #b6b6b6;
	}
			/*日付*/
dt.whatDay{
	background-image:url(../img/icon_diamond.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
	margin-bottom:4px;
	color:#006666;
	font-family:"Century Gothic";
	}
			/*タイトル*/
dd.whatTitle{
	color:#ff6699;
	font-size:15px;
	font-weight:bold;
	margin-bottom:6px;
	}
			/*コメント*/
dd.whatComment{
	color:#666666;
	}
dd.whatComment a{
	font-size:15px;
	color:#59c9dd;
	}
	/*ボトムコンテンツ*/
div#bottomContents{
	clear:both;
	}

