@charset "UTF-8";
/* CSS Document */
html{
	background-color:#99BB44;
}


body{
	background-color:#FFF;
	color:#000;
	font-size:14px;
	font-weight: normal;
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    min-width:960px;
	line-height:150%;
}

a{
	color:#000000;
	text-decoration:none;
}

a:link {color:#206AB3; text-decoration:underline;} /*未訪問のリンクの色*/
a:visited {color:#576985; text-decoration:underline;} /*訪問済みのリンクの色*/
a:hover {color:#784CD2; } /*カーソルが乗っているリンクの色*/
a:active {color:#784CD2;} /*クリック中のリンクの色*/

a.white:link {color:#FFF; text-decoration:none;} /*未訪問のリンクの色*/
a.white:visited {color:#FFF; text-decoration:none;} /*訪問済みのリンクの色*/
a.white:hover {color:#FFF; } /*カーソルが乗っているリンクの色*/
a.white:active {color:#FFF;} /*クリック中のリンクの色*/

hr{
	display:none;
}


/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }


/*
 *Layout
 */

#wrapper{
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0;
}

header{
	width:100%;
	height:160px;
	border-top: 10px solid #99BB44;
	clear: both;
}

.headerind{
	width:100%;
	height:0px;
	border-top: 10px solid #99BB44;
	margin:0px auto;
	clear: both;
}


.headerinner{
	width:960px;
	height:155px;
	margin:0 auto;
	clear: both;
}


#navwrap{
	clear: both;
	width: 100%;
	height: 52px;
}

.nav{
	width: 960px;
	height: 52px;
	margin:0 auto;
	padding-top: 0px;
}

.nav li{
	float: left;
}


#navwraptop{
	clear: both;
	width: 100%;
	height: 535px;
	overflow: visible;
   clear: both;
}

.navtopimg{
	width: 960px;
	height: 470px;
	margin:0 auto;
	padding-top: 0px;
}

.navtop{
	width: 960px;
	height: 62px;
	margin:0 auto;
	padding-top: 0px;
}

.navtop li{
	float: left;
}

footer{
	width:100%;
	height:65px;
	margin-top: 30px;
	background-color:#99BB44;
	font-size:12px;
	font-family:"-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}



.footerinner{
	width:960px;
	height:65px;
	color:#fff;
	margin:0 auto;
	text-align: center;
	line-height:2.5em;
	
}



/*
 *#header Style Setting
 */


h1{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	float: left;
}




