@import url("global.css");
/*再定義*/
h1 {
	position:relative;
	height:87px;
}
h1 img {
	position:absolute;
	top:0px;
	left:0px;
}
#container {
	height:auto;
}
#contents {
	margin:0 0 0 1px;/*border:1px solid black;*/
}
/*再定義終了*/
#newface-area {
	margin:10px 0 0 0;
	border-bottom:2px solid black;
	padding:0 0 30px 0;
}
h2 {
	background:url(../images/line4.png) repeat-x;
	height:24px;
	width:95%;
	margin:0 auto;
	/*border:1px solid black;*/
	position:relative;
	font-size:10px;
}
h2 img {
	position:absolute;
	top:0px;
	left:0px;
}
.photo-area {
	background:url(../top/images/newface-shadow.png) no-repeat;
	width:220px;
	height:300px;
	margin:0 0 0 35px;
	_margin:0 0 0 17px;
	float:left;
	/*border:1px solid black;*/
}
.photo-area img {
	margin:10px 0 0 7px;/*position:relative;
	top:12px;
	left:7px;*/
}
.profile-area {
	/*border:1px solid black;*/
	width:518px;
	float:right;
	margin:10px 20px 0 0;
}
.date {
	font-size:1.2em;
	font-weight:bold;
	color:#EA4772;
}
.girls-name {
	font-size:1.1em;
	font-weight:bold;
}
.tsize {
	font-size:0.8em;
	color:#603813;
}
.comment-area {
	font-size:0.9em;
	color:#603813;
	line-height:1.4;
	border-top:1px dotted #777;
	border-bottom:1px dotted #777;
	padding:10px 0 10px 0;
	width:98%;
	margin:5px 0 0 0;
}
.update {
	text-align:right;
	font-size:0.7em;
	padding:5px 10px 0 0;
}
#btn-area {
	margin:5px 10px 0 0;
	padding:10px 0 0 0;
	height:60px;
}
a.btn-next, a.btn-previous {
	float:right;
}
