@charset "UTF-8";

/* トップページのCSSです */

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}


.zentai p {
	line-height: 240%;
}

img {
	max-width: 100%;
}

body {
	margin: 0 auto 0 auto;
	background-image: url(../../img/back1.gif);
	background-repeat: repeat;
}


.zentai {
	width: 90%;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	border-left: 1px solid #004000;
	border-right: 1px solid #004000;
}


.boutou {
	background-color: #004000;
	color: #b7ddae;
	font-size: 12px;
	padding: 6px 0 10px 10px;
	text-align: left;
}

.header {
	background-image: url(../../img/back2.jpg);
	background-repeat: repeat;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.header_2 {
	height: 30px;
	background-image: url(../../img/back2.jpg);
	background-repeat: repeat;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.header_text {
	text-align: center;
	font-size: 12px;
}

.top_image {
	width: 80%;
	padding: 10px 10px 10px 10px;
	margin: 0 auto 0 auto;
	font-size: 14px;
	text-align: center;
}


/*コンテンツ*/
.contents {
	margin: 0 auto 0 auto;
	text-align: center;
}


.contents a {
	color: #505050;
	text-decoration: none;

}

.contents a:hover{
	text-decoration: underline;
	font-weight: bold;
}

.contents img {
	vertical-align: middle;
	margin: 0 6px 0 6px;
}


.footer {
	background-image: url(../../img/back2.jpg);
	background-repeat: repeat;
}


.modoru {
	height:30px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.modoru a {
	vertical-align: middle;
	color: #004000;
	text-decoration: none;
}
.modoru a:hover {
	text-decoration: underline;
}

.lastupdate {
	text-align: right;
	font-size: 12px;
	color: #888888;
}

.footer_text {
	font-size: 12px;
	padding: 10px 10px 6px 10px;
	color: #004000;
	text-align: right;
}
.footer_text a {
	color: #259953;
	text-decoration: none;
}

.footer_text a:hover{
	text-decoration: underline;
}

.copyright {
	background-color: #004000;
	color: #b7ddae;
	font-size: 12px;
	padding: 10px 10px 6px 0px;
	text-align: right;
}

.copyright a {
	color: #b7ddae;
	text-decoration: none;
}

input[type="checkbox"].on-off{
    display: none;
}

.tatami {
	text-align: justify;
	padding: 0;
}

.tatami ul {
    margin: 0 0 0px 20px;
    padding: 0;
    list-style: circle;
}

.tatami li {
	font-size: 13px;
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
}

.tatami li a {
	color: #505050;
}

input[type="checkbox"].on-off + ul{
    height: 0px;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: auto;
}

.tatami_text {
	margin: 0 0 0 10px;
	font-size: 12px;
	padding: 0 0 0px 0;
	text-align: justify;
}
