@charset "UTF-8";

@import "common.css";

/* ========MAIN CONTENTS CUSTOMIZE======== */
#main .img_home {
	background:url(../images/main_home_big.jpg);
	height: 196px;
}

#main h2 {
	width:510px;
	height:27px;
	padding:7px 0 0 30px;
	font-size:14px;
	font-weight:bold;

	border 0;
	background:url(../images/bg_h2_01.jpg) no-repeat;
	text-align: left;
}

#main h2 .detail {
	font-size:12px;
	font-weight:normal;
	text-align: right;
	display: block;
	width: 200px;
	position: relative;
	left: 300px;
	top: -20px;
}

#main .box {
	width:498px;
	padding:20px;
	border-right:1px solid #C5C5C5;
	border-bottom:1px solid #C5C5C5;
	border-left:1px solid #C5C5C5;
	margin-bottom:10px;
}

#main .box ul {
	width:498px;
	margin:0;
	padding:0;
	list-style:none;
}

#main .box ul:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#main .box .left {
	float:left;
	margin-bottom:20px;
	width:244px;
	height:62px;
	text-align:left;
}

#main .box .right {
	float:right;
	margin-bottom:20px;
	width:244px;
	height:62px;
	text-align:left;
}

#main .box li img {
	border:2px solid #C5C5C5;
	margin-right:10px;
	float: left;
}

#main .box .desc {
	float:right;
	width:164px;
	height:62px;
	font-size:12px;
	line-height:1.25;
	clear: none;
}

#main .box h3 {
	font-size:12px;
	line-height:normal;
	margin-bottom:4px;
}

#main .box .long {
	margin-bottom:20px;
	width:498px;
	height:62px;
	text-align:left;
}

#main .box .long_desc {
	float:right;
	width:412px;
	height:62px;
	font-size:12px;
	line-height:1.25;
}

#main .box .footer {
	width:498px;
	margin-top:10px;
	text-align:right;
}
