@charset "utf-8";

/* MainImage
-------------------- */
#HeaderWrap {
	height: 524px;
	background: url(../img/common/header/bg_header.png) top center repeat-x;
}
#SliderBox {
	width: 988px;
	height: 342px;
	margin: 15px auto 20px;
	background: #fff;
	box-shadow: 0 0 7px 2px rgba(235,235,235,0.5);
	border:1px solid #eee;
	border-radius: 3px;
}
#SliderWrap {
	position: relative;
	padding: 37px;
}
.bx-pager {
	margin: 10px 0;
	text-align: right;
}
.bx-pager a.pager-link {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 5px;
	background: url(../img/slider/btn_slide_pointer.png) bottom no-repeat;
	text-indent: 9999em;
	overflow: hidden;
}
.bx-pager a.pager-active {
	background: url(../img/slider/btn_slide_pointer.png) top no-repeat;
}
.bx-prev {
	display: none;
}
.bx-next {
	display: none;
}


/* Content
-------------------- */
	/* MainNavi */
#MainNavi {
	margin: 0 auto 40px;
	padding-top: 40px;
}
#MainNavi .left,
#MainNavi .right {
	width: 454px;
}
#MainNavi img.img-left {
	margin-right: 4px;
}
#MainNavi h2 {
	margin-bottom: 10px;
}
#MainNavi p {
	width: 260px;
	margin-left: 191px;
	line-height: 1.5;
}



	/* feed */
.feed {
	position: relative;
	margin-bottom: 30px;
}
.feed h2 {
	padding: 0 0 20px 3px;
	background: url(../img/top/bg_ttl_feed.png) left bottom no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px; font-size: 1.5rem;
}
.feed ul {
}
.feed li {
	padding: 3px 0 10px 3px;
	background: url(../img/top/bg_list_feed.png) left bottom no-repeat;
}
	.feed li a {
		color: #000;
	}
	.feed li span.date {
		color: #a7d997;
		font-size: 12px; font-size: 1.2rem;
	}

.top-banner {
	margin-bottom: 30px;
 }
#BtmImage {
	padding: 15px 0;
	background: url(../img/common/bg_check.png) repeat;
	text-align: center;
}
