@charset "utf-8";
/* CSS Document */

/**================================= Creator Setting =================================**/

/**************** Creator common setting *****************/

.sectionBtm {
	text-align:center;
	margin-bottom:30px;
}

/**************** profile setting *****************/

#news .imgBox {
	left:50%;
	top:14px;
	margin-left:-572px;
	position:absolute;
}

#news .mainArea {
	padding-top:10px;
}

#news .contactArea {
	padding-top:0px;
	margin-bottom:15px;
}

#news .contactArea .btnArea {
	top:10px;
}

#news .contactBtn {
	text-align:center;
}

/* section01 */

#news .section01 {
	background:#E0E0E0 url(../images/common/bg_section_btm.jpg) no-repeat center bottom;
	margin-bottom:10px;
	padding-bottom:27px;
}

#news .section01 .sectionTtl {
	color:#FF4100;
	font-weight:bold;
	height:52px;
	margin-bottom:15px;
	text-align:right;
	position:relative;
}

#news .section01 .topicArea {
	background:#FFFFFF;
	margin:0 15px;
	padding:15px 20px 8px 20px;
}

#news .section01 .topicArea dl dt {
	color:#5A5A5A;
	font-weight:bold;
	padding-bottom:5px;
}

#news .section01 .topicArea dl dd {
	border-bottom:1px dashed #E0E0E0;
	font-size:.75em;
	color:#FF4100;
	margin-bottom:8px;
	padding-bottom:10px;
}

#news .section01 .btnArea {
	background:#FFFFFF;
	margin:0 15px;
	padding:0 20px 12px 20px;
	text-align:right;
}




