/* CSS Document */
#content table {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content th {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding-top: 10px;
	width: 150px;
}
#content th .t1 {
	background-color: #FFE1D1;
	border: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 120px;
}
#content td {
	font-size: 13px;
	line-height: 140%;
	color: #333333;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 15px;
}
#content td .map a {
	background-image: url(./image/map.gif);
	background-position: left center;
	padding-left: 18px;
	background-repeat: no-repeat;
}
.box {
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	background-image: url(../../img/line.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.box h3 {
	font-size: 15px;
	font-weight: bold;
	color: #996600;
	margin: 0px;
	padding: 0px;
}
.box .body {
	padding-top: 15px;
}
.right {
	font-size: 13px;
	text-align: right;
	padding-top: 10px;
}
