@charset "UTF-8";

/*============================================================
//  トップ
//==========================================================*/

#top {
	width: 750px;
	position: relative;
	top: 0px;
	left: 0px;
}
#top .mainVIsual{
	width:750px;
	height:400px;
}
#fadein{
	display: none;
}
#top .title{
	width:124px;
	height:80px;
	position: absolute;
	top: 116px;
	left: 98px;
	z-index: 3;
}
#top .news{
	width:350px;
	position: absolute;
	top: 300px;
	left: 15px;
	z-index: 2;
}
#top .news h3{
	margin-bottom:5px;
}
#top .news ul{
	list-style:none;
}
#top .news ul li{
	font-size:0.8em;
	color:#666;
	margin-bottom:2px;
}
#top .news ul li a{
	color:#666;
	text-decoration: none;
}
#top .news ul li a:hover{
	color:#387A38;
	text-decoration: underline;
}
#top .banner{
	width:293px;
	position: absolute;
	top: 300px;
	left: 440px;
	z-index: 2;
}


