@charset "utf-8";
/* CSS Document */


/* ----------------------------------------------------------- */
/* 新人紹介ページ */
/* ----------------------------------------------------------- */

#newfaceBase{
	width:258px;
	height:450px;
	margin:0;
	padding:0;
	overflow:auto;

}
#newfaceBase dl{
	margin:0px 0 0 0;
	padding:5px 0px 5px 0;
	width:240px;
	background:url(../img/bg_newface.gif) repeat-x;
	border-bottom:1px solid #CCCCCC;

}

#newfaceBase .newLeft{
	margin:0;
	padding:0px 0 0 5px;
	float:left;
	width:110px;
}
#newfaceBase .newLeft p{
	padding:0 0 4px 0;
	
}
#newfaceBase .newRight{
	margin:0;
	padding:0;
	float:left;
	width:122px;
	
}
#newfaceBase dl .newFoot{
	clear:both;
}
#newfaceBase dl .threesize{
	font-size:10px;
	padding:0 0 0 2px;
}
