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

#main {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
}

#main h3 {
	height: 31px;
	padding: 0 0 5px 30px;
	margin: 0 0 20px;
	background: url(../img/bg_title_01.png) no-repeat left top;
	border-bottom: 3px solid #0E7202;
	color: #0E7202;
	font-size: 18px;
	font-weight: bold;
	line-height: 31px;
}

#main a {
	color: #0000FF;
}

/* =========================================================
about
========================================================= */
#about table {
	margin: 0 0 30px;
	border-top: 1px dashed #333;
}
#about table {
	width: 100%;
	margin: 0 0 40px 0;
}
#about table th {
	width: 170px;
	padding: 20px;
	background: #FBF9ED;
	border-bottom: 1px dashed #333;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 20px;
}
#about table td {
	padding: 20px;
	border-bottom: 1px dashed #333;
	font-size: 14px;
	line-height: 30px;
}

/* =========================================================
traffic
========================================================= */
#traffic {
	margin: 0 0 30px;
}

#trafficTxt {
	float: left;
	width: 240px;
}

#trafficTxt p {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 18px;
}

#map {
	float: right;
	width: 740px;
}

#map p {
}

#map p a {
	font-size: 11px;
	line-height: 30px;
}

/* =========================================================
greeting
========================================================= */
#greeting {
}

#greeting p {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 18px;
}

