﻿@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------*/
* {
  margin:                0;
  padding:               0;
  font-size:             100%;
  font-weight;           normal;
}

body {
  background-color:      #efefef;
  color:                 #333333;
  font:                  12px/16px "ＭＳ ゴシック", monospace;
  scrolling:             yes;
}

a:link {
  color:                 #ff9900;
  text-decoration:       none;
}

a:visited {
  color:                 #ff9900;
  text-decoration:       none;
}

a:active {
  color:                 #ff9900;
  text-decoration:       none;
}

a:hover {
  color:                 #00a521;
  text-decoration:       none;
}

img {
  border:                0;
}

div {
  color:                 #666666;
  font:                  12px/16px "ＭＳ ゴシック", monospace;
}

table#WRAP {
  font:                  12px/16px "ＭＳ ゴシック", monospace;
  background-image:      url("../img/bg_sheet.png");
  background-repeat:     repeat-y;
  height:                100%;
  left:                  50%;
  margin-bottom:         1px;
  margin-left:           -335px;
  padding:               0;
  position:              absolute;
  width:                 670px;
}

tr#HEADER {
  background-image:      url("../img/bg_header.png");
  background-repeat:     no-repeat;
  height:                30px;
  margin:                0;
  padding:               0;
}

tr#MAIN {
  vertical-align:        top;
  width:                 670px;
}

td.MAIN {
  padding:               30px 70px 30px 75px;
  vertical-align:        top;
  width:                 670px;
}

#NAVI {
  font:                  12px/12px "ＭＳ ゴシック", monospace;
  padding:               0px 5px 5px 5px;
}

div#MENU li {
  float:                 left;
  list-style-type:       none;
  padding:               0px 5px;
  margin:                0px;
}

#MENU a {
  display:               block;
  text-decoration:       none;
}

#MENU a em {
  left:                  -9999px;
  position:              absolute;
}

#ABOUT {
  background-image:      url(../img/menu-about-out.gif);
  background-repeat:     no-repeat;
  width:                 120px;
  height:                20px;
}

#ABOUT:hover {
  background-image:      url(../img/menu-about-over.gif);
}

#DIARY {
  background-image:      url(../img/menu-diary-out.gif);
  background-repeat:     no-repeat;
  width:                 120px;
  height:                20px;
}

#DIARY:hover {
  background-image:      url(../img/menu-diary-over.gif);
}

#WORDS {
  background-image:      url(../img/menu-words-out.gif);
  background-repeat:     no-repeat;
  width:                 120px;
  height:                20px;
}

#WORDS:hover {
  background-image:      url(../img/menu-words-over.gif);
}

#ATTIC {
  background-image:      url(../img/menu-attic-out.gif);
  background-repeat:     no-repeat;
  height:                20px;
  width:                 120px;
}

#ATTIC:hover {
  background-image:      url(../img/menu-attic-over.gif);
}

tr#FOOTER {
  background-image:      url("../img/bg_footer.png");
  background-repeat:     repeat-y;
  height:                20px;
  margin:                0;
  padding:               0;
}

#FOOTER p.COPY_RIGHT {
  color:                 #ffffff;
  font:                  10px/20px "ＭＳ ゴシック", monospace;
  padding-right:         30px;
  text-align:            right;
}

/*--------------------------------------------------------*/
