@charset "utf-8";
/* CSS Document */


*{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
}



/* Fixed Navbar styles
-------------------------------------------------- */
#menu {
	position: fixed;
	top: 0;
	right:0;
	left: 0;
	z-index: 1030;
	margin-bottom: 0;
	height:150px;
	text-align:center;
	padding-top:8px;
	background-color:#F4F7C8;
	font-size:36px;
	box-shadow: 0px 1px 2px 2px #928E49;
	-webkit-box-shadow: 0px 1px 3px 1px #EDECDA;
	-moz-box-shadow: 0px 2px 3px 3px #928E49;
}
#menu ul{
	margin-right:auto;
	margin-left:auto;
	width:950px;
	overflow:hidden;
	letter-spacing:0.1em;
}
#menu li{ float:left;list-style-type: none;border-right:1px solid  rgba(255,204,153,1); padding-right:10px; margin-left:10px;
	text-align: center;}
#menu li:last-child {
	border-right:none;
}

#menu a{ color:coral ; font-weight:bold; text-decoration:none;}
#menu a:hover{
	color: rgba(255,204,0,1);
	font-size: 36px;
}

#yonyon{
	font-size:16px;
	letter-spacing: 0.1em;
}



h1,h2{ font-size:26px; color:#FF3333}


.hako{ width:650px; height:auto; margin:0 auto ; text-align:left; padding-top:60px; padding-bottom:60px;}



.aomoji{
	font-weight: bold;
	color: rgba(0,153,255,1);
	font-size: 24px;
}






/* Sticky footer styles
-------------------------------------------------- */
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%; text-align:center;
  /* Negative indent footer by it's height */
  margin: 140px auto 0;
}
 
/* Set the fixed height of the footer here */
#push,


#footer {
	height: 60px;
	text-align:center;
	margin:20px 0 0 0px;
	background-color:coral;
	font-size:24px;
	padding-top:12px;
	color:#FFFFFF
}



/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
