#contents {
	padding: 0px;
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/c_back1.png);
	background-repeat: no-repeat;
	height: 350px;
}
.box_left {
	width: 269px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 250px;
}
.box_center {
	width: 279px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 250px;
}
.box_right {
	width: 270px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 250px;
}
#contents h2 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #1776C9;
	text-align: center;
}
.detail {
	margin-top: 10px;
}
#list_carousel img:hover{
		filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	
	}