@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
#wrap {
	margin: auto;
	height: auto;
	width: 950px;
}
body {
	background-color: #E7FFC1;
}
#content {
	width: 750px;
	height: auto;
	float: left;
	clear: both;
	background-color: #FFFFFF;
	padding-left: 100px;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 30px;
}
.lefter {
	float: left;
	clear: both;
}
.center {
	text-align: center;
}
.box {
	margin-top: 15px;
	padding: 10px;
	height: auto;
	width: 730px;
	border: 1px solid #DBE1B7;
}
.box img {
	float: left;
	margin-right: 15px;
}


h1 {
	clear: both;
	float: left;
}
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000;
	font-size: 18px;
	margin-top: 25px;
	background-image: url(images/point.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #189300;
	padding-bottom: 2px;
}
.font1 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
	line-height: 22px;
	color: #323232;
}
.font2 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
	line-height: 22px;
	color: #323232;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.font3 {
	color: #E63D04;
}
.font4 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #115BAE;
	padding-top: 5px;
	padding-left: 25px;
}
.font5 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 20px;
	color: #006F13;
	padding-left: 25px;
	padding-top: 15px;
}
.font6 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
	line-height: 20px;
	color: #06C;
	padding-left: 20px;
	padding-top: 15px;
}
.font7 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
}









#foot {
	width: 930px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	letter-spacing: 1px;
	color: #308B3C;
	line-height: 25px;
	height: 44px;
	clear: both;
	float: left;
	background-image: url(images/btm.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
}

