@charset "UTF-8";

/*ゲーム目次*/

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


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


img {
	vertical-align: middle;
	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;
}

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


.contents {
	width: 80%;
	margin: 30px auto 0 auto;
	text-align: left;
}

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

}

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

.contents ul {
	width: 80%;
}

.contents li {
	list-style-type: circle;
	margin: 0 auto 10px 0;
}

.contents_text {
	margin: 0 0px 0px 4px;
	font-size: 12px;
	color: #8fb09c;
	padding: 0 0px 10px 0;
}


.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;
}


hr {
   border-top: 2px dashed #b7ddae;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.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: 10px 0 10px 10px;
    padding: 0;
    list-style: circle;
}

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

.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 0px 0px 0px;
	font-size: 12px;
	color: #8fb09c;
	padding: 0 0px 10px 0;
}
