@charset "utf-8";

/* index ------------------------------*/

ul.m_box li {
	display: block;
	width: 280px;
	float: left;
}

div.m_bg_middle {
	background-image: url(../../image/index/m_bg_middle.gif);
	background-repeat: repeat-y;
	width: 280px;
	line-height: 1.4;
}
div.m_bg_foot {
	background-image: url(../../image/index/m_bg_foot.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	width: 280px;
}

div.m_bg_middle h3 a {
	font-size: 8px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -500px;
	display: block;
	height: 176px;
	width: 280px;
	overflow: hidden;
}
div.m_bg_middle h3 a:hover {
	background-position: 0px -176px;
}

div.m_bg_middle h3.m_about a {
	background-image: url(../../image/index/m_about.jpg);
}
div.m_bg_middle h3.m_support a {
	background-image: url(../../image/index/m_support.jpg);
}


/* 新着情報一覧 ▼ */
span.news_list a {
	font-size: 8px;
	background-image: url(../../image/index/news_list.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -500px;
	display: block;
	height: 22px;
	width: 102px;
	margin-top: -52px;
	margin-left: 458px;
	overflow: hidden;
	margin-bottom: 10px;
}
span.news_list a:hover {
	background-position: 0px -22px;
}
/* 新着情報一覧 ▲ */

