@charset "utf-8";


div#wrapper{
	text-align: center;
	line-height: 1.8;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 20px;
}

div#header{
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 40px;
	padding-top: 27px;
	padding-right: 0px;
	padding-left: 0px;
}

div#header h1{
	float: left;
	height: 113px;
	width: 301px;
	margin-top: 25px;
	margin-left: 47px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div#menu {
	background-image: url(../../img/menu_bk.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 20px;
	padding-top: 37px;
	padding-bottom: 37px;
}
ul#menu_navi {
	background-image: url(../../img/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
}

ul#menu_navi li{
	float: left;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 33px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 20px;
}

ul#menu_navi li a{
	display: block;
	height: 20px;
}

ul#menu_navi li.menu01{
	background-image: url(../../img/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 158px;
	height: 20px;
	display: block;
}
ul#menu_navi li.menu02{
	background-image: url(../../img/menu.gif);
	background-repeat: no-repeat;
	background-position: 191px top;
	width: 156px;
}
ul#menu_navi li.menu03{
	background-image: url(../../img/menu.gif);
	background-repeat: no-repeat;
	background-position: 380px top;
	width: 108px;
}
ul#menu_navi li.menu04{
	background-image: url(../../img/menu.gif);
	background-repeat: no-repeat;
	background-position: 521px top;
	width: 123px;
}
ul#menu_navi li.menu05{
	background-image: url(../../img/menu.gif);
	background-repeat: no-repeat;
	background-position: 677px top;
	width: 123px;
}

ul#menu_navi li.menu01 a:hover{
	background-image: url(../../img/menu.gif);
	background-repeat: no-repeat;
	background-position: 0 -20px;
	width: 158px;
	height: 20px;
	display: block;
}
ul#menu_navi li.menu02 a:hover{
	background-image: url(../../img/menu.gif);
	background-repeat: no-repeat;
	background-position: -191px -20px;
	width: 156px;
	height: 20px;
	display: block;
}
ul#menu_navi li.menu03 a:hover{
	background-image: url(../../img/menu.gif);
	background-repeat: no-repeat;
	background-position: -380px -20px;
	width: 108px;
	height: 20px;
	display: block;
}
ul#menu_navi li.menu04 a:hover{
	background-image: url(../../img/menu.gif);
	background-repeat: no-repeat;
	background-position: -521px -20px;
	width: 123px;
	display: block;
}
ul#menu_navi li.menu05 a:hover{
	background-image: url(../../img/menu.gif);
	background-repeat: no-repeat;
	background-position: -677px -20px;
	width: 123px;
	height: 20px;
	display: block;
}

div#footer{
	text-align: left;
	width: 715px;
}
#wrapper h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#wrapper .botton {
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 60px;
	margin-left: 35px;
}
#wrapper #main {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
div#contents{
	text-align: left;
	width: 700px;
	margin-top: 0px;
	margin-right: 125px;
	margin-bottom: 0px;
	margin-left: 125px;
}
h2 {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 50px;
}
.info {
	height: 103px;
	width: 285px;
	float: right;
	margin-right: 60px;
}

#contents p {
	font-size: 1em;
	color: #777878;
	line-height: 200%;
	text-align: left;
}
#contents .textbox {
	width: 500px;
	margin-right: 100px;
	margin-left: 100px;
	margin-bottom: 50px;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
 /*トップへ戻る*/
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
