@import"../css/common.css";

/* contents
------------------------------------ */

#contents {
	width: 590px;
}

#searchBox {
	margin-top: 13px;
	padding: 10px 0;
	background-color: #e3fdff;
	border: 1px solid #aae8ec;
}
	
.contentsText {
	padding-left: 9px;
	font-size: 0.83em;
	color: #666;
}

#searchTable {
	margin: 4px 10px 0 10px;
	border: 1px solid #68d0d7;
	font-size: 0.83em;
	line-height: 0.83em;
	text-align: center;
	}
	* html #searchTable {
	margin: 4px 5px 0 10px;
	}
	#searchTable th {
	height: 15px;
	font-weight: normal;
	color: #fff;
	background: #00aab5 url(../img/girlssearch/line.gif) right top repeat-y;
	}
	#searchTable td {
	padding: 7px;
	background: url(../img/girlssearch/line.gif) right top repeat-y;
	}
	#searchTable .lastItem {
	background-image: none;
	}
	
	#searchTable select {
	height: 18px;
	color: #666;
	letter-spacing: 0.1em;
	}
	
	#item1 { width: 186px; }
	#item2 { width: 122px; }
	#item3 { width: 86px; }
	#item4 { width: 117px; }

#searchBtn {
	clear: left;
	width: 89px;
	margin: 11px auto 0 auto;
	cursor: pointer;
}

#flasharea {
	clear: left;
	padding-top: 7px;
}



