@charset "utf-8";



/* CSS Document */


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 32px;
}



.basicinfo {
	padding: 15px;
	border-top-color: #519933;
	border-right-color: #519933;
	border-bottom-color: #519933;
	border-left-color: #519933;
}
#header {
	clear: both;
	color: #fff;
	background-color: #519933;
}
#header h1, #footer p {
	margin: 0px;
}
#header h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
}
#header a {
	text-decoration: none;
	color: #000;
}
#footer {
	clear: both;
	color: #fff;
	background-color: #519933;
}
#footer p {
	font-size: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
h1 {
	color: #519933;
	font-size: 46px;
	line-height: 38px;
}
h2 {
	color: #519933;
	font-size: 32px;
	line-height: 38px;
}
h3 {
	adding: .25em 0 .5em .75em;
	border-left: 6px solid #519933;
	border-bottom: 1px solid #519933;
	color: #519933;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 15px;
}
h4 {
	color: #519933;
	font-style: oblique;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #519933;
}
h5 {
	color: #519933;
	font-size: 20px;
	line-height: 38px;
}
#Secretariat {

}


#Secretariat img {

}
.table_l {
	float: left;
	width: 285px;
}
.table_r {
	float: left;
	width: 285px;
	margin-left: 10px;
}


img {
	vertical-align: bottom;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}
.subject {
	width: 300px;
	float: left;
	margin-right: 25px;
}

.subject p+p {
	font-size: 14px;
	margin-bottom: 0px;
}

.subject h2+p {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-top: 0px;
	padding-bottom: 7px;
}
#main {
	overflow: hidden;
	margin-top: 15px;
}

.subject h2 {
	margin-top: 0px;
}
#subject03 {
	margin-right: 0px;
}


#nav ul {
	list-style-type: none;
	margin-left: auto;
	padding-left: 0px;
	margin-top: 0px;
	overflow: hidden;
	margin-bottom: 0px;
	margin-right: auto;

}
#nav ul li {
	float: left;
}
#nav ul li a {
	font-size: 18px;
	color: #519933;
	text-decoration: none;
	width: 196px;
	text-align: center;
	display: block;
	line-height: 60px;
	font-style: normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #519933;
	background-color: #FFF;
}
#nav ul li a:hover {
	background-color: #FEF1C5;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF8040;
	font-style: normal;
	color: #FF8040;
}
#main .con_left {
	float: left;
	width: 580px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}


#main .con_right {
	width: 300px;
	float: right;
	padding-bottom: 22px;
	padding-right: 20px;
	padding-left: 15px;
	border-top-color: #519933;
	border-right-color: #519933;
	border-bottom-color: #519933;
	border-left-color: #519933;
}

.button {
	display: inline-block;
	text-decoration: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover {
	letter-spacing: 3px;
}
.con_right h3 {
	color: #519933;
	background-color: #EFEFEF;
	text-align: center;
	text-indent: 0;
}
#fbs {
	margin-bottom: 70px;
	text-align: center;
}
#container #main .con_left ul {
	font-size: 24px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 48px;
}
#main .con_left h1 {
	color: #999;
	font-size: 36px;
}





#nav2 dt {
	background-color: #EFEFEF;
	list-style-type: none;
	margin-left: auto;
	padding-left: 0px;
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: auto;
}
#nav2 dl li {
	float: left;
}



.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}



#formWrap {
	width:550px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}



