@charset "shift_jis";
body {
	padding: 0px;
	margin: 0px;
	font-size: 95%;
	color: #333333;
	line-height: 160%;
	background-color: #FFF;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,h2,h3,h4,h5,p,ol,ul,li,dl,dd,form {
	margin: 0px;
	padding: 0px;
}
a:link,a:visited {
	text-decoration: none;
	color: #069;
}
a:hover,a:active {
	color: #069;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width: 100%;
	height: auto;
	}

#header_area {
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
}

#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	max-width: 980px;
}
#menu_area {
	background-color: #335533;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu {
	margin-right: auto;
	margin-left: auto;
	max-width: 980px;
}
#menu li {
	list-style-type: none;
	width: 16.5%;
	float: left;
}
#menu li a {
	color: #FFF;
	font-size: 13px;
	padding-top: 12px;
	padding-bottom: 10px;
	line-height: 100%;
	border: 1px solid #557755;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-left: 1px;
	padding-right: 1px;
	display: block;
}
#menu a .selected {
	background-color: #446644;
}
#menu a:link,#menu a:visited {
}
#menu a:hover,#menu a:active {
	background-color: #446644;
	text-decoration: none;
}
.clear {
	clear: both;
	height: 0px;
}
.first {
  margin-top: 2em;
}
.small_font {
	font-size: 80%;
	line-height: 140%;
}
.font_red {
	color: #CC0000;
}

.text_button {
    margin-top: 1em;
    margin-bottom: 0.5em;
    border-radius: 3em;
    display: inline-block;
}
.text_button a:link,.text_button a:visited {
    text-decoration: none;
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.4em;
    background-color: #333;
    color: #FFF;
    border-radius: 0.2em;
    padding-left: 2em;
    padding-right: 2em;
    transition: all 0.5s;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.text_button a:hover,.text_button a:active {
    opacity: 0.5;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: all 0.5s;
    color: #FFF;
}
.text_button_box {
    margin-top: 1em;
    text-align: center;
}
.form_button {
    margin-top: 1em;
    text-align: center;
}
#footer_menu_area {
	margin-top: 50px;
}

#footer_menu {
	margin-right: auto;
	margin-left: auto;
	max-width: 980px;
}
#footer_menu li {
	list-style-type: none;
	width: 16.5%;
	float: left;
}
#footer_menu li+ li{
	border-left: 1px solid #CCCCCC;
}
#footer_menu li a {
	font-size: 13px;
}
#address_area {
	background-color: #EEEEEE;
	line-height: 130%;
	margin-top: 5px;
}

#address {
	text-align: center;
	font-size: 13px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 980px;
}
#address h3  {
	font-size: 13px;
	font-weight: bold;
}
#address .old_name {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 20px;
}
#copyright_area {
	background-color: #353;
}

#copyright {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	max-width: 980px;
}
#page-top_area {
	margin-top: 50px;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
}

#page-top a {
	background: #333;
	text-decoration: none;
	color: #fff;
	width: 120px;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#page-top a:hover {
	text-decoration: none;
	background: #666;
}
@media screen and (max-width: 768px) {
body {
	font-size: 90%;
}	
#menu li {
	width: 33.0%;
}
#menu li a {
	padding-top: 15px;
	padding-bottom: 13px;
}
#footer_menu_area {
	background-color: #335533;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer_menu li {
	width: 33.0%;
}
#footer_menu li+ li{
	border-left: 0px;
}
#footer_menu li a {
	color: #FFF;
	font-size: 13px;
	padding-top: 12px;
	padding-bottom: 10px;
	line-height: 100%;
	border: 1px solid #557755;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-left: 1px;
	padding-right: 1px;
}
#footer_menu a .selected {
	background-color: #446644;
}
#footer_menu a:link {
	color: #FFF;
	display: block;
}
#footer_menu a:hover {
	color: #FFF;
	background-color: #446644;
	text-decoration: none;
}
#footer_menu a:active {
	color: #FFF;
	background-color: #446644;
}
#footer_menu a:visited {
	color: #FFF;
}
#address_area {
	margin-top: 0px;
}
#address {
	font-size: 10px;
}

#copyright {
	padding-bottom: 100px;
	font-size: 10px;
}
}
