@charset "utf-8";

body{
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

#wrapper {
	overflow: hidden;
	background-image: url(../img/common/bg.jpg);
	background-repeat: repeat;
}

/*ヘッダー*/

div.headerArea {
	position: relative;
	width: 980px;
	margin: 0px auto;
	background-image: url(../img/common/headerBg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div.headerArea h1 {
	height: 170px;
	width: 170px;
	background-image: url(../img/common/h1Title.png);
	background-position: top left;
	background-repeat: no-repeat;
}

div.headerArea h1 a {
	height: 170px;
	width: 170px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

ul.ghNavi {
	position: absolute;
	top: 241px;
	right: 5px;
	height: 132px;
	width: 552px;
	display: table;
	text-align: left;
}

ul.ghNavi li {
	height: 132px;
	width: 92px;
	text-indent: -9999px;
	display: table-cell;
	overflow: hidden;
	background-position: top center;
	background-repeat: no-repeat;
}

ul.ghNavi li a {
	height: 132px;
	width: 92px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

li.ghNavi01 {
	background-image: url(../img/common/ghNavi01.png);
}

li.ghNavi02 {
	background-image: url(../img/common/ghNavi02.png);
}

li.ghNavi03 {
	background-image: url(../img/common/ghNavi03.png);
}

li.ghNavi04 {
	background-image: url(../img/common/ghNavi04.png);
}

li.ghNavi05 {
	background-image: url(../img/common/ghNavi05.png);
}

li.ghNavi06 {
	background-image: url(../img/common/ghNavi06.png);
}

ul.ghNavi li a:hover {
	height: 132px;
	width: 92px;
	background-position: top center;
	background-repeat: no-repeat;
}

li.ghNavi01 a:hover {
	background-image: url(../img/common/ghNavi01_r.png);
}

li.ghNavi02 a:hover {
	background-image: url(../img/common/ghNavi02_r.png);
}

li.ghNavi03 a:hover {
	background-image: url(../img/common/ghNavi03_r.png);
}

li.ghNavi04 a:hover {
	background-image: url(../img/common/ghNavi04_r.png);
}

li.ghNavi05 a:hover {
	background-image: url(../img/common/ghNavi05_r.png);
}

li.ghNavi06 a:hover {
	background-image: url(../img/common/ghNavi06_r.png);
}

/*コンテンツ*/

div#contents {
	height: auto;
	width: 100%;
	margin: 0px auto;
	padding-bottom: 100px;
}

/*フッター*/

div.footerArea {
	height: 275px;
	width: 100%;
	background-image: url(../img/common/foooterBdr.png);
	background-position: top center;
	background-repeat: repeat-x;
}

div.inFooter {
	height: 275px;
	width: 980px;
	margin: 0px auto;
	padding-top: 50px;
}

div.pageTop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	height: 32px;
	width: 32px;
	background-image: url(../img/common/pageTop.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div.pageTop a {
	height: 32px;
	width: 32px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

div.pageTop a:hover {
	background-image: url(../img/common/pageTop_r.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

ul.footerNavi {
	font-size: 12px;
	line-height: 120%;
	color: #6C605F;
	text-align: right;
	list-style: none;
}

ul.footerNavi li {
	display: inline;
}

ul.footerNavi a {
	color: #6C605F;
	text-decoration: none;
}

ul.footerNavi a:hover {
	color: #6C605F;
}

p.copyright {
	margin-top: 45px;
	font-size: 12px;
	line-height: 120%;
	color: #6C605F;
	text-align: center;
}






