@charset "utf-8";

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

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


.box_new {
	height: 200px;
	overflow: auto;
	scrollbar-base-color: #ccc;
}
.box_new ul {
	margin: 10px;
}
.box_new ul li{
	background: url(common/images/icon01.gif) left top no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	margin: 0 0 5px;
}

.box_new a:hover img {
	filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}
.li01 {
	height: 100px;
	background: url(common/images/img_01.jpg) left center no-repeat;
	padding-left: 160px;
}
.li02 {
	height: 95px;
	_height: 100px;
	padding-top: 5px;
	background: url(common/images/img_02.jpg) left center no-repeat;
	padding-left: 160px;
}
.li03 {
	height: 80px;
	_height: 100px;
	padding-top: 20px;
	background: url(common/images/img_03.jpg) left center no-repeat;
	padding-left: 160px;
}

.box_02 {
	margin-top: 20px;
}

/*　サイトマップ
------------------------------------------------------------ */
#img_top2 {
	width: 800px;
	height: 200px;
	background: url(common/images/img_sitemap.jpg) no-repeat;
	text-indent: -9999em;
}
.sitemap  {
	padding: 20px;

}
.sitemap h3 {
	background: url(common/images/bg_h3.jpg) no-repeat;
	width: 712px;
	_width: 724px;
	height: 24px;
	_height: 29px;
	font-size: 1.2em;
	font-weight: bold;
	color: #c30;
	padding-left: 12px;
	padding-top: 5px;
	margin: 0px 0px 10px;
}
.sitemap ul {
	margin: 0 10px;
}
.sitemap ul li {
	background: url(common/images/icon01.gif) left no-repeat;
	padding-left: 15px;
	border-bottom: 1px solid #c30;
	margin: 0 0 5px;
}
.sitemap ul li span {
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 20px;
}