html{
  border : none;
  scrollbar-arrow-color : #dddddd;
  scrollbar-base-color : #ffffff;
  scrollbar-face-color : #ffffff;
  scrollbar-highlight-color : #ffffff;
  scrollbar-shadow-color : #ffffff;
  scrollbar-3dlight-color : #dddddd;
  scrollbar-darkshadow-color : #dddddd;
  scrollbar-track-color : #ffffff;
}
body,td {
  cursor : default;
  font-size : 13px;
  line-height : 20px;
  font-family : MS UI Gothic,Verdana;
  letter-spacing : 1px;
  color : #222222;
  margin : 50px;
  padding : 10px;
}
table {
  margin : 0 0 1.2em 0;
  width : 100%;
  border-collapse : collapse;
  border : 1px solid #b3b0a4;
  font-size : 100%;
}
th {
  color : #336699;
  padding : 2px 7px;
  font-weight : normal;
  text-align : center;
  background : #e8fff8;
}
td {
  text-align : center;
  padding : 2px 7px;
  border : 1px solid #b3b0a4;
}
.bg {
  color : #222222;
  font-weight : bold;
  background : #d8e8ff;
}
.title {
  color : #ffcc99;
  font-size : 210%;
  font-family : HGS‘n‰pŠpÎß¯Ìß‘Ì,‚l‚r ƒSƒVƒbƒN,Arial;
  text-align : right;
  text-valign : top;
  letter-spacing : 20px;
}
.box {
  border : none;
  padding : 20px;
  width : 95%;
  line-height : 200%;
  letter-spacing : 2px;
  background-color : #ffe8ef;
}
.link {
text-align : right;
line-height : 50px;
background : transparent;
height : 50px;
}
.link a {

  cursor : default;
  color  :  #e63333;
  text-decoration : none;
  line-height : 150%;
}
#top {
  background-image : url("index.png");
  background-attachment : fixed;
  background-position : 90% 90%;
  background-repeat : repeat-x;
}
a {
  cursor : default;
  color  :  #ff9900;
  text-decoration : none;
  line-height : 150%;
}
#menu{
text-align : right;
}
#menu li {
display : inline;
margin : 0 0 0 3px;
}