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







/* //////////// otoiawase.html //////////// */
div#mail{
width:700px;
height:274px;
margin:30px auto 30px auto;
text-align:center;
}

div#mail span{
font-size:105%;
background-color:#FFFFCC;
}






/* ============================================
					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;
}
