body{
	background:url(bg_wood.jpg);
}
#wrapF{
	width:1200px;
	margin:0 auto;
}
#hida{
	width:560px;
	float:left;
}
#hida ul{
	background-color:rgba(255,255,255,0.7);
	box-shadow: 0px 0px 15px 15px #fff;
}
#hida ul li{
	padding:20px 20px 0;
}
#hida ul li a{
	line-height:1.8em;
	text-decoration:none;
	color:#000;
	border-bottom:dotted 3px #000;
}
#hida ul li a:hover{
	color:#900;
	border-bottom:dotted 3px #900;
}
#migi{
	width:640px;
	height:460px;
	float:left;
	background:url(bg_txt.png) no-repeat;
	color:#fff;
}
#migi h1{
	padding:120px 50px 20px 70px;
}
#migi p{
	padding:0 70px;
	line-height:1.5em;
	font-size:12px;
}
.furu{
	width:100%;
	background-color:#000;
	text-align:center;
	padding:5px ;
}
.furu a{
	color:#fff;
}