﻿@charset "utf-8";


body {
	font: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../img/kabegami.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

#container {
	width: 94%;
	max-width: 700px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #000000;
}

header {
	position:absolute;
	width:94%;
	max-width: 700px;
	height:50px;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	background:#ffffff;
	z-index:100;
}

header h1 {
font-size: 80%;
color: #999999;
padding-left: 10px;
padding-top: 0px;
line-height: 110%;
}

.spmenu_btn {
	display:block;
	position:absolute;
	top:14px;
	right:15px;
	width:30px;
	height:22px;
	background:#000;
	border-top:10px solid #fff;
	border-bottom:10px solid #fff;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.spmenu_btn:before {
	content:'';
	position:absolute;
	width:30px;
	height:2px;
	background:#000;
	top:-9px;
	right:0;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.spmenu_btn:after {
	content:'';
	position:absolute;
	width:30px;
	height:2px;
	background:#000;
	bottom:-9px;
	right:0;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.spmenu_btn.active {
	background:#FFF;
}
.spmenu_btn.active:before {
	-moz-transform:rotate(-135deg);
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg);
	top:0;
	right:0;
}
.spmenu_btn.active:after {
	-moz-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	bottom:0;
	right:0;
}

.spmenu {
	display:none;
	position:absolute;
	top:50px;
	left:0;
	width:100%;
	background:#cccccc;
}
nav {
	display:block;
	width:100%;
	margin:0 auto;
}

nav li {
    list-style-type: disc;
    font-size: 90%;
    color: #FF0000;
}

nav li a {
	display:block;
	width:94%;
	color:#FFF;
	padding:4px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	border-bottom:1px solid #999;
	text-align: left;
}



#mainContent {
	padding: 0 20px 0 20px;
	background: #FFFFFF;
}

#mainContent h1{
	font-size: 130%;
	border-bottom: 1px solid #ff9900;
	border-left: 4px solid #ff9900;
	padding: 2px 2px 2px 4px ;
	color: #990000;
	background: #FFFFFF;
}

#mainContent  h2{
	font-size: 120%;
	padding: 0;
	background: #FFFFFF;
}

#mainContent p{
	font-size: 100%;
	color: #333333;
	padding: 0;
	line-height: 170%;
	background: #FFFFFF;
}

p.resizeimage img { width: 100%; }

#footer { 
	padding: 0 20px 20px 20px;
	background: #cccccc;
}


#footer ul{ 
margin: 0; 
padding: 0; 
list-style: none;
border-top: 1px solid #9F99A3;
}

#footer li{ 
display: block; 
border-bottom: 1px solid #9F99A3;
background-color: #EEEEEE;
padding: 1px 10px 1px 10px;
text-decoration: none;
margin: 0px;
text-align: left;
font-size: 90%;
}

#footer p {
	font-size: 90%;
	margin: 0;
	padding: 10px 0;
}


.space34{ clear:both; height:34px; }
.space10{ clear:both; height:10px; }
.space20{ clear:both; height:20px; }
.space30{ clear:both; height:30px; }
.space40{ clear:both; height:40px; }
.space50{ clear:both; height:50px; }


.blue { color: #0066cc; }
.red { color: #990000; }


a:link {/*未訪問のリンク*/
    color:#333333;
    font-style:normal;
    text-decoration:underline;
}

a:visited {/*訪問後のリンク*/
    color:#333333;
    text-decoration:underline;
}

a:hover {/*マウスをのせたとき*/
    color:#ff9900;
    font-style:normal;
    text-decoration:underline;
    position: relative;
    left: 1px;
    top: 1px;
}

a:active {/*クリック中*/
    text-decoration:none;
}

.page-top{
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 99;
	width: 182px;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	text-align: left;
}

* html .page-top{ display: none; }

.page-top a{
	display: block;
	padding: 10px;
	padding-left: 42px;
	border: 1px solid #fff;
	border-right: 0;
	text-decoration: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
}

.page-top a:link,
.page-top a:visited{
	background: url(../img/bg-pagetop.gif) 14px center no-repeat #ff9900;
	color: #fff;
}

.page-top a:hover,
.page-top a:active{
	background: url(../img/bg-pagetop.gif) 14px center no-repeat #666666;
	color: #fff;
}


