@charset "utf-8";
#sp_banner {
	background-color: #D4D0C8;
	height: 150px;
	width: 480px;
	margin-bottom: 20px;
}
#index_news_title {
	font-size: 108%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka!important;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

#index_news {
	height: 126px;
	width: 230px;
	overflow: auto;
}
#index_news dt {
	font-weight: bold;
}
#index_news dd {
	margin-bottom: 0.5em;
}
#index_l1 a,
#index_l2 a,
#index_l3 a,
#index_l4 a,
#index_l5 a {
	text-decoration: none;
	display: block;
}
#index_l1 a span,
#index_l2 a span,
#index_l3 a span,
#index_l4 a span,
#index_l5 a span {
	height: 100px;
	width: 230px;
	background-color: #D4D0C8;
	text-indent: -9999px;
	display: block;
	margin-bottom: 10px;
	background-image: url(../img/index/index_link.jpg);
	background-repeat: no-repeat;
}
#index_l1 a span {
	background-position: left 0px;
}
#index_l1 a:hover span {
	background-position: left -100px;
}
#index_l2 a span {
	background-position: left -200px;
}
#index_l2 a:hover span {
	background-position: left -300px;
}
#index_l3 a span {
	background-position: left -400px;
}
#index_l3 a:hover span {
	background-position: left -500px;
}
#index_l4 a span {
	background-position: left -600px;
}
#index_l4 a:hover span {
	background-position: left -700px;
}
#index_l5 a span {
	background-position: left -800px;
}
#index_l5 a:hover span {
	background-position: left -900px;
}
#index_l1 a:hover,
#index_l2 a:hover,
#index_l3 a:hover,
#index_l4 a:hover,
#index_l5 a:hover {
	text-decoration: underline;
}
#index_user a {
	background-image: url(../img/index/user.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 120px;
	width: 480px;
	margin-bottom: 10px;
}
