@charset "utf-8";
/* CSS Document */

/* #mainImgArea ------------------------------------*/
body#index #mainImgArea{
	text-align:center;
	background:url(../img/indexMainImg.jpg) top center no-repeat;
	height:409px;
}

body#index #mainImgArea img{
	margin:120px 0 0 0;
}

/* #contentsNav ------------------------------------*/

body#index #contentsNav{
	width:100%;
	display:block;
	height:250px;
	min-width:980px;
}

body#index #contentsNav ul li{
	width:33.3333%;
	height:250px;
	float:left;
}

body#index #contentsNav ul li:nth-of-type(1){
	background:url(../img/contentsNav01.jpg) no-repeat;
	background-size:cover;
}

body#index #contentsNav ul li:nth-of-type(2){
	background:url(../img/contentsNav02.jpg) no-repeat;
	background-size:cover;
}

body#index #contentsNav ul li:nth-of-type(3){
	background:url(../img/contentsNav03.jpg) bottom center no-repeat;
	background-size:cover;
}

body#index #contentsNav ul li a{
	display:block;
	width:100%;
	height:100%;
}

body#index #contentsNav ul li a span{
	display:block;
	width:100%;
	height:100%;
	background:url(../img/contentsNavDot.png);
	position:relative;
}

body#index #contentsNav ul li a:hover span{
	background:url(../img/contentsNavDotWhite.png);
}

body#index #contentsNav ul li a span img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/* #newsArea ------------------------------------*/

#newsArea{
	padding:30px 0 0 0;
	width:710px;
	background-color:#f5f5f5;;
}

#newsArea h3{
	padding:0 0 5px 0;
	border-bottom:1px solid #333;
	background-color:#f5f5f5;;
}

#newsArea dl{
	font-size:90%;
	line-height:150%;
	background-color:#f5f5f5;
}

#newsArea dl dt{
	margin:10px 0 0 0;
	font-weight:bold;
	background-color:#f5f5f5;
}

#newsArea dl dd{
	padding:0 0 5px 10px;
	border-bottom:1px dotted #333;
	background-color:#f5f5f5;
}








