﻿@charset "utf-8";
/* CSS Document */
body　{
	margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border: 1px solid #CCCCCC;
}
h1{
	font-size: 130%;
	font-weight: bold;
	height: 50px;
	width: 780px;
	padding-left: 20px;
	padding-top: 30px;
	background-color: #999999;
	color: #FFFFFF;
}
#wrapper #wrap #menu {
	margin-right: auto;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 180px;
	float: left;
}
#wrapper #map {
	border: 1px solid #666666;
	width: 782px;
	margin-right: 10px;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	float: right;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;
	background-color: #CCCCCC;
}
p, ul, ol, li, dl, dt, dd {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#wrapper dl {
	width: 700px;
	display: inline;

}
#wrapper dt {
	float: left;
	width: 100px;
	display: inline;
	text-align: right;
	clear: both;
}
#wrapper dd {
	float: left;
	width: 500px;
	display: inline;
}
#wrapper .footer {
	clear: both;
}
#wrapper .footer p {
	text-align: center;
	color: #FFFFFF;
	background-color: #999999;
	font-size: 80%;
}
#wrapper .footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #contents {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 300px;
	clear: both;
}
#wrapper #wrap #menu li {
	list-style-position: outside;
	list-style-type: square;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrapper #wrap #menu a {
	color: #666666;
	text-decoration: none;
	display: block;
	list-style-type: disc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-position: outside;
}

