@charset "utf-8"; 

@import url("../../css/common.css");

body {
	background:url(../../images/main_img2_bg.png) repeat-x top;
}
#all {
	background:url(../../images/main_img2.jpg) no-repeat center 0;
}
#header .header-area {
	height:142px;
	
}

/* ============================================================ contents */

#contents .contents-area {
}
#contents .contents-area #index-area {
	margin-top:25px;
}
#contents .contents-area #index-area h2 {
	margin-bottom:16px;
}

#contents .contents-area #index-area .area-1 {
	margin-bottom:18px;
	border-bottom:1px dashed #ccc;
	padding-bottom:18px;
}

#contents .contents-area #index-area iframe {
	width:380px;
	height:320px;
	float:right;
	border:1px solid #9fd2f4;
}
#contents .contents-area #index-area dl {
	float:left;
	font-size:14px;
	width:226px;
}
#contents .contents-area #index-area dl dt {
	border-bottom:1px solid #9fd2f4;
	color:#1773b0;
	padding-bottom:5px;
	margin-bottom:14px;
	padding-top:48px;
	font-weight:bold;
}
#contents .contents-area #index-area dl dd {
	line-height:2.4;
}