/* CSS Document */
@import "temp/general.css";
@import "temp/layout.css";

#container #contentsBox #contents {
	width: 100%;
}
#container #contentsBox #contents h3 {
	font-size: 13px;
	text-decoration: underline;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}
#container #contentsBox #contents p {
	margin-right: 15px;
	color: #747474;
}
#container #contentsBox #contents #info {
	margin-left: 30px;
	padding-bottom: 20px;
}
#container #contentsBox #contents #info div {
	margin-top: 20px;
	float: left;
	width: 300px;
}
#container #contentsBox #contents table {
	width: 400px;
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	margin-right: 10px;
}
#container #contentsBox #contents th,
#container #contentsBox #contents td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
}
#container #contentsBox #contents th {
	background-color: #F3F3F3;
}
#container #contentsBox #contents table p {
	color: #515151;
	line-height: 250%;
	margin-left: 5px;
}
#container #contentsBox #contents #map {
	height: 350px;
	width: 650px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #D6D6D6;
}

