@charset "utf-8";
body {
	color: #333333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #000000;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align: center;
	display: block;
	letter-spacing: 0.1em;
	padding: 0px;
	margin: 0px;
}
h3 {font-size: 1.1em;}
hr {
	clear: both;
	display: none;
}
caption {text-align: left;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
	margin-bottom: 10px;
}
th {
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	padding-left: 10px;
	width: 130px;
}
td {
	padding-left: 10px;
	width: 350px;
}
th ,td{
	border: 1px solid #CCCCCC;
	font-size: 1em;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.banner {text-align: right;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { min-height: 1px;}
* html .clearfix { height: 1px; /*¥*//*/ height: auto; overflow: hidden; /**/}
#top {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFF;
}
#header h1 {
	background-image: url(../images/kunen1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 373px;
	text-indent: -9999px;
}
#header h2, #header p {
	display: none;
	margin: 0px;
	padding: 0px;
}
#main {
	padding-right: 60px;
	padding-left: 60px;
	margin-bottom: 30px;
}
#block1 {
	background-image: url(../images/kunen4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 350px;
	height: 308px;
}
#block1 h2 {
	background-image: url(../images/kunen3.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 499px;
	margin-top: 0px;
	text-indent: -9999px;
}
#block1 h3 {
	background-image: url(../images/kunen2.png);
	background-repeat: no-repeat;
	display: block;
	height: 128px;
	width: 188px;
	text-indent: -9999px;
	position: absolute;
	top: 288px;
	margin-left: 685px;
}
#block1 p {
	color: #784600;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4em;
}
#block1 .banner {width: 460px;}
#block2 {
	text-align: center;
	margin-bottom: 40px;
}
#block2 h2 {
	background-image: url(../images/kunen6.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
}
#block2 p {
	text-align: left;
	padding-left: 65px;
	font-weight: bold;
}
#block3 h2 {
	background-image: url(../images/kunen8.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 37px;
}
#block3 h3 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #784600;
}
#inner {
	padding-right: 35px;
	padding-left: 35px;
}
#block3a {
	float: left;
	width: 500px;
}
#block3b {
	float: right;
	width: 260px;
	text-align: right;
}
#block3b h3 ,#block3b p{text-align: left;}
#footer {
	clear: both;
	background-image: url(../images/kunen9.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 83px;
	padding-right: 50px;
}
#footer p {
	display: none;
	margin: 0px;
	padding: 0px;
}
#footer .banner {
	position: absolute;
	margin-left: 740px;
	margin-top: 20px;
}
/*alfa-------------------------------------*/
.banner a {
	-ms-filter: 'alpha(opacity=100)';
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.banner a:hover img{
	-ms-filter: 'alpha(opacity=85)';
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}