/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
}

p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 16px;
}

a {
	color: #000;
	border: none;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #C00;
	font-weight: bold;
}

a img {
	border: none;
}

ul {
	list-style-type: none;
}

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

#wrapper {
	width: 600px; 
	position: relative;
	margin: 0 auto;
	text-align: left;
	border: 1pt #999 solid;
	margin-top: 15px;
	margin-bottom: 15px;
}

#btnA {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 100px;
	height: 20px;
}

#btnB {
	position: absolute;
	left: 105px;
	top: 5px;
	width: 100px;
	height: 20px;
}

td {
	vertical-align: top;
}

#logo {
	width: 140px;
	height: 203px;
	margin-bottom: 20px;
}

#datetime h2 {
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
	font-weight: normal;
}

#datetime p {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 20px;
	font-weight: bold;
}

#map {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#box {
	border: 1pt #C00 solid;
	padding: 15px;
	background-color: #fff;
}

#box p {
	margin-bottom: 0;
}

#menu {
	border: 1pt #fff solid;
	padding: 15px;
	margin-top: 20px;
	background-color: #ede7d6;
	color: #333;
}

#menu h1 {
	font-size: 17px;
	border-bottom: 1pt #000 solid;
	color:#000;
	margin-bottom: 10px;
	font-weight: normal;
}

#menu h3 {
	font-size: 13px;
	margin-bottom: 3px;
	margin-top: 5px;
	font-weight: normal;
}

#footer {
	clear: both;
	width: 590px;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
}

#footer li {
	display: inline;
	padding-left: 7px;
	padding-right: 4px;
	border-left: 1px solid #666;
	font-size: 12px;
	line-height: 20px;
}

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

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

#footer .firtstlist {
	border: none;
}

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

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