@charset "utf-8";

body {
	font-size: small;
	line-height: 1.2em;
	margin:0px;          /* ページ全体のmargin */
	padding:0px;         /* ページ全体のpadding */
	text-align:center;   /* 下記のautoに未対応用のセンタリング */
}

#main {
	margin-left:auto;    /* 左側マージンを自動的に空ける */
	margin-right:auto;   /* 右側マージンを自動的に空ける */
	text-align:left;     /* 中身を左側表示に戻す */
	width:780px;         /* 幅を決定する */
}

.chc {
	margin: 10px;
}


.naviset {
	font-weight: bold;
	color: #333333;
	font-size: x-small;
}

.footer {
	font-size: small;
	color: #666666;
	line-height: 1.2em;
}

h3 {
	background-color: #E8FBE8;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 5px;
}

h2 {
	font-size: medium;
	font-weight: bold;
	background-color: #8CE98C;
	padding: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

h1 {
	font-size: large;
	font-weight: bold;
	background-color: #E6FBE6;
	padding: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8BE98B;
}
.kpsmp {
	font-size: xx-large;
	font-weight: bolder;
	color: #58E058;
	background-color: #EEEEEE;
	padding: 10px;
	border-left-width: thick;
	border-left-style: double;
	border-left-color: #58E058;
}
