@charset "Shift_JIS";
/* index.css */


#wrapper {
    padding-top: 8px;
}

/* slider */
.bx-wrapper{
	position: relative;
	margin-bottom: 3px;
}

.bx-has-controls-direction{
	overflow: hidden;
	position: absolute;
	top: 367px;
	left: 387px;
}

.bx-pager{
	overflow: hidden;
	width: 177px;
}

.bx-pager-item{
	float: left;
	margin-left: 16px;
	width: 19px;
}

.bx-pager-link{
	background: url(../img/index/slider_ic01.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	width: 19px;
	height: 19px;
}

a.active{
	background: url(../img/index/slider_ic02.png) no-repeat left top;
}

.bx-prev,
.bx-next{
	display: none;
}

/* box */

#main .box{
	background: url(../img/index/box_bgtop.png) no-repeat;
	padding-top: 3px;
	width: 369px;
}

#main .box .boxInner{
	background: url(../img/index/box_bgmiddle.png) repeat-y;
}

#main .box h2.boxtitle{
	font-size: 138%;
	font-weight: 400;
	color: #0a51a1;
	background: url(../img/index/line01.gif) left bottom repeat-x;
	padding: 23px 0 10px 3px;
	margin: 0 0 11px 12px;
}

#main .box h2.title{
	display: inline-block;
	padding-right: 17px;
	margin-right: 12px;
}

#main .box h2.title01{
	width: 227px;
}

#main .box h2.title02{
	font-size: 117%;
	line-height: 1.2;
	padding: 7px 17px 6px 3px;
}

.icon{
	padding: 10px 13px 0 0;
}

.box_img{
	margin: 0 13px;
}

.box_img a:hover img{
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#main .box .boxBottom{
	background: url(../img/index/box_bgbottom.jpg) no-repeat;
	padding: 10px 0 0 14px;
	position: relative;
	height: 62px;
}

#main .comment{
	font-size: 103%;
	line-height: 1.6;
}

#main .arrow{
	position: absolute;
	top: 17px;
	right: 2px;
}

#main .arrow a:hover img{
	filter: alpha(opacity=80);
	opacity: 0.8;
}

