@import "profile.css";
@import "news.css";
@import "schedule.css";
@import "blog.css";
@import "disco.css";
@import "links.css";
@import "mail.css";

a:link { color: #d55331; }
a:hover { color: #f84010; }
a:visited { color: #904b30; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1.4;
  font-size: 0.9em;
  color: #000;
  background: url(../main_page/main_background.jpg);
}

/*-----ラッパーの設定-----*/
#wrapper {
  width: 800px;
  height: auto !important;
  _height: 100%;
  min-height: 100%;
  margin: 0 0 -50px;
  background-color: #f3f1e0;
}

/*-----ヘッダーの設定-----*/
h2.head {
  width: 800px;
  height: 105px;
  margin: 0;
  padding: 0;
  background: url(../main_page/header.png) no-repeat 0 0;
  text-indent: -9999px;
}

h2.head a {
  width: 320px;
  height: 105px;
  display: block;
}

/*-----メインメニューの設定-----*/
#main_menu {
  width: 800px;
  height: 37px;
  background: url(../main_page/main_menu.png) no-repeat 0 0;
}

#main_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_menu li {
  margin: 0;
  padding: 0;
  float: left;
}

#main_menu li a {
  height: 32px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}

#main_menu .profile   a { width: 99px; }
#main_menu .news      a { width: 74px; }
#main_menu .schedule  a { width: 146px; }
#main_menu .blog      a { width: 104px; }
#main_menu .disco     a { width: 138px; }
#main_menu .links     a { width: 135px; }
#main_menu .mail      a { width: 104px; }

#main_menu a:hover { background: url(../main_page/main_menu.png) no-repeat 0 0; }
#main_menu .profile   a:hover { width: 99px; background-position: 0 -37px; }
#main_menu .news      a:hover { width: 74px; background-position: -99px -37px; }
#main_menu .schedule  a:hover { width:146px; background-position: -173px -37px; }
#main_menu .blog      a:hover { width:104px; background-position: -319px -37px; }
#main_menu .disco     a:hover { width:138px; background-position: -423px -37px; }
#main_menu .links     a:hover { width:135px; background-position: -561px -37px; }
#main_menu .mail      a:hover { width:104px; background-position: -696px -37px; }

/*-----各ページトップコメントの設定-----*/
.topcomment {
  margin: 5px 75px 30px;
}

/*-----フッターの設定-----*/
#push {
  height: 50px;
  clear: both;
}

#footer {
  width: 775px;
  height: 50px;
  margin-right: 25px;
  text-align: right;
  line-height: 40px;
  background: url(../main_page/footer_line.png) no-repeat 0 0;
}
