@charset "utf-8";
body{
	font-family:ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	margin:0;
	background-color: #5A484E;
	font-size: 34px;
}

.inner{
    position: relative;
	background-color: #EDF0E9;
    margin: 0 auto;
    width: 960px;
    height: 5000px;
}
.hedder{
    position: absolute;
    background-color: #3B8C6E;
    width: 961px;
    height: 165px;
    top: 0px;
    left: -1px;
}

.futta{
    position: absolute;
    background-color: rgba(210,214,197,0.7);
    width: 2800px;
    padding: 14px;
    left: 1px;
    border-radius: 10px 10px 10px 10px;
    top: 1161px;
}

.categolyBox{
    position: absolute;
    background-color: aquamarine;
    left: 118px;
    top: 73px;
    width: 104px;
    height: 75px;
}

.categolyTitle{
    position: absolute;
    color: aliceblue;
    background-color: #243B5B;
    border-radius: 10px 10px 0px 0px;
    padding: 0.8em;
    z-index: 1;
    left: 117px;
    top: 28px;
    width: 285px;
}
.subTitle{
    position: absolute;
    color: aliceblue;
    background-color: #243B5B;
    padding: 0.8em;
    z-index: 1;
    left: 117px;
    top: 28px;
    width: 285px;
}
.linebox{
    position: absolute;
    margin-top: 14px;
    margin-left: 14px;
    left: 17px;
    top: 0px;
    width: 738px;
    height: 1724px;
}
.linebox li{
	list-style-type: disc;
	line-height: 1.5em;
}

.box{
    position: absolute;
    padding: 14px;
    left: 38px;
    top: 233px;
    height: 43px;
    width: 122px;
}
.kadomaru{
	border-radius: 10px 10px 10px 10px;
}
.kage{
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.box li{
	list-style-type: none;
	line-height: 2em;
}
.box ul{
	margin:0;
	padding: 10px;
}
.button{
    position: absolute;
    background-color: rgba(92,128,116,0.8);
    border-radius: 10px 10px 10px 10px;
    padding: 0.8em;
    left: 551px;
    z-index: 1;
    text-align: center;
    font-size: 14px;
    column-count: white;
    color: white;
}
.button a{
	color: white;
	text-decoration:none;
}
.button a:active{
	color: white;
}
.button a:checked{
	color: white;
}
.button a:hover{
	color: black;
}

.titleAREA{
    position: absolute;
    height: 54px;
    width: 283px;
    color: #243B5B;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 3px 6px #555555;
}
.subtitleAREA{
    position: absolute;
    font-size: 20px;
    font-weight: normal;
    color: #243B5B;
    left: 277px;
    top: 92px;
    width: 468px;
}

.maru{
    position: absolute;
    background-color: black;
	opacity: 0.3;
    padding: 0.8em;
	border-radius: 50%;
	z-index: 0;
    }

.submenu{
    position: absolute;
    color: aliceblue;
    background-color: #243B5B;
    padding: 0.8em;
    z-index: 1;
    left: 224px;
    top: 41px;
    width: 172px;
    border-radius: 10px 10px 10px 10px;
}
