@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

#img_top {
	width: 780px;
	height: 300px;
	background: url(common/images/img_top.jpg) no-repeat;
	text-indent: -9999em;
}

#gnavi {
	width: 780px;
	height: 25px;
	position: absolute;
	top: 360px;
	left: 10px;
}
.box_new {
	background: url(common/images/bg02.jpg);
	width: 427px;
	_width: 449px;
	height: 159px;
	_height: 170px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #ffff4c;
	scrollbar-base-color: #ffff4c;
	margin-bottom: 35px;
}
.box_new li {
	margin-bottom: 10px;
}

.banner {
	margin: 20px 0;
}
.banner img {
	margin-bottom: 10px;
}
.banner a:hover img {
	filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}