@charset "utf-8";

/*----------------------------------------------
背景カラー
-----------------------------------------------*/
#wrapper {
  margin: 0 auto;
  width: 990px;
  background: url(../images/bg_body_01.png);
}

/*----------------------------------------------
ヘッダー
-----------------------------------------------*/
#header {
  background: #fff;
}
h1 {
  color: #fff;
}

/*----------------------------------------------
メニュー
-----------------------------------------------*/
#menu li a {
  background: url(../images/bg_btn_menu_01.gif) no-repeat 0 0;
}

/*----------------------------------------------
メイン
-----------------------------------------------*/
.title_text {
  background: url(../images/bg_title_01.gif) no-repeat;
}

/*----------------------------------------------
リンクカラー
-----------------------------------------------*/
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
