#header{
	width:100%;
	height:115px;
	background-image: url("../image/bg_navi.jpg");
	background-position:top left;
	background-repeat:repeat-x;
}
#header h1{
	display:block;
	width:361px;
	height:85px;
	padding-left:86px;
	padding-top:22px;
}
#gnavi .contents{
	width:115px;
	height:115px;
	margin-right: 1px;
	float:left;
}
#gnavi .sub{
	width:59px;
	height:115px;
	float:left;
}
#gnavi .sub li{
	width:59px;
	margin-bottom: 1px;
}
#futter{
	width:100%;
	height:57px;
	background-image: url("../image/bg_futter.jpg");
	background-position:top left;
	background-repeat:repeat-x;
}
#futter ul{
	padding-top:12px;
	padding-left:70px;
}
#futter li{
	margin-left:20px;
	padding-left:15px;
	background-image: url("../image/bg_futter_type.gif");
	background-position:left;
	background-repeat:no-repeat;
	color:#666666;
	font-size:10px;
	float:left;
}
#futter p{
	margin-right:106px;
}
#futter a:link{
  color: #666666;
  text-decoration: none;
}

#futter a:visited {
  color: #666666;
  text-decoration: none;
}

#futter a:hover {
  text-decoration: underline;
}

#futter a:active {
  color: #666666;
}

