* {
   margin:0;
   padding:0;       /* 全てのプロパティの余白とパディングをリセットします。*/
}
#wrapper {
   width: 900px;		/* org value: 70% modo to 98% */
   margin: 0 auto;  /*ページ幅 70％ でセンタリングしています。 */
}
#header {
   width: 100%;   /*ページ幅 70％をヘッダー幅にしています。幅指定なしでも可*/
   height: 110px;	/* org value 50px. 80px for HarfBanner */
}
#main {
   width: 100%;   /*ページ幅 70％をメニューとコンテンツ幅にしています。同上*/
}
#menu {
   float: left;
   width: 140px;       /* floatの width 指定は必須です。org: 150px*/
}
#contents {
   margin-left: 200px; /* org value 150px */
}
#footer {
   clear: both;        /* float をクリアしています。*/
   width: 100%;
   height: 80px;	/* org value 50px */
}
#menu ul {
   list-style: none;
}
.main {
	clear: both;
	margin-top: 10px;
	margin-left: 200px;
	width: 580px;
	border-left: solid 1px #CCCCCC;
	padding: 5px 10px;
}
.main h1 {
	width: 555px;
	margin: 20px 0 10px 0;
	padding: 5px;
	border-bottom: solid 3px #005300;
	background-color: #339933;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.1em;
}
.main h2 {
	width: 535px;
	margin: 2em 0 0.5em 0;
	padding: 5px 10px;
	background-color: #FFE6BB;
	border-left: solid 10px #339933;
	border-bottom: solid 1px #339933;
	font-size: 15px;
}
.main h3 {
	width: 505px;
	margin: 2.5em 0 0.5em 0;
	background-color: #EBEBEB;
	background-image: url('./img/pen7.gif');
	background-repeat: no-repeat;
	background-position: 3px;
	padding: 5px 30px;
	font-size: 15px;
}
.main h4 {
	margin-top: 1.5em;
	padding: 5px 30px;
	font-size: 15px;
	background-image: url('./img/pen7.gif');
	background-repeat: no-repeat;
	background-position: 3px;
}
.main h5 {
	margin-top: 20px;
	font-size: 15px;
	font-weight: bold;
}

