@import "profile.css";
@import "schedule.css";
@import "blog.css";
@import "photo.css";
@import "links.css";
@import "mail.css";

a:link { color: #a02233; }
a:hover { color: #c0c033; }
a:visited { color: #904b30; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1.4;
  font-size: 0.9em;
  color: #5c2d0b;
  background: url(../body_bg.png) top right;
}

/*-----ラッパーの設定-----*/
#wrapper {
  width: 800px;
  height: auto !important;
  _height: 100%;
  min-height: 100%;
  margin: 0 0 -40px;
  background-image: url(../main_loop_bg.jpg);
  background-repeat: repeat-y;
}

/*-----ヘッダーの設定-----*/
h2.head {
  width: 800px;
  height: 69px;
  margin: 0;
  padding: 0;
  background: url(../head_image.jpg) no-repeat 0 0;
  text-indent: -9999px;
}

/*-----サイドメニューの設定-----*/
#side_menu {
  width: 174px;
  float: left;
}

ul#menu {
  width: 174px;
  height: 700px;
  margin: 0;
  padding: 28px 0 0;
  list-style: none;
  background-image: url(../side_menu.png);
  background-repeat: no-repeat;
}

ul#menu li a {
  width: 174px;
  height: 44px;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -10000px;
  overflow: hidden;
}

/*-----各ページトップコメントの設定-----*/
.topcomment {
  padding: 15px 5px;
  border-bottom: dashed 1px #92544d;
}

/*-----フッターの設定-----*/
#push {
  height: 40px;
  clear: both;
}

#footer {
  width: 600px;
  height: 40px;
  background: url(../footer_line.png) no-repeat top center;
  text-align: right;
  margin-left: 175px;
  padding-right: 25px;
  line-height: 35px;
  clear: both;
}
