* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size : 100%;
}
html{
  overflow:-moz-scrollbars-vertical;
}
body { color:#333;
       text-align : center; /* バグを利用してブロックレベル要素をセンタリング */
       font-size: 0.8em;
       font-family: Verdana,MSゴシック,MS明朝;
       line-height: 1.4em;
       background: #f2f0ea url("image/bg.gif") repeat-y center top; margin: 0; padding: 0;
     }
#base { /* 全体ボックス */ 
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
#title {
 width: 750px;
 height: 60px;
 margin-top: 0px;
 margin-bottom: 0px;
 text-align : left;   /* body要素で指定したセンタリングを戻す */
       }
#siteid {
 width: 254px;
 height: 59px;
 margin-left:10px;
 text-align : left;   /* body要素で指定したセンタリングを戻す */ 
 float: left;
}
#backhome {
 padding: 10px;
 text-align : right; /* 右寄せ */
 float: right;
}
#globalnavi{
  margin: 0;
  padding: 0;
  width: 750;
  clear: both;
}
#globalnavi ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#globalnavi li{
  float: left;
  width: 150px;
  margin: 0;
  padding: 0;
}
#globalnavi a{
  text-align: center;
  display:block;
  padding: 0.5em 0;
  width:100%;
  background: url(image/gn_off.gif) no-repeat 0 50%;
  color:#000000;
}
#globalnavi a:hover{
  background: url(image/gn_on.gif) no-repeat -100px 50%;
  color: #ffffff;
}
#visual {
 width: 750px;
 height: 160px;
 margin-top: 0px;
 margin-bottom: 0px;
 text-align : left;   /* body要素で指定したセンタリングを戻す */
       }
#root {
  text-align:left;
  margin-left:20px;
  font-size: 0.8em;
  color: #333;
}
#contents { /* コンテンツ表示部分-全体(サイドバーなし) */ 
  width: 730px;
  padding: 10px;
  text-align : left;   /* body要素で指定したセンタリングを戻す */
}
#sidemenu {
  width: 170px;
  padding: 10px;
  text-align : left;   /* body要素で指定したセンタリングを戻す */
  float: left;
}
#secondary_contents { /* コンテンツ表示部分-サイドバー有り */ 
  width: 540px;
  text-align : left;   /* body要素で指定したセンタリングを戻す */
  float: right;
}
#left_menu{
  width: 355px;
  margin-right: 10px;
  text_align: left;
  float: left;
}
#right_menu{
  width: 355px;
  text_align: right;
  float: right;
}
#foot_menu {
  width: 710px;
  padding: 5px 10px;
  font-size: 0.9em;
  color: #333;
  background-color: #b9d08b;
  text-align : left;   /* body要素で指定したセンタリングを戻す */
  clear : both;
}
#footer {
  width: 710px;
  padding: 3px 5px;
  font-size: 0.8em;
  color: #696969;
  text-align : left;   /* body要素で指定したセンタリングを戻す */
}
a:link { color:#191970;
    text-decoration: none;
   }
a:visited{ color: #4b0082;
           text-decoration: none;
         }
a:hover{ color: #69821b;
         left: 1px;
         top: 1px;
         text-decoration: underline;
        }
a:link.bold { color:#191970;
    text-decoration: none;
    font-weight: bold;
   }
a:visited.bold { color: #4b0082;
           text-decoration: none;
           font-weight: bold;

         }
a:hover.bold { color: #69821b;
         left: 1px;
         top: 1px;
         text-decoration: underline;
         font-weight: bold;
        }
.bold { 
         font-weight: bold;
        }

.border{
  border-bottom: 1px #ccc solid;
   }
p{
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
h1{
  color: #333;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: double 6px #b9d08b;
  margin-bottom: 5px;
  margin-top: 0px;
  padding-left: 10px;
  }
h2{
  color: #333;
  font-size: 0.9em;
  border-bottom: dotted 1px #b9d08b;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0px;
  padding-left: 10px;
  }
h3{
  color: #69821b;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0px;
  padding-left: 10px;
  }
ul{
  margin: 0 0 0 10px;
  padding: 0;
  }
li{
  margin-bottom: 5px;
  }
td{
  padding: 5px;
  }
th{
  padding: 5px;
  font-weight: bold;
  }
dd {
margin-left: 3em;
margin-bottom:1em;
}