body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}

a {
	color: #FF0000;
	text-decoration: none;
}
a:link { color: #FF0000; }
a:hover { color: #FFFF00; }
a:active { color: #FFFF99; }
a:focus{ outline:none; }
h1 {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	border-top: 5px solid #FF0000;
	display: block;
	height: 55px;
	font-size: 1px;
	line-height: 1px;
	color: #FFFFFF;
	text-indent: -9999px;
	text-align: left;
}

.titleSpecial { background: url(../img/titleSpecial.png) no-repeat left center; }
.titleBeginning { background: url(../img/titleBeginning.png) no-repeat left center; }
#contents {
	clear: both;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
#contents p  { padding: 0px 0px 10px; }
#contents #photo { padding: 0px 0px 10px; }
#contents #contL {
	width: 600px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#contents #contR {
	float: right;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
#contents h2 {
	font-size: 1px;
	line-height: 1px;
	color: #FFFFFF;
	display: block;
	text-indent: -9999px;
}
#contents .spTitle {
	background: url(../img/spTitle.png) no-repeat left top;
	height: 120px;
	width: 600px;
}
#contents .beginTitle {
	background: url(../img/beginTitle.png) no-repeat center top;
	height: 110px;
	width: 800px;
}
#contents #specialBtn a {
	background: url(../img/btn.png) no-repeat;
	height: 40px;
	width: 180px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	color: #FFFFFF;
}
#contents #specialBtn a:link { background-position: left top; }
#contents #specialBtn a:hover { background-position: left bottom; }
#contents #backBtn {
	clear: both;
	text-align: center;
}
#contents #backBtn a {
	background: url(../img/btnBack.png) no-repeat;
	height: 40px;
	width: 180px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	color: #FFFFFF;
	margin: 0px auto;
}
#contents #backBtn a:link { background-position: left top; }
#contents #backBtn a:hover { background-position: left bottom; }
#contents #Thumbnail { clear: both; }
#contents #Thumbnail ul { font-size: 11px; }
#contents #Thumbnail li {
	float: left;
	padding: 0px 0px 10px;
	display: block;
	width: 260px;
	text-align: center;
}
#contents #Thumbnail .center { margin: 0px 10px; }
#contents .begin {
	background: #000000;
	background-color: #E5E757;
}
#footer {
	margin: 0px auto;
	padding: 10px 0px 20px;
	clear: both;
	width: 800px;
	font-size: 12px;
	color: #999999;
	border-top: 1px solid #999999;
}
#footer address { padding: 10px 0px; }

