@charset "utf-8";
/******************** girls ********************/
h2#girls {
	background: url(../img/h2-girls.gif) no-repeat;
}
table {
	width: 100%;
}
*html table {
	margin-bottom: -10px;
}
*:first-child+html table {
	margin-bottom: -10px;
}
td {
	background: #eee;
	padding: 6px 5px 20px 7px;
	background: url(../img/girl-bg.gif) no-repeat center top;
}
*html td {
	padding: 6px 5px 16px 7px;
}
*:first-child+html td {
	padding: 6px 5px 16px 7px;
}
table p {
	margin: 0;
}
p.center img {
	margin-bottom: 4px;
}
p.name {
	padding: 3px 0 3px 16px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #ccc;
	background: url(../img/icon-arrow.gif) no-repeat left;
	color: #000;
}
p.date-left1, p.date-left2 {
	color: #666;
	font-size: 80%;
	float: left;
}
p.date-left2 {
	clear: both;
	float: none;
}
p.date1 {
	float: right;
	font-size: 80%;
}
p.date2 {
	text-align: right;
	font-size: 80%;
}



/********************
*html  Internet Explorer6.0
*:first-child+html  Internet Explorer7.0
html>body  Firefox
html:first-child  Safari & Opera
********************/
