/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

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

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

h2 {
	font-size: 17px;
	border-bottom: 1pt #666 solid;
	color: #f57e09;
	margin-bottom: 10px;
	font-weight: normal;
	padding-top: 20px;
}

a {
	color: #333;
	border: none;
}

a:hover {
	color: #f57e09;
}

a img {
	border: none;
}

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

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

#btnA {
	position: absolute;
	left: 438px;
	top: 0;
	width: 80px;
	height: 15px;
}

#btnB {
	position: absolute;
	left: 520px;
	top: 0;
	width: 80px;
	height: 15px;
}

td {
	vertical-align: top;
}

#datetime {
	padding-top: 30px;
}

#datetime h2 {
	font-size: 14px;
	border-bottom: 1px solid #666;
	margin-bottom: 7px;
	font-weight: normal;
	padding-top: 0;
}

#datetime p {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 20px;
}

#header {
	padding-bottom: 30px;
}

#content {
	padding-left: 50px;
}

#menu {
	background-color: #fde6cd;
	padding: 18px;
	margin-top: 30px;
}

#menu h2 {
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: normal;
	padding-top: 0;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 12px;
}

#footer {
	clear: both;
	width: 600px;
	height: 40px;
	text-align: center;
	border-top: 1px solid #666;
}

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

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

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

#footer .firtstlist {
	border: none;
}

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

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