@charset "utf-8";
/* CSS Document */



/* -------------------------------------------------------
				Header
------------------------------------------------------- */

div#visual {
	height: 380px;
	
	background-image: url(../images/header/header_bg.jpg);
	background-position: 0px -148px;
	background-repeat: no-repeat;
}

div#visual-right {
	float: right;
	width: 628px;
	text-align: left;
	
	padding-top: 40px;
}



/* -------------------------------------------------------
			SlideShow
------------------------------------------------------- */

div#s3slider {
	float: left;
	width: 450px;
	
	padding-top: 40px;
}

ul#s3sliderContent {
	/*width: 450px;*/
	height: 310px;
	
	margin-left: 18px;
}

li.s3sliderImage {
	display: none;
	width: 450px;
	height: 310px;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
}

li#slide-01 {
	background-image: url(../images/top/visual/photo_01.png);
}
li#slide-02 {
	background-image: url(../images/top/visual/photo_02.png);
}
li#slide-03 {
	background-image: url(../images/top/visual/photo_03.png);
}
li#slide-04 {
	background-image: url(../images/top/visual/photo_04.png);
}
li#slide-05 {
	background-image: url(../images/top/visual/photo_05.png);
}

li.s3sliderImage img {
}
/*
li.s3sliderImage span {
	display: block;
	width: 100%;
	background-image: url(../images/top/slideshow/slide_txt_bg.png);
	background-position: center top;
	background-repeat: repeat-y;
	filter: alpha(Opacity=80);
	opacity: 0.8;
	position: absolute;
	bottom: 50%;
	font-size: 1.8em;
	font-family: "メイリオ","Meiryo";
	color: #FFFFFF;
	letter-spacing: 0.1em;
	text-align: center;
}
* html li.s3sliderImage span {
	background-image: none !important;
	background-color: #000000;
	font-weight: bold;
}
*/



/* -------------------------------------------------------
			Button
------------------------------------------------------- */

ul#visual-btn {
	/*width: 582px;*/
	margin-left: 43px;
}

ul#visual-btn li {
	float: left;
	width: 184px;
	
	margin-left: 5px;
	margin-right: 5px;
}
* html ul#visual-btn li {
	display: inline;
}



/* -------------------------------------------------------
				Contents
------------------------------------------------------- */

div#contents {
	clear: both;
}




/* -------------------------------------------------------
				Link
------------------------------------------------------- */

ul.top-lnk-01 {
	padding-top: 10px;
	margin-bottom: 15px;
}

ul.top-lnk-01 li {
	text-align: right;
}

ul.top-lnk-01 li a {
	text-decoration: none;
}

ul.top-lnk-01 li a img {
	vertical-align: middle;
	margin-right: 5px;
}



/* -------------------------------------------------------
				News
------------------------------------------------------- */

div#news {
	padding-top: 30px;
}

div#news div {
	margin-bottom: 30px;
}

div#news div h3,
div#news div em.date,
div#news div p {
	padding-left: 10px;
	padding-right: 10px;
}

div#news div h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #437926;
	
	padding-bottom: 6px;
	border-bottom: dotted 1px #E5D2A7;
	margin-bottom: 6px;
}

div#news div em.date {
	display: block;
	text-align: right;
	
	font-style: normal;
	color: #666666;
	font-size: 0.9em;
	
	margin-bottom: 6px;
}


ul#news-list li {
	background-image: url(../images/arrow_brown.png);
	background-repeat: no-repeat;

	background-position: 10px center;
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 0.4em;
	border-bottom: dotted 1px #D5CEBB;
	margin-bottom: 0.4em;
}