@charset "shift_jis" ;


/* --------------------------------------- top page --------------------------------------- */

#top_im {
	width:800px;
	height:365px;
	background-image:url(../images/im_top_01.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}

#top_im p {
	display:none;
}

#top_im #info {
	width: 242px;
	margin: 0px 0px 0px 537px;
	padding: 30px 0px 0px 0px;
}

#top_im #info ul,
#top_im #info ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#top_im #info ul li a {
	background-position: left bottom;
	background-repeat: no-repeat;
	display: block;
	width: 242px;
	height: 175px;
	font-size: 0px;
	_text-indent: -9999px;
}

*:first-child+html #top_im #info ul li a {
	text-indent: -9999px;
}

#top_im #info ul li a:link,
#top_im #info ul li a:visited {
	background-image: url(../images/bn_happy_off.jpg);
}

#top_im #info ul li a:hover,
#top_im #info ul li a:active {
	background-image: url(../images/bn_happy_on.jpg);
}