@charset "utf-8";



/*--

	__index page main
 
----------------------------------------------------------- */



div#main{

	width:800px;
	margin:auto auto;
	

}

div#main div#index_top{

	width:800px;
	height:240px;
	background:url(../img/index_img/index_ttl_bg.gif) no-repeat;
	margin:40px 0 10px 0;

}

div#main div#index_top h1{

	padding:60px 0 0 40px;

}

div#main ul{

	width:800px;
	height:40px;
	margin-bottom:10px;
}

div#main ul li{

	display:inline;
	float:left;
	margin-right:5px;
}

div#main ul li.end{

	margin-right:0px;
}


div#main ul li a{

	width:160px;
	height:40px;
	display:block;
	text-indent:-9877em;   
	text-decoration:none;   
	overflow:hidden;
}

div#main ul li a.enter{

	background:url(../img/index_img/btn_enter.gif) no-repeat;
	width:160px;

}

div#main ul li a.leave{

	background:url(../img/index_img/btn_leave.gif) no-repeat;
	width:160px;

}

div#main ul li a.enter:hover{

	background:url(../img/index_img/btn_enter_over.gif) no-repeat;

}

div#main ul li a.leave:hover{

	background:url(../img/index_img/btn_leave_over.gif) no-repeat;

}

div#footer{

	width:800px;
	height:80px;
	background:url(../img/index_img/index_bg3.gif) no-repeat;
	clear:left;
	margin-left:5px;
	padding:10px 0 0 10px;
	color:#333333;

}

div#footer p{

	margin-bottom:4px;
}

div#footer p.copyright{

	margin-bottom:6px;
	font-size:8px;
}

div#footer a{

	color:#009900;
	text-decoration:none;

}

div#footer a:hover{

	color:#009900;
	text-decoration:underline;

}
