@charset "utf-8";


/* ============================================
					reset
============================================ */
*{
margin:0px;
padding:0px;
}

/* ============================================
					リンク下線非表示
============================================ */
a {
text-decoration: none;
}

/* ============================================
					bodyの壁紙
============================================ */
body{
	background-image:url(../bg_wall1.png);
	background-size:auto;
}

/* ============================================
					zentai
============================================ */
div#zentai{
width:auto;

height:auto;
/* border:solid 3px red; */

}

/* ============================================
					wrap
============================================ */
div#wrap{
	width:auto;

height:auto;
margin:auto; /* 中央寄せに必要 */
/* border:solid 3px blue; */ 
}


/* /////////////  ル　ビ /////////////  */
ruby rt{
font-size:70%;
}



/* ============================================
					header
============================================ */
div#header{
	height: 200px;
	width: auto;
/* 	border: thin solid #00FF00; */
	}

div#header img{
	height: 200px;
	width: auto;
/* 	border: thin solid #00FF00; */
	}





/* ============================================
					main_menu
============================================ */
div#main_menu{
	height: 30px;
	width: 100%;
/* 	border: thin solid #00FFFF; */
	}
		
div#main_menu img{
	height:100px;
	width: auto;
	display:block;
/* 	border: thin solid #00FFFF; */
	margin:auto;
	}
	
div#main_menu img#hashi_buhin{
	display:none;
}

div#main_menu{
	display:none;
}
	
div#main_menu_sp a{
	display:block;
	width:100%;
	height:auto;
	border:solid 1px black;
	text-align:center;
	font-size:600%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main_menu_sp a#sitemap{
	display:none;
}


		
/* ============================================
					contents
============================================ */
div#contents{
	width:100%;
	height:auto;
	margin:10px auto 0px auto;
	background-color:white;
	 font-size:300%;
/* 	border: thin solid red; */
}

#main_contents{
margin-top:20px;
background-color:white;
height:auto;
width:100%;
clear:both
}


h2{
text-align:center;
}






/* //////////// sonota.html //////////// */
#main_contents_sonota{
margin-top:20px;
text-align:center;
height:auto;
font-size:60%;
}

#main_contents_sonota img{
/*margin-bottom:30px;  その他ページの画像下の間隔 */
}


div.retsu1{
width:900px;
height:auto;
margin-left:30px;
/* float:left; */
font-size:120%;
/* border:solid 1px red; */
}

div.retsu1 div{
margin-bottom:50px;
}
	
div.retsu1 img{
width:900px;
height:auto;
/* border:solid 1px blue; */
}

div.retsu2{
width:900px;
height:auto;
margin-left:20px;
/* float:left; */
font-size:120%;
/* border:solid 1px red; */
}

div.retsu2 div{
margin-bottom:50px;
/* border:solid 1px blue; */
}

div.retsu2 img{
width:900px;
height:auto;
/* border:solid 1px blue; */
}

div.youtube{
width:900px;
height:auto;
margin-right:30px;
/* float:right; */
font-size:120%;
/* border:solid 1px red; */
}


div.youtube div{
width:900px;
height:auto;
margin-top:0px;
margin-bottom:50px;
float:right;
/* border:solid 1px red; */
}

div.youtube img{
width:900px;
height:auto;
margin-left:0px;
float:left;
margin-bottom:2px;
/* border:solid 1px blue; */
}









/* ============================================
					footer
============================================ */
div#footer_sp{
	height: 1400px;
	width: 100%;
border: thin solid black; /* 	*/
	clear:both; /* float:leftを解除 */
	background-color: #339933;
	
	color:white;
	text-align:center;
	
	margin-top:300px;
	/*line-height:110%;*/
	}

div#footer_sp a{
	display:block;
	width:100%;
	height:120px;
	border:solid 1px black;
	text-align:center;
	font-size:500%;
	padding:auto auto 50px auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



#footer_sp a:link {
 color:white;
 text-decoration: none;
 }

#footer_sp a:visited {
 color:white;
 text-decoration:none;
 }

#footer_sp a:hover {
 color:orange;
 text-decoration:underline;
 }

#footer_sp span{
display:block;
font-size:300%;
margin-top:20px;
font-weight:nomal;
}
/* pc用フッターを非表示 */
div#footer{
	display:none;
}
