@charset "utf-8";


*{
	margin:0;
	padding:0;
	marigin:0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;	
}

header, nav, section, footer{
	margin:0 5px;
}


h1{
	background-image:url(../img/bg_header.png);
	background-repeat:no-repeat;
}

h2{
	font-size:1.2em;
	color:#F90;
	text-shadow:0 0 1px#333;
	margin:10px;
}

h3{
	color:#F90;
		margin:10px 15px;
}

nav{
 margin:10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #9cc900;
	background: -webkit-gradient(linear, left top, left bottom, from(#aad512), to(#8caf10));
	font-size: 107%;
	width: 300px;
	margin: 10px auto;
}

ul.clearfix li{
	list-style:none;
	 float:left;
	 width:33%;
	 text-align:center;
	 height:40px;
	 line-height:40px;
	 font-size:1.3em;
	 border-left:1px solid #fff;
}

ul.clearfix li a{
	   text-decoration:none;
		 color:#fff;
		 font-weight:bold;
}



.clearfix:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}

p{
	margin-bottom:1em;
}

p:last-child{
	margin-bottom:0;
}

aside{
	margin:10px;
	padding:5px;
	background-color:#F1F9FA;
	border-radius:10px;
	-webkit-border-radius:10px;

}


.pagetop{
	margin:10px;
	padding:4px;
	width:80px;
	text-align:center;
	background-color:#333;
	color:#fff;
	border-radius:8px;
	-webkit-border-radius:8px;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#8B9BA7), to(#7D7D7D));
	float:right;
	font-size:80%;
}

.pagetop a{
	text-decoration:none;
		color:#fff;
}

.footcontent{
	clear:both;
	display:block;
	margin-bottom:10px;
}

.switch{
	clear:both;
	display:block;
	text-align:center;
	font-size:9px;
}

footer{
	clear:both;
	background-image:url(../img/bg_footer.png);
	background-repeat:no-repeat;
	text-align:center;
	height:40px;
}

small{
	font-size:9px;
	color:#999;
	text-shadow:0 1px #000;
}

/* NINJAのコマーシャルを消す */
ul.tdftad {
  display: none;
}
