@charset "uff-8";

/*----------------------------------

メインビジュアル

-----------------------------------*/

#mainVisual {
	width:950px;
	height:450px;
	margin:20px auto;
	position:relative;
	-webkit-box-shadow: 0 0 5px 0 #999;
	-moz-box-shadow: 0 0 5px 0 #999;
	box-shadow: 0 0 5px 0 #999;
	z-index: 1;
}

#txt_top_rinen {
	width: 930px;
	height: 50px;
	background: url(../images/txt_top_rinen.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 250px;
	left: 10px;
}



/*
カルーセル
---------------------------------------*/

#carousel_Box {
	width:930px;
	height:130px;
	background:url(../images/bg_sliderArea.png) no-repeat;
	position:absolute;
	left:10px;
	bottom:10px;
}

#carousel {
	width: 880px;
	height: 110px;
	margin:10px auto;
	text-align: left;
	position: relative;
}

#carousel_prev,
#carousel_next {
	top:53px;
	width: 15px;
	height: 14px;
	background: #000;
	cursor: pointer;
	position: absolute;
}
#carousel_prev {
	left: -20px;
	background:transparent url(../images/carousel/arrowL.png) no-repeat top left;
}
#carousel_next {
	right: -15px;
	background:transparent url(../images/carousel/arrowR.png) no-repeat top left;
}

#carousel ul li {
	width: 176px;
	float: left;
	display: inline;
	/*margin-right:10px;*/
}

/* =======================================
	ClearFixElements
======================================= */
#carousel ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#carousel ul {
	display: inline-block;
	overflow: hidden;
}



/*----------------------------------

コンテンツ

-----------------------------------*/

#contentsHome {
	width:950px;
	margin:20px auto;
}



/*お知らせ*/

.newsBox {
	width: 448px;
	float: left;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.dl_news {
	margin: 15px;
	font-size: 0.9em;
}
	.dl_news dt {
		clear: left;
		float: left;
	}
	.dl_news dd {
		padding-left: 8em;
	}
	
/*バナー*/

.bannerBox {
	width: 470px;
	float: right;
}

.ul_banner470 {
	margin-bottom: 10px;
}
	.ul_banner470 li {
		margin-bottom: 10px;
	}
	.ul_banner470 li img:hover {
		filter:alpha(opacity=75);
		-moz-opacity:0.75;
		-khtml-opacity: 0.75;
		opacity:0.75;
	}

.bannerBoxOrange {
	padding: 10px;
	background: #F3AF43;
}

.ul_banner01 li {
	margin-bottom: 5px;
}
	.ul_banner01 li img:hover {
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity:0.85;
	}