/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	text-align: center; 
	background: #ffffff;
}

h2 {
	font-size: 14px;
	line-height: 125%;
}

p {
	font-size: 14px;
	line-height: 130%;
	margin-bottom: 14px;
	color: #666;
}

a {
	color: #8F3827;
	border: none;
	text-decoration: underline;
}

a:hover {
	color: #FF9900;
}

a img {
	border: none;
}

img {
	vertical-align: top;
}

/* id
------------------------------------------------------- */

#wrapper {
	position: relative;
	width: 600px; 
	margin: 0 auto; 
	text-align: left; 
	border: 1px solid #8F3827;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 600px;
	height: 200px;
}

#map {
	position: relative;
	top: 0;
	left: 0;
	width: 136px;
	height: 120px;
}

#btn1 {
	width: 136px;
	height: 30px;
}

#btn2 {
	width: 136px;
	height: 30px;
}

#datetime {
	position: absolute;
	left: 136px;
	top: 200px;
	width: 424px;
	height: 150px;
	background-color: #e3e2db;
	padding: 15px 20px;
}

#datetime a {
	color: #333333;
}

#datetime a:hover {
	color: #CC0000;
}

#contents {
	padding: 20px 20px 10px 20px;
}

#menu {
	border: 1px solid #8F3827;
	text-align: center;
	background-color: #f1f0e8;
	padding: 10px 20px 5px 20px;
	margin: 0;
}

#menu h2 {
	color: #8F3827;
	border-bottom: 1px solid #666666;
	margin-bottom: 20px;
	font-size: 16px;
}

#menu h3 {
	font-size: 14px;
}

#footerlist {
	margin: 0 20px;
	padding: 10px 0 5px 0;
	text-align: center;
	border-top: 1px solid #999999;
}

#footerlist ul {
	margin-bottom: 5px;
	list-style-type: none;
}

#footerlist li {
	display: inline;
	padding-left: 7px;
	padding-right: 4px;
	border-left: 1px solid #999999;
	font-size: 12px;
}

#footerlist .firtstlist {
	border: none;
}

#footerlist a {
	color: #333333;
	text-decoration: none;
}

#footerlist a:hover {
	text-decoration: underline;
}

#footer {
	width: 600px;
	height: 22px;
	background-color: #dc9153;
	text-align: center;
}

#footer p {
	font-size: 12px;
	margin-bottom: 0;
	line-height: 22px;
}

#footer a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* class
------------------------------------------------------- */

.h2small {
	font-size: 12px;
	font-weight: normal;
}

.space { 
	height: 20px; 
}

.ruler {
	border-bottom: 1px solid #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}