@charset "UTF-8";



/* ---------------------------------------------------------------- *
	コンテンツ部分の設定
 * ---------------------------------------------------------------- */

#contentsbox {
	/* --- ボックスの位置（縦位置）を設定 --- */
  top: 150px;
	bottom: auto;
	/* --- ナビゲーションがなくなる分、テキストを引き立たせるためにフォントサイズを大きめに設定しています --- */
  font-size: 100%;
	/* --- ボックスの幅を整えます --- */
  width: 640px;
	padding: 15px;
	background-color: #FFFFFF;
}
/* --- 画像を回り込ませている箇所の見出しの左マージンを画像の幅+余白分指定 --- */
h2 {
	margin-left: 175px;
	margin-bottom: 25px;
}

.contents {
/* --- 本文の背景画像を設定 --- */
  background-image: url(../img/contentbg.png);
/* --- 本文の背景画像の繰り返し方向を設定 --- */
  background-repeat: repeat-x;
/* --- 本文の背景画像の配置を設定--- */
  background-position: top;
}
.clearleft {
	clear: left;
}
.point {
	background-color: #D8F0FA;
	padding: 20px;
}
.dline {
	clear: left;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.table_kifu {
}
.table_kifu td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
