@charset "utf-8";
body {
	text-align: center;
}

#all {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* CSS Document */

#header {
	font-size: 13.5px;
}
#headertop {
	font-size: 12px;
	color: #abb1ad;
	text-align: center;
}
#header img {
	float: left;
	margin-left: 15px;
}
.top {
	float: left;
	margin-left: 20px;
	margin-top: 15px;
}
#header .top h2 {
	color: #387d39;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
}







#navi {
	width: 780px;
	background-color: #619755;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	margin-top: 0px;
	clear: both;
}
#navi ul {
	list-style-type: none;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0px;
}
#navi ul li {
	padding-right: 30px;
	display: inline;
}
#navi ul li a {
	color: #FFF;
	text-decoration: none;
}
#navi ul li a:hover {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #fff352;
	color: #fff352;
}



#footer {
	font-size: 12px;
	text-align: center;
	background-color: #619755;
	padding: 5px;
	clear: both;
	color: #FFF;
}

.topimg {
	margin-bottom: 0px;
}
.orange {
	border: 2px dashed #ee7800;
	text-align: center;
	width: 540px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.style-blue {
	color: #0075c2;
}
#side_link {
	text-align: right;
	font-size: 12px;
	line-height: 200%;
	color: #0068b7;
	padding-right: 15px;
}
#side_link a{
	color: #0068b7;
}
#side_link hover{
	color: #0068b7;
}

