@charset "utf-8";
/* CSS Document */

#contents_frame {
	height:354px;
	text-align:center;
	background:url(images/bgd_frame.jpg);
}

#bot_frame {
	width:750px;
	height:354px;
	background:url(images/bgd_frame_b.jpg);
	margin:0 auto;
}
#bot_frame ul {
	width:750px;
	margin:0;
	padding:0;
}
#bot_frame li {
	float:left;
	list-style-type: none;
	margin:95px 0 0 0;
}
#bot_frame li#hp01 a {
	display:block;
	text-indent:-9999px;
	width:144px;
	height:193px;
	background:url(images/bot_hp01_a.jpg);
	margin:0 0 0 5px;
}
#bot_frame li#hp02 a {
	display:block;
	text-indent:-9999px;
	width:144px;
	height:193px;
	background:url(images/bot_hp02_a.jpg);
	margin:0 5px;
}
#bot_frame li#hp03 a {
	display:block;
	text-indent:-9999px;
	width:144px;
	height:193px;
	background:url(images/bot_hp03_a.jpg);
}
#bot_frame li#hp04 a {
	display:block;
	text-indent:-9999px;
	width:144px;
	height:193px;
	background:url(images/bot_hp04_a.jpg);
}
#bot_frame li#hp05 a {
	display:block;
	text-indent:-9999px;
	width:144px;
	height:193px;
	background:url(images/bot_hp05_a.jpg);
	margin:0 5px;
}
#bot_frame li#hp01 a:hover {
	background:url(images/bot_hp01_b.jpg);
}
#bot_frame li#hp02 a:hover {
	background:url(images/bot_hp02_b.jpg);
}
#bot_frame li#hp03 a:hover {
	background:url(images/bot_hp03_b.jpg);
}
#bot_frame li#hp04 a:hover {
	background:url(images/bot_hp04_b.jpg);
}
#bot_frame li#hp05 a:hover {
	background:url(images/bot_hp05_b.jpg);
}
