@charset   "UTF-8";
.wrap {
	height: 100%;
	width: 100%;
}
.body_wrap {
	height: 100%;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 22px;
	padding-top: 25px;
}
.body_box {
	height: 100%;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.header {
	height: 45px;
	width: 910px;
}
.head_logo {
	height: 45px;
	width: 240px;
	float: left;
}
.head_menu {
	float: left;
	height: 45px;
	width: 670px;
}
.bg {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
.photo_slide {
	width: 910px;
}
.main_box {
	background-color : #FFF;
	height: auto;
	width: 910px;
	margin-top: 80px;
}
.footer {
	clear: both;
	height: 150px;
	width: 910px;
	padding-top: 100px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "�E��E� �E�ゴシチE��", "MS PGothic", sans-serif;
	font-size: 10pt;
	color: #888;
	line-height: 18px;
	text-transform: capitalize;
}
#navi {
	list-style-type: none;
}
#navi li {
	float: left;
	height: 45px;
	width: 100px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "�E��E� �E�ゴシチE��", "MS PGothic", sans-serif;
	vertical-align: middle;
}
#navi li a {
	color: #808080;
	text-decoration: none;
	font-weight: normal;
	float: left;
	width: 90px;
	height: 20px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#navi li a:hover {
	;
	color: #688a14;
	text-decoration: none;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "�E��E� �E�ゴシチE��", "MS PGothic", sans-serif;
}
.main_left {
	float: left;
	height: auto;
	width: 570px;
	margin-right: 30px;
	margin-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "�E��E� �E�ゴシチE��", "MS PGothic", sans-serif;
}
.main_right {
	height: auto;
	width: 270px;
	margin-right: 20px;
	float: left;
}
.main_left h1 {
	font-size: 20pt;
	font-weight: lighter;
	letter-spacing: 5pt;
	color: #888;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888;
}
.text_green {
       font-size: 16pt;
	font-weight: bold;
	color: #688a14;
	letter-spacing: 2pt;
}
.text_s {
	font-size : 10pt;
}
.main_box .main_left table {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "�E��E� �E�ゴシチE��", "MS PGothic", sans-serif;
	font-size : 10pt;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #BBB;
	border-right-color: #BBB;
}
.main_left table tr th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "�E��E� �E�ゴシチE��", "MS PGothic", sans-serif;
	color: #444;
	background-color: #DAE9CF;
	text-align: center;
	vertical-align: middle;
	line-height: 10pt;
	font-size: 10pt;
	padding: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
	font-weight: bold;
}
.main_left table tr td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "�E��E� �E�ゴシチE��", "MS PGothic", sans-serif;
	color: #444;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	line-height: 10pt;
	font-size: 10pt;
	padding: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
}

