@charset "utf-8";

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

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

#main h3 {
	width: 500px;
	height: 30px;
	background: url(common/images/new.jpg) no-repeat;
	text-indent: -999em;
}
.box_new {
	height: 170px;
	_height: 190px;
	padding: 10px;
	overflow: auto;
	background: #fff;
	border: 1px solid #963;
}
.box_new p {
    margin-bottom: 1em;
}
.box_new span {
    color: #996600;
	font-weight: bold;
}

#banner_01,#banner_02 {
	width: 250px;
	height: 100px;
	margin-bottom: 20px;
}

#banner_01 a,#banner_02 a {
	display: block;
	width: 250px;
	height: 100px;
	text-indent: -999em;
	overflow: hidden;
}
#banner_01 a {
	background: url(common/images/banner_01.jpg) no-repeat;
}
#banner_02 a {
	background: url(common/images/banner_02.jpg) no-repeat;
}

#banner_01 a:hover,#banner_02 a:hover {
	background-position: -250px 0;
}
