@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	margin: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	line-height: 18px;
	background-image: url(img/bk4.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-attachment:fixed
	text-align: center;
	background-color: #e7e7e8;
	
}

p {
margin: 0px;
}
/*---------- リンクの指定 ----------*/
a:link{
color: #CCCCCC;
text-decoration: none;
}
a:visited{
color: #CCCCCC;
text-decoration: none;
}
a:hover{
color: #FFFFFF;
text-decoration: none;
}

/*---------- ボックスの指定 ----------*/
div{
	margin-left: auto;
	margin-right: auto;
}
#conts{
	width: 100%;
	margin: 0px;
		background-image: url(img/bk.gif);
	background-repeat:repeat-x;
}

#body{
	width: 900px;
	height: 490px;
	margin-bottom: 0px;
	background-color: #328018;
}

#body3{
	width: 900px;
	height: 640px;
	margin-bottom: 0px;
	background-color: #206232;
}


#body2{
	width: 900px;
	height: 490px;
	margin-bottom: 0px;
	background-color: #328018;
	background-image: url(img/culogo.gif);
	background-repeat:no-repeat;
	background-position: 677px 0px;
}
#footer{
	width: 900px;
	height: 61px;
	margin-top: 0px;
	text-align: left;
	background-color: #206232;
}
#dmark{
	width: 133px;
	height: 61px;
	padding:0px;
	margin: 0px;
	float: right;
}

#wn{
	width: 500px;
	margin-left: 10px;
	padding:5px;
	text-align: left;	
	float: left;
}