@charset "utf-8";
body {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position: relative;
background-color: #F2F2F2;
}
#wepper {
	width: 900px;
}
#header {
	width: 730px;
	background-image: url(img/bg01.gif);
	background-repeat: no-repeat;
	height: 200px;
	font-size: 12px;
	text-align: left;
	padding-left: 40px;
	padding-right: 50px;
}
#contents {
	width: 660px;
	font-size: 15px;
	background-image: url(img/bg02.gif);
	background-repeat: repeat;
	padding-left: 80px;
	padding-right: 80px;
	text-align: left;
}
#footer {
	font-size: 12px;
	background-image: url(img/bg03.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 820px;
	text-align: center;
}
#navi {
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 8px;
}
ul {
	font-size: 20px;
	line-height: 35px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 20px;
	margin-top: 0px;
	text-align: left;
	font-weight: bold;
	padding-top: 30px;
	margin-bottom: 0px;
}
h2 {
	font-size: 20px;
	color: #666666;
	padding-top: 30px;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 0px;
}
h3 {
	font-size: 16px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

.red {
	color: #FF0000;
}
.oren {
	color: #FF9900;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
