@charset "UTF-8";

/* 画像を回り込ませている箇所の見出しデザイン */
h2 {
}

/* コンテンツ部分のデザイン */
#main .contents {
	/* --- 背景色を設定してください --- */
  background-color: #FFFFFF;
    background-image: url(../image/line/h1-line_sub.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main .contents2 {
	/* --- 背景色を設定してください --- */
  background-color: #FFFFFF;
	/* ---background-image: url(../image/line/h1-line_sub.gif);--- */
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 10px;
}

/* コンテンツ部分のデザイン */
#main .contents_sub {
	/* --- 背景色を設定してください --- */
  background-color: #FFFFFF;
	background-image: url(../image/line/h1-line_sub.gif);
	background-repeat: no-repeat;
	background-position: center 50px;
}

/* コンテンツ部分のデザイン */
#main .contents_bottom {
	/* --- 背景色を設定してください --- */
  background-color: #FFFFFF;
	background-image: url(../image/line/h1-line_sub.gif);
	background-repeat: no-repeat;
	background-position: center 50px;
}

