@charset "UTF-8";

/*--------------------------------------------------------------------------------------------------------------
ページ固有のCSS（上書き用）
--------------------------------------------------------------------------------------------------------------*/

body {background: #FFFDE1 url(../img/bg.jpg);}

#container{ background: url(img/head_vol2.jpg) no-repeat; }
/*------------------------------------------
タブの装飾
-------------------------------------------*/

.title { border-bottom: 2px solid #C70B18; }

.title a{ color: #999999;}
.title a:hover{ color: #C70B18;}

.title .own{
  color: #FFFFFF;
  background: #C70B18;
}


/*------------------------------------------
ヘッダ下のイメージ
-------------------------------------------*/


#head_img p a{
  float: right;
  font-weight: bold;
  font-size: 116%;
  margin-top: -5px;
}

#head_img p a:hover{ color: #C70B18;}



/*------------------------------------------
プロフィールのタイトルの文字色
-------------------------------------------*/
 
#profile h3{ color: #C70B18;}


/*------------------------------------------
レポートのタイトルの文字色
-------------------------------------------*/
.section h2{
  color: #C70B18;
}


/*------------------------------------------
フッターの色
-------------------------------------------*/
#footer {
  border-top: 2px solid #C70B18;
}
#address{
  background: url(../vol2/img/logo_footer.png) no-repeat;
  float: left;
}