@charset "utf-8";
/* CSS Document */
#container {
	width: 871px;
	height: auto;
	float: left;
	padding: 0px 20px 0px 30px;
	min-height: 300px;
	letter-spacing: 1px;
	font-size: 13px;
	color: #666666;
	font-family: Verdana;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#container A:link {
	color: #333;
	TEXT-DECORATION: none;
}
#container A:visited {
	color: #333;
	TEXT-DECORATION: none;
}
#container A:hover {
	color: red;
	TEXT-DECORATION: underline;
}
#bottom {
	width: 710px;
	height: auto;
	float: right;
	margin: 0px 20px 10px 0px;
}
#list {
	width: 880px;
	height: auto;
	float: left;
	padding: 0px 0px 0px 0px;
}
#list .frame {
	width: 130px;
	height: 170px;
	float: left;
	padding: 10px;
	background-color: #EEEEEE;
	border: 1px solid #333;
	margin: 0px 20px 15px 3px;
}
#list .frame2 {
	width: 140px;
	height: 170px;
	float: left;
	padding: 10px;
	background-color: #FFCC66;
	border: 1px solid #723D26;
	margin: 0px 8px 15px 3px;
}
#list .frame3 {
	width: 140px;
	height: 170px;
	float: left;
	padding: 10px;
	background-color: #FFCC99;
	border: 1px solid #723D26;
	margin: 0px 8px 15px 3px;
}
#list .photo {
	width: 130px;
	height: 135px;
	text-align: center;
	overflow: hidden;
	/* [disabled]border: 1px solid #6ac0f1;
*/
	margin: 0 auto;
}
#list .photo img{
	max-width: 130px;
	max-height: 130px;
}
#list .space01 {
	width: 130px;
	height: 10px;
	margin: 0 auto;
}
#list .name {
	width: 120px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
}
#list .pages {
	width: 100%;
	height: auto;
	padding: 10px 0px 10px 0px;
	float: left;
}
#list .pages a.p_num{
	display: inline-block;
	min-width: 31px;
	height: 32px;
	background: url(../common/num_bg.png) left top no-repeat;
	color: #000;
	font-size: 12px;
	line-height: 31px;
	text-align: center;
	vertical-align: middle;
}
#list .pages img{
	vertical-align: middle;
}