@charset "utf-8";
@import url("reset.css");
@import url("base.css");
@import url("contents.css");

#about {
	width: 553px;
	margin: 0 auto 0 auto;
}
table {
	margin: 10px auto 10px auto;
	width: 553px;
}
th {
	background: #ccc;
	vertical-align: middle;
	padding: 8px 10px 8px 10px;
	width: 120px;
	border: #666 1px solid;
	text-align: center;
}
td {
	padding: 8px 10px 8px 10px;
	width: 433px;
	border: #666 1px solid;
	text-align: left;
}
#map_title {
	margin-top: 25px;
}
#map {
	margin-top: 10px;
}
#white_box {
	width: 550px;
	margin: 7px auto 0 auto;
	float: left;
}
#other {
	padding-bottom: 20px;
}
#link_other {
	margin: 5px auto 0 auto;
	width: 550px;
	text-align: right;
}
#link_other a {
	padding-left: 19px;
	background-image:url("../images/arrow.gif");
	background-position:left middle;
	background-repeat:no-repeat;
	text-align: right;
}
#link_other a:link {
	color:#000;
}
#link_other a:visited {
	color:#000;
}
#link_other a:active {
	color:#000;
}
#link_other a:hover {
	color:#333399;
	text-decoration:underline;
}
#link_other a {
	text-decoration:underline;
}
