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

/*                            */
/* 擬似クラスに対するスタイル */
/*                            */
a:link{
  font-weight : bold;
  text-decoration : none;
  color : #3300ff;
}
a:visited{
  font-weight : bold;
  text-decoration : none;
  color : #3300ff;
}
a:hover{
  font-weight : bold;
  text-decoration : none;
  color : #ff6600;
}
a:active{
  font-weight : bold;
  text-decoration : none;
  color : #ff0000;
}
/*                        */
/* IDに対するスタイル */
/*                        */
/* 「コンテンツ」リスト */
ul#cmenu{
  padding-left : 0px;
  margin-left : 5px;
  list-style-type : none;
}
ul#cmenu li{
  margin-top : 0px;
  list-style-type : none;
  font-size : 1.5em;
  font-weight : bold;
  font-style : italic;
  line-height : 1.2em;
}
/* 「インフォメーション」リスト */
ul#imenu{
  padding-left : 0px;
  margin-top : 25px;
  margin-left : 5px;
  list-style-type : none;
}
ul#imenu li{
  margin-top : 0px;
  list-style-type : none;
  font-size : 1.2em;
  font-weight : bold;
  font-style : italic;
  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{
  margin-left : 110px;
}
div#hptitle{
  text-align : center;
  margin-top : 25px;
  margin-bottom : 50px;
}
div#whatsnew{
  text-align : center;
  margin-bottom : 50px;
}
div#topics{
  text-align : center;
  margin-bottom : 100px;
}
div#copyright{
  text-align : center;
}

