@charset "UTF-8";

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

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

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

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

.title a{ color: #999999;}
.title a:hover{ color: #3C3838;}

.title .own{
  color: #FFFFFF;
  background: #3C3838;
}


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


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

#head_img p a:hover{ color: #3C3838;}



/*------------------------------------------
プロフィールのタイトルの文字色
-------------------------------------------*/
 
#profile h3{
  color: #3C3838;
  line-height: 1.2em;
}

#profile h4{ font-weight: bold; }
#profile .world_cafe{
  font-size: 85%;
  line-height: 1.2em;
}

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


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

.each_wrap h3 a{
  color: #000000;
  letter-spacing: 0.1em;
}
.each_wrap h3 a:hover{ color: #FF0000; }