@charset "UTF-8";

/*--------------------------------------------------------------------
index.html	(トップページ)
top.css
--------------------------------------------------------------------*/
div#Main div#TextBg {
	background: inherit;
}

/*外部リンクバナー*/
div#Main div#Banner {
	width: 140px;
	margin: 0 auto;
	padding: 170px 0 0 0;
	text-align: center;
}

div#Main div#Banner ul li {
	list-style: none;
	margin: 0 0 30px 0;
}

div#Main div#Banner ul li#BanBtn01 a {
	display: block;
	width: 81px;
	height: 30px;
	margin: 0 auto;
	background: url(../img/top/wako.png) no-repeat left top;
	text-indent: -99999px;
	overflow: hidden;
}

div#Main div#Banner ul li#BanBtn02 a {
	display: block;
	width: 67px;
	height: 29px;
	margin: 0 auto;
	background: url(../img/top/was.png) no-repeat left top;
	text-indent: -99999px;
	overflow: hidden;
}

div#Main div#Banner ul li#BanBtn01 a:hover {
	background: url(../img/top/wako.png) no-repeat left bottom;
}

div#Main div#Banner ul li#BanBtn02 a:hover {
	background: url(../img/top/was.png) no-repeat left bottom;
}

/*お問い合わせ*/
div#Main div#Contact {
	width: 80px;
	height: 74px;
	margin: 120px auto 0 auto;
}

div#Main div#Contact a {
	display: block;
	width: 80px;
	height: 74px;
	background: url(../img/top/mail_b.png) no-repeat left top;
	text-decoration: none;
	text-indent: -99999px;
	overflow: hidden;
}

div#Main div#Contact a:hover {
	background: url(../img/top/mail_b.png) no-repeat left bottom;
}