﻿@charset "UTF-8";
body {
	font-family: sans-serif;
	width: 1000px;
	font-size: 14pt;
	font-weight: 600;
	line-height: 130%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	color: #ffffff;
	background-image: url(images/bgill.gif);
	background-repeat: repeat;
}
h1 {
	font-size: 25pt;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	margin: 0px;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #5a3d12;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
a:link {
	color: #0099ff;
	text-decoration: underline;
}
a:visited {
	color: #009933;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
	color: #ff0000;
	text-decoration: underline;
}
.bar {
	width: 1000px;
	height: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(images/bar02.gif);
	background-repeat: no-repeat;
}
.thanks {
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 100px;
	margin-left: 200px;
	padding: 0px;
}
.thanks p {
	font-size: 12pt;
	font-weight: 500;
	float: right;
}
#contents {
	width: 1000px;
	height: 2360px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#contents #cm {
	margin-top: 100px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#footer {
	width: 1000px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
address {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	color: #ffffff;
	background-color: #ff0000;
}