@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html{font-family: 'Noto Sans Japanese', sans-serif;}


body{background-color: #f9f7ed;}

#contentsArea{
	width:980px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	/*background-color:#CCC;*/
	}

/* nav背景カラー */
#contentsBox {
	width: 100%;
	min-height: 100%;
}

/* ホバー */
.mouseHvr {
	opacity: 1;
}

.mouseHvr:hover {
	opacity: 0.8;
}


/* ヘッダー */
#header {
	width: 100%;
	height: 47px;
	position:fixed;
	top:0;
	background-color:#F4D320;
	z-index:10000;
	box-shadow:0px 3px #d2691e;
}

#headerInner {
	width: 980px;
	margin: 0 auto;
	position: relative;
	background-color:#F4D320;
}

h1 {
	line-height: 0;
	position: absolute;
	top: 0;
	left: 416px;
	z-index: 2;
}

#gloNav li {
	width:196px;
	height:47px;
	line-height: 0;
	float: left;
	overflow: hidden;
}

#nav02 {
	margin-left:0;
}

#nav03 {
	margin-left:196px;
}

#nav04 {
	margin-left:0;
}
/*ここまでナビ*/



/* ページトップ */
#pageTop {
	width: 960px;
	margin: 105px auto 7px;
}

#pageTop p {
	width: 95px;
	margin-left: 856px;
	line-height: 0;
}


/* フッター */
#footer {
	width: 100%;
	height:30px;
	background-image:url(../images/headerBg.png);
	background-repeat:
	repeat-x;
}

#footerContents {
	width: 980px;
	height: 30px;
	margin: 0 auto;
	position: relative;
}

address{
	font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
	font-size:70%;
	margin-top:0;
	padding-top:9px;
	vertical-align: middle;
	text-align: center;
	}
	