@charset "utf-8";

@import url(../common/css/reset.css);
@import url(../common/css/lightbox.css);

body {
	background: #036;
	text-align: center;
	color: #4D4D4D;
}

#top {
	width: 740px;
	margin: 0 auto;
	background: #FFF;
}

h1 {
	background: url(images/head.jpg) no-repeat left top;
	height: 200px;
	font-size: 2px;
	text-indent: -999em;
}
#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0;
}

.ebox {
	margin-bottom: 10px;
}
.fnavi {
	margin-bottom: 40px;
	font-size: 85%;
}

.ebox,
#tenji .box1 {
	zoom: 100%;
}
.ebox:after,
#tenji .box1:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.ebox .inner {
	margin-left: 20px;
}
.ebox, .ebox table { line-height: 1.5;}
.ebox p { margin-bottom: 1em}
.ebox h2 {
	margin-bottom: 1em;
	border-left: 4px solid #069;
}
.ebox h3 {
	font-size: 107%;
	border-left: 4px solid #999;
	padding-left: 5px;
	margin-bottom: 5px;
}

#katsudo h3 {
	color: #069;
	background: url(../common/images/p-ar02.gif) no-repeat left center;
	padding-left: 21px;
	border-left: none;
}
#katsudo p { border-bottom: 1px dotted #CCC; padding-bottom: 10px;}
#katsudo p.la { border-bottom: none; padding-bottom: 0;}

#tenji table { margin-bottom: 1em;}
th, td { padding: 5px; border-bottom: 1px dotted #CCC;}
th.la, td.la { border-bottom: none;}
th span {
	background: url(../common/images/p-ar02.gif) no-repeat left center;
	padding-left: 21px;
}
#tenji h3.map-t { margin-bottom: 10px;}
#footnavi {
	margin-top: 40px;
}
#footnavi,
.fnavi {
	text-align: right;
}
#footnavi a,
.fnavi a {
	color: #4D4D4D;
}
#foot {
	background: #E5E5E5;
	padding: 20px;
	text-align: center;
}
