@charset "UTF-8";
#headline {
	background-color: #09F;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}



.kurukuru {
  background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
  width: 50px;
  height: 50px;
  opacity: 0;
  padding-bottom: 40px;
}
.kurukuru.is-animated {
  animation: kurukuru 1.4s ease-out;
  opacity: 1;
}
@keyframes kurukuru {
  0%{
    transform: rotateY(0) translateY(40px);
    opacity: 0;
  }
  100%{
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}
 
 
 
.headmenu {
	background-color: #FFF;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	
}
.contents {
	width: 950px;
	background-color: #FFF;
	border-right-style: groove;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

 #copyright {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #FFF;
	width: 950px;
	height: 20px;
	text-align: center;
	background-color: #999;
	margin: auto;
}
	
	#apamanmenu {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	background-repeat: repeat;
	height: 120px;
	background-position: center center;
	margin-top: auto;
	margin-bottom: auto;
}
a:link {
	color: #009;
	text-decoration: none;
}
a:hover {
	color: #F93;
}
a:visited {
	color: #C30;
	
}

a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=70)";
}



#bottommenu {
	
	background-repeat: no-repeat;
	height: 37px;
	width: 800px;
	left: auto;
	right: auto;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	clip: rect(auto,auto,auto,auto);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: auto;
	bottom: auto;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: middle;
	background-position: center;
}
#bottommenutxt {
	padding-top: 10px;
	background-image: url(../topimg/yellow_bg.gif);
}

h1 {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}

h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: bold;
}

h3 {
	margin-top: 2px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-align: center;
}

#menubg {
	height: 53px;
	width: 140px;
}
body {
	font-size: 16px;
}
