@charset "UTF-8";

/* ------------------
 HOME
------------------ */
h2#slideshow {
	/*background:url("img/home/main.jpg") no-repeat;*/
	height:333px;
	margin-bottom:26px;
}
ul#pankuzu {
	display:none;
}
h3#h3_01,h3#h3_02,h3#h3_03 {
	margin-bottom:16px;
	text-indent:-9999px;
}
h3#h3_01 {
	background:url("img/home/h3_01.gif") no-repeat;
	margin-bottom:22px;
	height:53px;
}
h3#h3_02 {
	background:url("img/home/h3_02.gif") no-repeat;
	margin-bottom:22px;
	height:53px;
}
h3#h3_03 {
	background:url("img/home/news.gif") no-repeat;
	height:18px;
}
div.entry {
	display:block;
	margin:25px 25px 40px 25px;
}
div.entry em {
	background:url("img/home/h4_txt.gif") no-repeat;
	width:657px;
	height:28px;
	text-indent:-9999px;
	display:block;
	margin-bottom:30px;
}
div.entry ul#point1{
	background:url("img/home/img.gif") no-repeat;
	width:586px;
	height:138px;
	text-indent:-9999px;
	list-style:none;
	margin-bottom:25px;
}
div.entry a#btn01{
	display:block;
	background:url("img/home/btn_01.gif") no-repeat;
	width:116px;
	height:15px;
	text-indent:-9999px;
	margin-left:590px;
}
div.entry ul#point2 {
	list-style:none;
	overflow:hidden;
}
div.entry ul#point2 li {
	list-style:none;
	float:left;
	width:204px;
}
div.entry ul#point2 li#point2_1 {
	margin-right:48px;
}
div.entry ul#point2 li#point2_2 {
	margin-right:47px;
}
li#point2_1 {
	display:block;
	width:204px;
	height:250px;
	background:url("img/home/pic01.jpg") no-repeat 0px 100px;
}
li#point2_1 strong {
	display:block;
	width:204px;
	height:30px;
	background:url("img/home/h4_01.gif") no-repeat 0px 0px;
	text-indent:-9999px;
}
li#point2_2 {
	display:block;
	width:204px;
	height:250px;
	background:url("img/home/pic02.jpg") no-repeat 0px 100px;
}
li#point2_2 strong {
	display:block;
	width:204px;
	height:30px;
	background:url("img/home/h4_02.gif") no-repeat 0px 0px;
	text-indent:-9999px;
}
li#point2_3 {
	display:block;
	width:204px;
	height:250px;
	background:url("img/home/pic03.jpg") no-repeat 0px 100px;
}
li#point2_3 strong {
	display:block;
	width:204px;
	height:30px;
	background:url("img/home/h4_03.gif") no-repeat 0px 0px;
	text-indent:-9999px;
}
div.entry a#btn02{
	display:block;
	background:url("img/home/btn_02.gif") no-repeat;
	width:132px;
	height:15px;
	text-indent:-9999px;
	margin-left:575px;
}
/* news */
dl#news {
	_float:left;
	overflow:hidden;
	margin-bottom:8px;
}
dl#news dt {
	float:left;
	width:120px;
	_width:150px;
	padding:5px 0px 5px 0px;
	margin-bottom:10px;
	clear:both;
}
dl#news dd {
	float:left;
	width:356px;
	_width:400px;
	padding:5px 0px 5px 0px;
	margin-bottom:10px;
}
dl#news dd div.news_title {
	color:#fe9a00;
}
dl#news dd div.news_title a {
	color:#fe9a00;
	text-decoration:underline;
}
dl#news dd div.news_title a:hover {
	color:#fe9a00;
}

/* ----- Slide Show ( for javascript ) ----- */
h2#slideshow {
	position:relative;
	width:1000px;
	height:333px;
}
h2#slideshow img {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}
h2#slideshow img.active {
	z-index:10;
}
h2#slideshow img.last-active {
	z-index:9;
}


/* ----- end -----*/









