@charset "utf-8";

/* CSS Document */
#content{
	width:655px;
	height:auto;
	margin-top:30px;
	padding:0 8px 0 9px;
}
#content_menu{
	width:655px;
	height:auto;
	margin-bottom:30px;
	border-bottom: #D2D2D2 1px solid;
}
#content_menu .list{
	width:643px;
	height:132px;
	border-top: #D2D2D2 1px solid;
	background-color:#FFF;
	padding:10px 0 0 12px;
	}
#content_menu .img{
	width:112px;
	height:112px;
	padding:3px;
	float:left;
	background-color:#FFF;
	border:#CCC 1px solid;
	margin-right:10px;
	display:table;
}


#content_menu .info{
	width:480px;
	height:60px;
	float:left;
	font-size:12px;
	overflow:auto;
}
#content_menu .caption{
	width:480px;
	height:20px;
	float:left;
	font-size:15px;
	color:#1098D6;
	font-weight:bold;
	margin:10px 0 10px 0;
}
#content_menu .caption a {
	color: #1098D6;
	text-decoration: none;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
}

#content_menu .caption a:hover {
	color: #FF5A26;
	text-decoration: none;
}