@charset "utf-8";
/* CSS Document */

body {
	background-image: url(img/g.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 780px;
	position: relative;
}
#wapper {
	background-image: url(img/wa.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0px;
	height: auto;
	width: 787px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#contents {
	margin: 0px;
	padding: 0px;
	width: 780px;
	position: relative;
	height: auto;
}
#contents #navi {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 200px;
	float: left;
	position: relative;
}
#contents #main {
	background-color: #FFFFFF;
	margin: 10px 0px 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 570px;
	position: relative;
}
#footer {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 780px;
	position: relative;
}
#wapper #contents #navi li {
	font-size: 12px;
	font-weight: bold;
	color: #006634;
	display: block;
	margin: 0px 0px 0px 35px;
	padding: 5px 0px 3px;
	list-style-type: none;
}
#navi ul {
	font-size: 16px;
	color: #660000;
	font-weight: bold;
	display: block;
	margin: 30px 0px 0px 10px;
	padding: 0px 0px 20px;
}
#footer h6 {
	font-size: 12px;
	color: #333333;
	text-align: center;
	display: block;
	margin: 5px 10px 0px;
	padding: 10px 5px 5px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #FF6600;
}

#navi a {
	font-size: 12px;
	color: #006634;
	list-style-type: none;
	text-decoration: none;
}
#navi a:hover {
	font-size: 12px;
	color: #FF3300;
	list-style-type: none;
	text-decoration: none;
}
#main h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
	display: block;
	text-align: left;
	vertical-align: bottom;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px 80px;
	background-image: url(img/icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
}
#main p {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin: 0px;
	padding: 10px 30px 0px 40px;
}
#main table {
	font-size: 12px;
	color: #333333;
	margin: 10px 0px 0px 50px;
	padding: 0px;
}
#main h2 {
	font-size: 16px;
	color: #003333;
	display: block;
	margin: 10px 20px;
	padding: 5px;
	height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF3300;
	border-right-color: #FF3300;
	border-bottom-color: #FF3300;
	border-left-color: #FF3300;
	background-color: #FFC7AC;
}
#header a {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-align: right;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
	width: 60px;
	float: right;
	margin-top: 180px;
	margin-right: 20px;
	margin-bottom: 0px;
	height: 20px;
	margin-left: 0px;
}
#header a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
	display: block;
	text-align: right;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
	width: 60px;
	float: right;
	margin-top: 180px;
	margin-right: 20px;
	margin-bottom: 0px;
	height: 20px;
	margin-left: 0px;
}
