@charset "utf-8";
/** CSS Information =============================
File name: contents.css
Description: Contents Commons
Contents:
	* #contents
================================================ */
#contents {
	overflow:hidden;
	height:450px;
}

#contents .img-box {
	width: 320px;
	height: 450px;
}
#contents .main-box {
	width: 440px;
	height: 450px;
}
/* ".img-box width" + "main-box width" = ".structure width"(layout.css) */

#contents .main-box h2 {
	color: #444444;
	font-size: 16px;
	font-weight: bold;
	margin: 13px 15px 15px 15px;
}

#contents .main-box h2.not-section-lv3 {
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 10px;
}

#contents .main-box h2 span.sub-title {
	color: #696969;
	font-size: 13px;
}

#contents .main-box .section-lv3 {
	/* margin-top and margin-bottom are set to a ***.css */
	margin-left: 20px;
	margin-right: 10px;		
}

#contents .main-box .section-lv3 h3 {
	color: #808080;
	font-size: 11px;
	margin-bottom: 3px;
	border-bottom: 1px solid #D3D3D3;
}

/************ #top ****************/
#top #contents{
	background-image: url(../img/top-img.jpg);
}

