@charset "utf-8";
/* CSS Document */

div#index_img{
	text-align:center;
	margin-top:40px;
	background:url(../../img/mitsuran/index_img.jpg) no-repeat 0 14px;
	padding-bottom:14px;
	width:964px;
	height:531px;
	position:relative;
}
div#index_img h1{ font-size:12px; color:#99cc33; }
div#index_img h2,div#index_img h3,div#index_img h4,div#index_img p{ text-indent:-1000em; }

div#index_img a{
	display:block;
	text-indent:-1000em;
	position:absolute;
}
div#index_img a#enter_btn{
	background:url(../../img/mitsuran/enter_btn.jpg) no-repeat 0 0;
	width:262px;
	height:66px;
	bottom:68px;
	left:38px;
}

div#index_img a#enter_btn:hover{ background:url(../../img/mitsuran/enter_btn.jpg) no-repeat 0 -66px; }

div#index_img a#leave_btn{
	background:url(../../img/mitsuran/leave_btn.jpg) no-repeat 0 0;
	width:238px;
	height:61px;
	bottom:68px;
	left:354px;
}
div#index_img a#leave_btn:hover{background:url(../../img/mitsuran/leave_btn.jpg) no-repeat 0 -61px; }

