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

header {
	background-color: #000;
	background-image: url(../images/himg.jpg);
	background-position:center top;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    background-size:cover;
	width: 100%;
	height: 202px;
}


#logo {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
}

#gmback {
	background-color: #000;
	background-repeat: repeat;
	width: 100%;
}

#gm {width: 952px;
	margin-right: auto;
	margin-left: auto;
	}

#gm li {
	float: left;
}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.title {
	margin-bottom: 25px;
}


td {
	width: 455px;
	height: 45px;
	text-align: left;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 14px;
}

td.color {
	background-color: #f0f0f0;
}

.contxt {
	font-size: 14px;
	line-height: 1.9em;
}

#map {
	font-size: 14px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dadada;
	border-bottom-color: #dadada;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
}

#map a {
	color: #000;
}

#map a:hover {
	color: #09F;
	text-decoration: underline;
}

.pagetop {
	text-align: right;
	margin-top: 40px;
	margin-bottom: 40px;
}

.pagetop a:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	text-decoration: none;
}


footer {
	background-color: #FFF;
	background-image: url(../images/fpattern.gif);
	background-repeat: repeat-x;
	height: 57px;
	width: 100%;
}


#copy {
	color: #FFF;
	text-align: center;
	font-size: 12px;
	padding-top: 20px;
}


#hoge{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 260px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -100;
}