﻿@charset "utf-8";

/*-------------------------------------*/
/* メインイメージ */
/*-------------------------------------*/

div#bgColor{
	background: #fff;
	border-top: 1px solid #dedede;

}

div#mainImgBox{
	margin: 0 auto;
	text-align: left;
	width: 100%;
	min-height:381px;
	height: auto !important;
	height: 381px;
	position: relative;
}

/* スライドショー */
#container{
	width:100%;
	min-width:960px;
	margin:0 auto;
	text-align:left;
}
#slideGalley{
	width:100%;
	min-width:1634px;
	left:50%;
	margin-left:-960px;
	height:500px;
	position: relative;
	overflow:hidden;
}
#slide{
	width:10000px;
}
#slide li{
	float:left;
}

#nav .prev{
	position: absolute;
	left:30%;
	top:60%;
	margin-top:-50px;

}
#nav .next{
	position: absolute;
	left:85%;
	top:60%;
	margin-top:-50px;
}

#underslidebar{
	margin-top:-30px;
	position: absolute;
	width:100%;
	min-width:960px;
	height:30px;
	background-color:#33cc66;
	opacity: 0.8;
    filter: alpha(opacity=80);
	border-top:2px solid #555;
	border-bottom:2px solid #555;
}
/*-------------------------------------*/

/* バナーメニュー */
.submenuwrap {
	width:100%;
	min-width:960px;
	height:180px;
	padding-top:30px;
	background-color:#eee;
	border-bottom:1px solid #ccc;
}

.submenu {
	width:960px;
	height:160px;
	margin: 0 auto;
	text-align: left;
	margin-bottom:20px;
	opacity: 0.9;
    filter: alpha(opacity=90);
}
.submenubox {
	float:left;
	display:inline-block;
	width:174px;
	height:100px;
	margin-left:13px;
	background:#eee;
	border:1px solid #999;
	border-radius:7px;
}

.submenubox:first-child{
	margin-left:1px;

}

.submenubox a:hover{
	opacity: 0.5;
    filter: alpha(opacity=50);

}

.submenubox img{
	width:174px;
	height:100px;
	border-radius:7px;

}

/* メインコンテンツ */
div#mainContents{
	clear:both;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	margin-top: 30px;
}

	/* トピックス */
	div#mainContents div.topicsBox{
		width: 463px;
		height:320px;
		float: left;
		margin-left: 33px;
		margin-bottom: 75px;
	}

	div#mainContents div.firstItem{
		margin-left: 0;
	}
	
	div#mainContents div.lastItem{
		margin-left: 0;
	}
	
	div#mainContents ol{
		list-style-type:decimal;
		margin-left: 20px;
	}

	div#mainContents div.topicsBox strong{
		margin-bottom: 15px;
		font-weight: bold;
		display: block;
		font-size: 14px;
		border-bottom: 1px #dedede solid;
	}

	div#mainContents div.topicsBox span{
		line-height: 1.8;
		display: block;
		text-align: justify;
		margin-bottom: 8px;
	}


/* 新着情報 */
div#newTopics{
	float: left;
	
	margin-left:30px;
	
}

	div#newTopics strong{
		font-weight: bold;
		font-size: 13px;
		margin-bottom: 8px;
		display: block;
		font-size: 14px;
		border-bottom: 1px solid #ddd;
	}

	div#newTopics dl{
		width: 465px;
	}

	div#newTopics dl dt,
	div#newTopics dl dd{
		padding: 10px 0;
		border-bottom: 1px solid #ddd;

	}

	div#newTopics dl dt{
		float:left;
		width:75px;
		clear:both;
		background: url(../img/bg_boder.gif) repeat 0 0 ;
	}

	div#newTopics dl dd{
		width:370px;
		margin-left:75px;
		padding-left: 20px;
	}

