@charset "utf-8";

#titNew {
	padding:5px 0 7px;
}

.newGirlArea {
	width:668px;
	padding:7px;
	margin:0 auto;
	background:url(./img/bg_new_01.png) left top repeat;
	border:1px solid #282724;
}

.newGirlArea:after {  /*背景を表示させる為*/
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  

.newGirlImg {
	width:169px;
	float:left;
	position:relative;
}

.newGirlImg img {
	position:relative;
	top:-20px;
	left:0px;
	z-index:1;
}

.newGirlTxt {
	width:485px;
	padding-left:14px;
	float:right;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "30D230E930AE30CE89D230B420Pro20W3", "30e130a430ea30aa", "FF2DFF3320FF3030B430B730C330AF", "Osaka", verdana, arial, sans-serif;
}

.newTit {
	color:#ff0000;
	margin-bottom:10px;
}

.newDay {
	font-size:10px;
	margin-bottom:10px;
}

.newGirlName {
	background:url(./img/bg_new_03.png) left top repeat;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	display:inline;
	position:relative;
	top:230px;
	left:0px;
	z-index:10;
	padding:5px 10px 5px 5px;
}

.newLine {
	width:684px;
	margin:0 auto;
	background:url(img/bg_new_02.png) left center repeat-x;
	line-height:1em;
	padding:5px 0;
}

