@import "profile.css";
@import "schedule.css";
@import "blog.css";
@import "photo.css";
@import "mail.css";
@import "links.css";

a:link { color: #ad0000; }
a:hover { color: #ff6060; }
a:visited { color: #ad0000; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1.4;
  font-size: 0.9em;
  color: #000;
}

/*-----ラッパーの設定-----*/
#wrapper {
  height: auto !important;
  _height: 100%;
  min-height: 100%;
  margin: 0 0 -40px;
}

/*-----ヘッダーの設定-----*/
h2.head {
  height: 86px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  background: url(../main_page/head_image.png) no-repeat 0 0;
  background-color: #000;
}

/*-----メインメニューの設定-----*/
#main_menu {
  width: 800px;
  height: 34px;
  background: url(../main_page/menu.png) no-repeat 0 0;
}

#main_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_menu li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}

#main_menu li a {
  height: 34px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}

#main_menu .profile  a { width: 107px; }
#main_menu .blog     a { width: 95px; }
#main_menu .schedule a { width: 123px; }
#main_menu .photo    a { width: 130px; }
#main_menu .links    a { width: 121px; }
#main_menu .mail     a { width: 111px; }
#main_menu .top      a { width: 113px; }
/*-----各ページトップコメントの設定-----*/
.topcomment {
  width: 740px;
  margin: 0 auto 30px;
  padding: 10px 0 18px 45px;
  background: url(../main_page/footer_line.png) no-repeat center bottom;
}

/*-----フッターの設定-----*/
#push {
  height: 40px;
  clear: both;
}

#footer {
  width: 770px;
  height: 40px;
  margin: 0;
  padding-right: 30px;
  line-height: 40px;
  background: url(../main_page/footer_line.png) no-repeat 0 0;
  text-align: right;
}

