@charset "utf-8";


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

#container {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #eeeeee;
}

header {
	position:absolute;
	width: 100%;
	height:40px;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	background:#990000;
	z-index:100;
}

/* スマホ用 */
.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 450px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

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

section {
	width:100%;
	background:#ffffff;
}

section h1{
    text-align: center;
    font-size: 130%;
    padding: 1em 1em 0 1em;
    color: #333333;
}

section p{
    text-align: left;
    font-size: 100%;
    padding: 0em 1em 1em 1em;
    color: #333333;
}

section .sjpg{
    display: block;
    margin: 0 auto;
    padding: 0 0 0.2em 0;
}


#footer { 
	padding: 0 20px 16px 20px;
	background: #666666;
}


#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;
	color: #ffffff;
}


.space33{ clear:both; height:33px; }
.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; }
.space60{ clear:both; height:60px; }

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


.res a:link{ color: #000000; }
.res a:visited{ color: #000000; }
.res a:hover{ color: #ff9900; }
.stxt{ font-size: 80%; color: #cc0000; }

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

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


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

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




