@charset "utf-8";
body {
	background-color: #000;
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: 50% top;
}
#contentwrap {
	background-image: url(images/backdrop.png);
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #999;
	margin-top: 20px;
	margin-bottom: 20px;
}
#headerwrap {
	background-image: url(images/top_01.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 700px;
}
#headerwrap2 {
	background-image: url(images/top_02.jpg);
	background-repeat: no-repeat;
	height: 159px;
	width: 700px;
}

#topMenu {
	height: 38px;
	width: 700px;
}
#content {
	height: auto;
	width: 590px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 55px;
	padding-right: 55px;
	background-image: url(images/backdrop2.png);
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 700px;
}
.font01 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 92%;
	line-height: 22px;
	color: #262626;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: justify;
	text-indent: 30px;
}
.font02 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 92%;
	line-height: 22px;
	color: #262626;
	text-decoration: none;
	list-style-type: square;
	list-style-position: outside;
}
.font02 a {
	text-decoration: none;
	color: #1F2E8B;
}
.font02 a:hover {
	color: #3CF;
}
.font03 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 92%;
	line-height: 20px;
	color: #262626;
	text-decoration: none;
	letter-spacing: 1px;
}

.font03 .right {
	text-align: right;
}

.font03 .white {
	color: #FFF;
}
.font03 .red {
	color: #900;
}

.font04 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 92%;
	line-height: 22px;
	color: #262626;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: square;
}
.font04 .blue {
	color: #039;
}

.font04 a {
	text-decoration: none;
	color: #1F2E8B;
}
.font04 a:hover {
	color: #3CF;
}
.textfield01 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 92%;
	height: 18px;
	border: 1px solid #CCC;
	padding-right: 2px;
	padding-left: 2px;
	color: #262626;
}
.select01 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 92%;
	height: 18px;
	border: 1px solid #999;
	padding-right: 2px;
	padding-left: 2px;
	color: #262626;
}
.button01 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 92%;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	width: 120px;
}

.tr01 {
	background-color: #666;
	padding: 1px;
	width: 580px;
}
.ul01 {
	margin-bottom: -5px;
}
.font02 li {
	margin-left: -20px;
}

