/*メインナビ*/


#gnavi {
	width: 100%;
	height: 78px;
}

.nav-in{
	margin:0 auto;
	height:48px;
	width:100%;
	position: inherit;
	padding-top:30px;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow:0px 3px 2px 0px rgba(50,61,74,0.33);
	-webkit-box-shadow:0px 3px 2px 0px rgba(50,61,74,0.33);
	-moz-box-shadow:0px 3px 2px 0px rgba(50,61,74,0.33);
}


/*メインナビ*/


/*メイン画像エリア*/

#mainimg{
	width:100%;
	height:130px;
	background-image:url(../image/mainimg/mainimg6.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:#fe9e1a;
}



#mainimg h2{
	width:980px;
	height:130px;
	margin:0 auto;
}

/*メイン画像エリア*/




/*お知らせエリア*/

.news{
	height:auto;
	margin:0 auto;
	letter-spacing:0.1em;
	background:#fff;
}


.news2{
	height:auto;
	margin:0 auto;
	letter-spacing:0.1em;
	background:#f5f4ed;
}


.newsbox{
	width:980px;
	margin:0 auto;
	padding:80px 0;
}


.newsbox h3{
	line-height:2;
	font-size:110%;
	font-weight:bold;
}

.newsbox h4{
	line-height:2;
	font-size:80%;
	margin-bottom:30px;
}


.newsbox p{
	line-height:2;
	xfont-size:70%;
	margin-bottom:20px;
	padding-left:30px;
}


.newsbox a:link{
	color:#222;
	text-decoration: none;
}


.newsbox a:visited{
	color: #222;
}

.newsbox a:hover{
	color: #888;
}

.newsbox a:active{
	color: #888;
}



/*お知らせエリア*/




