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

#content{
	color: #543426;
	height: auto;
	width: 716px;
	font-size: 13px;
	line-height: 22px;
	padding-top: 35px;
}
#content .list{
	float: left;
	height: 220px;
	width: 33%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C19C7B;
	padding-top: 17px;
}
#content .list a{
	background-color: #FAF4E7;
	margin: auto;
	height: 188px;
	width: 202px;
	border: 1px solid #E4D8B6;
	padding: 6px;
	display: block;
	text-decoration: none;
}
#content .list a:hover{
	color: #E11D19;
}
#content .photo{
	border: 1px solid #E4D8B6;
	margin: auto;
	height: 150px;
	width: 200px;
}
#content .title{
	color: #583301;
	padding-top: 10px;
	background-image: url(dot.png);
	background-repeat: no-repeat;
	background-position: 3px 18px;
	padding-left: 20px;
}