@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	line-height: 130%;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
}
h1,h2,h3,h4,h5,p {margin:0px;padding:0px;border:0px;}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #FF0000;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 14px;
}
#head {
	height: 155px;
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(../images/head-bg.gif);
	background-repeat: no-repeat;
}
h1 {
	padding-top: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	padding-bottom: 20px;
}
.flash {
	width: 800px;
}
#menu {
	height: 50px;
	width: 800px;
	background-color: #663300;
}
.wn {
	width: 540px;
	float: left;
	background-image: url(../images/wn-bg.gif);
	margin-top: 20px;
	margin-left: 10px;
}
.wn p {
	margin-left: 13px;
	padding-right: 10px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 130%;
	color: #FFFFFF;
	padding-top: 2px;
}
.rightbox {
	width: 215px;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	text-align: right;
	color: #FFFFFF;
}
.rightbox img {
	padding-bottom: 5px;
}
.rightbox strong {
	font-size: larger;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	padding-right: 14px;
	padding-left: 14px;
	background-position: bottom;
	padding-bottom: 30px;
	margin-bottom: 20px;
	font-size: 10px;
	color: #FFFFFF;
}
.clr {
	clear: both;
	visibility: hidden;
}
.contents {
	padding-top: 10px;
	padding-bottom: 30px;
	width: 760px;
	padding-right: 20px;
	padding-left: 20px;
	color: #333333;
	background-color: #F2EBD8;
}
.linkb {
	color: #000000;
}

