/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

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

p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #666666;
}

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

a:hover {
	text-decoration: underline;
	color: #CC0000;
}

a img {
	border: none;
}

ul {
	list-style-type: none;
}

img {
	vertical-align: top;
}

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

#wrapper {
	width: 600px; 
	position: relative;
	margin: 0 auto;
	text-align: left;
}

#wrappermenu {
	width: 600px; 
	position: relative;
	margin: 0 auto;
	text-align: left;
	border: 1px #000000 solid;
	margin-top: 10px;
	margin-bottom: 7px;
	font-size: 100%;
	background-color: #ffffff;
}

#leftcolumn, #rightcolumn {
	margin-bottom: 20px;
}

#leftcolumn  {
	width: 180px; 
	background-color: #a13527;
	float: left;
	position: relative;
	margin-top: 20px;
}

#logo {
	position: relative;
	top: 0;
	left: 70px;
	width: 110px;
	height: 110px;
	margin-bottom: 20px;
}

#datetime {
	width: 160px;
	text-align: right;
	padding-bottom: 20px;
}

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

#datetime p {
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
	margin-bottom: 10px;
}

#rightcolumn {
	width: 400px;
	float: right;
	margin-top: 20px;
	}

#contents {
	padding-right: 20px;
}

#ticket {
	position: absolute;
	left: 400px;
	top: 0;
	width: 100px;
	height: 20px;
}

#map {
	position: absolute;
	left: 500px;
	top: 0;
	width: 100px;
	height: 20px;
}

#menu {
	padding: 30px 10px 10px 10px;
}

#menu h1 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 100%;
}

#menu h2 {
	text-align: center;
	margin-bottom: 5px;
	color: #a03427;
	font-size: 18px;
	font-size: 105%;
}

#menu p {
	text-align: center;
	margin-bottom: 30px;
	font-size: 95%;
}

#footer {
	clear: both;
	width: 600px;
	text-align: center;
	border-top: 1px solid #666666;
	padding-top: 10px;
	margin-bottom: 10px;
}

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

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

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

#footer .firtstlist {
	border: none;
}

#footermenu {
	text-align: center;
	margin-bottom: 5px;
}

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

#footermenu a:hover {
	color: #ffffff;
	text-decoration: underline;
}

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

#footermenu .firtstlist {
	border: none;
}

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

.p_small {
	font-size: 12px;
}