@charset "utf-8";
/* TOP CSS */

#top{
	height:150px;
	margin:15px 0 25px;
}
#top li{
	width:208px;
	float:left;
	list-style:none;
}
#top li a{
	width:208px;
	height:150px;
	display:block;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position:0 0;
}
#top li a:hover{
	background-position:0 -150px;
}
.p01,.p02,.p03{
	margin:0 6px 0 0;
}
.p01 a{
	background-image: url(../images/page_btn_01.jpg);
}
.p02 a{
	background-image: url(../images/page_btn_02.jpg);
}
.p03 a{
	background-image: url(../images/page_btn_03.jpg);
}
.p04 a{
	background-image: url(../images/page_btn_04.jpg);
}
