@charset "shift_jis";
/*                      */
/* 要素に対するスタイル */
/*                      */
body{
  margin : 5px;
  padding: 0px;
  border: none;
  font-family : "メイリオ","ＭＳ Ｐゴシック","平成角ゴシック",Arial,sans-serif;
}
p{
  line-height : 1.4em;
  vertical-align : super;
}
img{
  border-width : 0px;
  margin : 0px;
  padding : 0px;
}

/*                        */
/* IDに対するスタイル */
/*                        */
/* 「コンテンツ」リスト */
ul.contlist{
  padding-left : 0px;
  margin-top : 0px;
  margin-left : 0px;
  list-style-type : none;
}
ul.contlist li{
  margin-top : 0px;
  list-style-type : none;
  font-size : 1.0em;
  font-weight : bold;
  line-height : 1.2em;
}
/* メニュー部 */
div#menu{
  position : absolute;
  top : 15px;
  left : 0px;
  width:110px;
}
div#banner{
  position : relative;
  margin-top : 75px;
  background-color : #f8f8f8;
}

/* メイン部 */
div#main{
}
div#hptitle{
  text-align : center;
  margin-top : 25px;
  margin-bottom : 40px;
}
div#whatsnew{
  text-align : center;
  margin-bottom : 25px;
}
div#topics{
  text-align : center;
  margin-bottom : 25px;
}
div#contents{
  text-align : center;
  margin-bottom : 40px;
}
div#copyright{
  text-align : center;
}
span.headword {
  font-size : 1.2em;
  font-weight : bold;
}