@charset "utf-8";

/*
**
**  トップページ用
**
*/

body {
	background: url(../img/bg_top.gif) repeat-x;
}

#header div.wrap {
	background: url(../img/bg_header.gif) no-repeat;
}

#topCtn {
	background: url(../img/bg_main.gif) no-repeat top;
	margin: 0 auto;
	width: 930px;
	padding: 10px 20px 20px;
	line-height: 1.75;
}

/*1段目*/
#top1 {
	border-bottom: 1px solid #d2d2d2; padding-bottom: 14px;
}

#topCtn div#LeftBox {
	width: 420px;
	float: left;
	margin: 15px 20px 0 0;
}

#informationBox {
	padding: 0 8px; margin-bottom: 18px
}
#informationBox h2 {
	margin-bottom: 8px !important;
}
#informationBox div {
	height: 107px;
	overflow:auto;
}
#informationBox dl {
	margin-bottom: 5px;
}
#informationBox dt {
	float:left; width: 92px;
}
#informationBox dd {
	float:left; width: 290px;
}


#qnaBox {
	background: url(../img/bg_qna.gif) no-repeat bottom;
}
#qnaBox div {
	padding: 0 13px 5px;
}

#topCtn div#facilityBox {
	width: 240px;
	float: left;
	margin: 32px 10px 0 0;
	height: 320px;
	background: url(../img/bg_facility.gif) no-repeat bottom #fbf6e5;
}

#topCtn div#knowledgeBox {
	width: 240px;
	float: left;
	margin: 32px 0 0 0;
	height: 320px;
	background: url(../img/bg_knowledge.gif) no-repeat bottom #fbf6e5;
}

#topCtn div#facilityBox ul,
#topCtn div#knowledgeBox ul {
	padding: 1px 13px;
}

#topCtn div#facilityBox ul li,
#topCtn div#knowledgeBox ul li {
	margin-top: 12px;
}


/*2段目*/
#top2 {
	border-top: 1px solid #e8e8e8; padding-top: 12px;
}

#top2 div#bnrBox {
	width: 168px;
	float: left;
	margin-right: 28px;
}
#top2 div#bnrBox a img {
	margin-bottom: 4px;
}

#top2 #columnBox {
	background: url(../img/bg_column.gif) no-repeat;
	width: 505px;
	height: 172px;
	float: left;
	padding: 10px 0 0 0;
}
#top2 #columnBox dl {
	margin: 3px 0 3px 112px; width: 393px; 
	background: url(../img/bull.gif) no-repeat 0 3px;
	border-bottom: 1px solid #d2d2d2;
}
#top2 #columnBox dl dt{
	 padding: 0 5px 0 16px;
	 width: 120px;
	 font-weight: bold;
	 float: left;
}
#top2 #columnBox dl dd{
	 width: 230px;
	 font-size: 85%;
	 float: left;
}


#top2 #mobileBox {
	float: right; width: 190px;
}

#informationBox div dl a .pdffile {
	padding: 0px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
