﻿body{
	margin:0px;
	padding:0px;
	background-color:#97b811;
	text-align:center;
}
#content_area{
	width:547px; /*ボックスの幅の指定*/
	margin:0px auto;/*ボックスを中央に表示させる。*/
	text-align:left;/*テキストを左から表示させる。*/
	background-image:url("../img/B005_02.jpg");/*背景画像を表示させる。*/
	background-repeat:repeat-y;/*背景画像を縦に繰り返し表示させる。*/
}
.shape{
	font-size:1px;
	line-height:0px;/*行間*/
}
#content_area_padding{
	padding:0px 30px 0px 30px;/*ボックスの内側左右に余白を表示させる。*/
}
h1{
	border-bottom:5px solid #97b811;/*下側にボーダーを 太さ 種類 色を表示させる。*/
	padding-bottom:10px;/*ボックスの内側下側に余白を表示させる。*/
	margin:0px;
}
ul{
		display: none;/*広告をけす。*/
}