@charset "utf-8";

*{
  margin: 0px;
  padding: 0px;
  text-align: left;
}

body{
  color: #444;
  font-family: sans-serif;
  font-size: 9pt;
  letter-spacing: 1pt;
  line-height: 150%;
  vertical-align: middle;
}

a img{
  border: none;
  text-decoration: none;
}

a:link, a:visited{
  color: #933;
  text-decoration: none;
}

a:hover, a:active{
  color: #933;
  text-decoration: underline;
}

#top_title, #title{
  text-indent: -32768px;
  margin: 0px auto;
  width: 650px;
}

#top_title{
  background-image: url("../images/top_title.jpg");
  height: 426px;
}

#title{
  background-image: url("../images/title.jpg");
  height: 173px;
}

.navi{
  background-color: #ff48e8;
  color: #fff;
  margin: 0px auto;
  padding: 0px 5px;
  width: 640px;
}

.navi a{
  color: #fff;
}

#body{
  border-right: 1px solid #666;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  width: 649px;
}

#menu{
  background-image: url("../images/border_left.gif");
  background-repeat: repeat-y;
  float: left;
  margin-bottom: -32768px;
  padding-bottom: 32768px;
  position: relative;
  top: 0px;
  width: 130px;
}

#menu li{
  list-style-type: none;
  list-style-position: outside;
}

#menu li a{
  display: block;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  width: 128px;
}

#menu li a.selected{
  background-color: #fff;
  border: 1px solid #666;
  border-right: 1px solid #fff;
  color: #666;
  font-weight: bold;
}

#menu li a.unselected{
  background-color: #fbbff7;
  border: 1px solid #999;
  border-right: 1px solid #666;
  color: #888;
}

#menu #menu_spacer{
  background-image: url("../images/menu_spacer.gif");
  background-repeat: no-repeat;
  border-right: 1px solid #666;
  height: 256px;
  width: 129px;
}

#contents{
  border-top: 1px solid #666;
  margin-left: 130px;
  width: 519px;
}

#contents h1{
  font-size: 14pt;
  font-weight: bold;
  margin: 10px 5px 10px 10px;
}

#contents h2{
  font-size: 11pt;
  font-weight: bold;
  margin: 10px 5px 5px 10px;
}

#contents h3{
  font-size: 10pt;
  font-weight: bold;
  margin: 5px 5px 0px 5px;
}

#contents p{
  margin-left: 20px;
}

#contents dl{
  margin-left: 10px;
}

#contents dt{
  float: left;
  font-weight: bold;
  width: 80px;
}

#contents dd{
  clear: right;
  margin-left: 90px;
}

#contents p.indented{
  text-indent: 1em;
}

#contents .body{
  border-left: 1px dashed #ff68e8;
  margin: 5px 5px 5px 20px;
  padding-left: 5px;
}

#contents .body p{
  margin-left: 0px;
}

#contents .body ol, #contents .body ul{
  list-style-position: inside;
  margin: 1em 0px;
}

#contents .show_link{
  font-size: 11pt;
  margin: 5px;
  text-align: center;
}

#contents .clearfix{
  clear: both;
  height: 0px;
  width: 0px;
}

#pagemenu{
  border: 1px solid #fbbff7;
  margin: 20px auto 20px 20px;
  width: 480px;
}

#pagemenu ul{
  margin-left: 20px;
  white-space: nowrap;
}

#pagemenu li{
  display: inline;
  list-style-type: none;
}

#border_bottom{
  background-image: url("../images/border_bottom.gif");
  background-repeat: no-repeat;
  background-position: left top;
  height: 1px;
  margin: 0px auto;
  width: 650px;
}

#footer{
  margin: 0px auto;
  text-align: center;
  width: 650px;
}

#footer2{
  text-align: right;
}

/**************************************************************************
  ページ別設定
 **************************************************************************/

/** box.dat ***************************************************************/
#\_box #picture_navi{
  margin-top: 10px;
  text-align: center;
}

#\_box #picture{
  height: 353px;
  margin-left: 10px;
  width: 500px;
}

/** access.dat ************************************************************/
#\_access #map1{
  height: 375px;
  margin-left: 10px;
  width: 500px;
}

#\_access #map1_bottom{
  text-align: right;
}

/** magazine.dat **********************************************************/
#\_magazine .book{
	border: 1px solid #666;
	border-color: #999;
	margin: 10px 10px 10px 20px;
	padding: 5px;
}

#\_magazine .book img{
	float: left;
	margin-right: 5px;
	height: 149px;
	width: 105px;
}

/** viewer.dat ************************************************************/
#\_viewer #viewer{
  text-align: center;
}