@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

	


#content table{
	margin-bottom:30px;
	}
	
#content th{
	width:148px;
	}
	
#content th,
#content td{
	padding:3px 11px 2px 9px;
	}
	
#content .map{
	height:400px;
	margin-bottom:30px;
	}
	

#content .imgleft{
	zoom:1;
	overflow:hidden;
	margin:-3px 0 30px;
	}
	
#content .imgleft div{
	float: left;
	margin-top:3px;
	}	
	
#content .imgleft p{
	margin:0 0 19px 180px;
	}
	
#content .imgleft p.last{
	margin-bottom:0;
}

#content .faq {
	margin-bottom:25px;
}

#content .faq ul{
	padding-bottom:13px;
	background:url(../image/dotted02.gif) repeat-x left bottom;
	margin-bottom:19px;
}

#content .faq li{
	background:url(../image/faq_q.gif) no-repeat left top;
	padding: 2px 0 9px 33px;
}

#content .faq dl{
	margin-bottom:18px;
}

#content .faq dl.last{
	margin-bottom:0;
}

#content .faq dl dt{
	background:url(../image/faq_q.gif) no-repeat left top;
	font-size:1.3em;
	font-weight:bold;
	padding: 0 0 3px 31px;
}

#content .faq dl dd{
	background:url(../image/faq_a.gif) no-repeat left 5px;
	padding: 7px 0 2px 31px;
}