@charset "UTF-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #F0F7F2;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h1 {
	color:#030;
	font-size:16px;
	font-weight:bold;
	text-decoration: underline;
	text-align: center;
}
h2 {
	color:#030;
	font-size:14px;
	font-weight:bold;
}
h3 {
	padding-left: 20px;
	color:#030;
	font-size:14px;
	font-weight:bold;
	height: 10px;
}
h4 {
	padding-left: 10px;
	color:#030;
	font-size:13px;
}
h5 {
	color:#fff;
	font-size:9px;
}
/* layout style */
#header {
	background-image: url(img/folw_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 85px;
	width: 660px;
	margin-left: 20px;
}
#outerGroup {
	background-color: #fff;
	text-align: left;
	margin: 0px auto;
	width: 700px;
	margin-bottom: auto;
}
#content table tr td {
	padding-left: 5px;
	padding-right: 5px;
}

