@charset "UTF-8";
/* CSS Document */

#sec1 {
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	padding-bottom: 5px;
	overflow:hidden;
	text-align: justify;
}

#sec1 p {
	font-size: 13px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}



#sec1 h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

#sec1 h2 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	background: rgba(0,102,0,1);
	height: 26px;
	width: 700px;
	text-indent: 6px;
	vertical-align: middle;
	margin-top: 50px;
}
#sec1 h2:nth-child(2) {
	margin-top: 10px;
}
#sec1 h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 20px;
}
#sec1 address {
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
}
