@charset "UTF-8";

/* ================================================================ *
 * ================================================================ */


/* ---------------------------------------------------------------- *
	index.html専用のコンテンツコンテナの設定です
 * ---------------------------------------------------------------- */
#container {
  background:url(img/main_top_bg.jpg) top center no-repeat;
}

#main {
  /* ★ --- レイアウト調整：左右カラムの設定に応じて設定 --- */
  /* Note：padding-left をサイドメニューの幅＋マージンとし，
           padding-right をサイドコンテンツの幅＋マージンとして
           ください */
  padding-left: 28px;
  padding-right: 0px;
  /* --- 背景を設定してください（短縮プロパティでの設定です）--- */
  /* Note：サイドメニュー部分全体に背景を適用させるには，この部分で
           背景を指定しておく必要があります */
  background: #ffffff;
  /* --- マージンを設定してください --- */
  /* Note：上下マージンの折りたたみに注意してください */
  margin-top: 0;
  margin-bottom: 0;
}

/* ---------------------------------------------------------------- *
	ニュース部分の設定です
 * ---------------------------------------------------------------- */
 
#news {
  width:260px;
  float:left;
  margin-right:10px;
}

#news .title {
  background-color:#985308;
  color:#FFFFFF;
  padding-left:10px;
  padding-top:8px;
  padding-bottom:3px;
  margin-bottom:10px;
}

#news .news_topic {
  overflow:auto;
  height:60px;
}

#news h2 {
  font-size:12px;
  margin:0px;
  margin-bottom:5px;
  font-weight:normal;
}

#news .date {
  margin-bottom:12px;
  font-size:10px;
}
/* ---------------------------------------------------------------- *
	ボタン部分の設定です
 * ---------------------------------------------------------------- */
.top_btn {
  float:left;
  margin-right:10px;
}
