@charset "utf-8";

/* CSS Document */



#content{

	color: #666666;

	height: auto;

	width: 721px;

	font-size: 13px;

	line-height: 23px;

	padding: 21px 0px 0 10px;

	padding-top: 21px;

}



#content .list{

	float: left;

	height: 225px;

	width: 239px;

}

#content .photo{

	margin: auto;

	height: 168px;

	width: 224px;

	position: relative;
	
	text-align:center;

}

#content .photo img{

	max-height: 168px;

	max-width: 224px;
}

#content .photo a{

	background-image: url(a.png);

	height: 168px;

	width: 224px;

	position: absolute;

	z-index: 1;

	left: 0px;

	top: 0px;

	display: block;

}

#content .photo a:hover{

	background-image: url(hover.png);

}

#content .title{

	line-height: 30px;

	font-weight: bold;

	margin: auto;

	height: 30px;

	width: 100%;

	text-align: center;

}

#content .title a{

	font-size: 15px;

	color: #444444;

	text-decoration: none;

}

#content .title a:hover{

	color: #6A1972;

}