@charset "UTF-8";

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

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

#container{ background: url(img/head_vol3.jpg) no-repeat; }

.each_wrap{ margin-bottom: 30px; }
/*------------------------------------------
関連イベントへのリンク
-------------------------------------------*/
#head_img p a{
  float: right;
  font-weight: bold;
  font-size: 116%;
  margin-top: -5px;
}

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

/*------------------------------------------
h2タイトルの装飾（共通）
-------------------------------------------*/
.each_wrap h2{
  color: #333333;
  font-size: 123.1%;
  font-weight: bold;
  border-bottom: 2px solid #333333;
  margin-bottom: 8px;
  padding-bottom: 5px;
}


/*------------------------------------------
ヘッダー下のくくり
-------------------------------------------*/
#news {
  float: left;
  width: 280px;
}
#news dl{ margin-bottom: 10px; }

#next_info {
  float: right;
  width: 600px;
}
#next_info p{
  font-size: 93%;
  line-height: 1.2em;
  margin-bottom: 5px;
}
#next_info #more_info{
  font-size: 116%;
  font-weight: bold;
  float: right;
}


/*------------------------------------------
アーカイブのくくり
-------------------------------------------*/
#archive dl{
  float: left;
  width: 300px;
  font-weight: bold;
  font-size: 93%;
}
#archive span{ font-size: 123.1%; }

#archive dt{ margin-bottom: 6px; }
#archive dd{ padding-left: 6px; }

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