@charset "shift_jis";

a:hover img {
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=70);
}

h1 { float: left; font-size: 100%;}


h2 {
	float: left;
	width: 950px;
	height: 736px;
	background: url(../images/ti_yamawake.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

.LinkBox {
	float: left;
	width: 790px;
	height: 200px;
	padding: 30px 80px 0  80px;
	background: url(../images/bg_LinkBox.jpg) no-repeat 0 0;
}

.LinkBox ul {
	float: left;
	margin-bottom: 20px;
}

.LinkBox ul li {
	float: left;
}

.LinkBox p {
	text-align: center;
	font-size: 138.5%;
	font-weight: bold;
}

.bgBox {
	float: left;
	width: 890px;
	padding: 30px;
	background-color: #99FFFF;
	margin-bottom: 10px;
}

.bgBox .guideBox {
	width: 850px;
	padding: 20px;
	background-color: #FFF;
}

.bgBox .guideBox dl {
	width: 850px;
	border-bottom: 1px #CCC solid;
}

.bgBox .guideBox dl.last {
	border-bottom: none;
}

.bgBox .guideBox dl dt {
	float: left;
	width: 100px;
	padding: 10px 0;
	font-weight: bold;
}

.bgBox .guideBox dl dd {
	float: left;
	width: 750px;
	padding: 10px 0;
}
 
.bgBox .guideBox dl dd ul li {
	float: left;
	list-style: inside disc;
}