@charset "utf-8";
/* CSS Document */


body  {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF; 
  }

p  {
	font-size: 13px;
	margin: 0px;
	line-height: 1.5;
	color: #666666;
	letter-spacing: 0.05em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  }


#pagebody {
  width: 786px;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  }
 
  
 /* ヘッダー部分 */ 
#header  {
	width: 786px;
	height: 250px;
	margin: 0px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	text-indent: -9999px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
  }
  
#menu {
	width: 786px;
	height: 31px;
	background-color: #FFFFFF;
	margin: 0px;
  font size: 5px;
  /*border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;*/
  }

#menu ul {
  padding-top: 1px;
  padding-left: 0px;
  margin: 0px;
  width: auto;
  }

#menu li {
  float:left;
  color: #cccccc;
  display: block;

  
  }
  
#menu li a {
	display: block;
	text-decoration: none;
	height: 30px;
	width: 112px;
  }

#menu li#menu1  {
  width: 112px;
  height: 30px;
  background-image: url(../img/menu/menu1.gif);
  background-repeat: no-repeat;
  }
  
#menu li#menu1 a:hover  {
	width: 112px;
	height: 30px;
	background-image: url(../img/menu/menu1on.gif);
	background-repeat: no-repeat;
  }

  
#menu li#menu2  {
  width: 112px;
  height: 30px;
  background-image: url(../img/menu/menu2.gif);
  background-repeat: no-repeat;
  }
  
#menu li#menu2 a:hover  {
	width: 112px;
	height: 30px;
	background-image: url(../img/menu/menu2on.gif);
	background-repeat: no-repeat;
  }
  
  
#menu li#menu3  {
  width: 112px;
  height: 30px;
  background-image: url(../img/menu/menu3.gif);
  background-repeat: no-repeat;
  }
  
#menu li#menu3 a:hover  {
	width: 112px;
	height: 30px;
	background-image: url(../img/menu/menu3on.gif);
	background-repeat: no-repeat;
  }
  
  
#menu li#menu4  {
  width: 112px;
  height: 30px;
  background-image: url(../img/menu/menu4.gif);
  background-repeat: no-repeat;
  }
  
#menu li#menu4 a:hover  {
	width: 112px;
	height: 30px;
	background-image: url(../img/menu/menu4on.gif);
	background-repeat: no-repeat;
  }
  
  
#menu li#menu5  {
  width: 112px;
  height: 30px;
  background-image: url(../img/menu/menu5.gif);
  background-repeat: no-repeat;
  }
  
#menu li#menu5 a:hover  {
	width: 112px;
	height: 30px;
	background-image: url(../img/menu/menu5on.gif);
	background-repeat: no-repeat;
  }
  
  
#menu li#menu6  {
  width: 112px;
  height: 30px;
  background-image: url(../img/menu/menu6.gif);
  background-repeat: no-repeat;
  }
  
#menu li#menu6 a:hover  {
	width: 112px;
	height: 30px;
	background-image: url(../img/menu/menu6on.gif);
	background-repeat: no-repeat;
  }
  
  
#menu li#menu7  {
  width: 114px;
  height: 30px;
  background-image: url(../img/menu/menu7.gif);
  background-repeat: no-repeat;
  }

#menu li#menu7 a:hover  {
	width: 114px;
	height: 30px;
	background-image: url(../img/menu/menu7on.gif);
	background-repeat: no-repeat;
  }
  
  
#menu a {
  color: #cccccc;
  }


/* 各コンテンツ部分 */  
  
#contents  {
  float:left;
  width: 786px;
  height: auto;
  margin: 0px;
  }
  
.topicPath{
	clear: left;
	margin-top:  20px;
	padding:  0;
	width: 786px;
    height: 40px;

}
.topicPath li {
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	font-size: 11px;
	list-style-type: none;
}


 
/* フッター部分 */  
#footer  {
	width: 786px;
	height: 30px;
	clear: left;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
  }
  
#footer p  {
  text-indent: -9999px;
  font-size: 10px;
  }
#footer ul  {
  margin: 0px;
  margin-left: 7px;
  }
#footer li  {
  font-size: 10px;
  list-style-type: none;
  color: #FFFFFF;
  float: left;
  margin-top: 5px;
  }
#footer a  {
	color: #333333;
  }
#footer a:hover  {
  color: #00CCFF;
  }
#footer a:active  {
  color: #00FFFF;
  }  
  
#copyright {
  float: right;
  }
  
