@charset "Shift_JIS";
/* CSS Document */
img {
     max-width: 100%;
     height: auto;
     }

.contents{
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	padding:0px 5px;
	width:95%;
	margin:0px auto;
}

.contents h1.toppage{
	font-size:16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #663;
	background-color: #FF9;
	width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
}

#gnavi ul{
	font-size:16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width:95%;
}

#gnavi li{
	clear:both;
	font-size:16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:-webkit-gradient(linear, 0% 0%, 0% 90%, from(#fff), to(#afa));
	　　border-radius: 10px;
	　　-webkit-border-radius : 10px;
	　　-moz-border-radius: 10px;
	margin-left: 0px;
	padding-left: 10px;
	margin-bottom: 5px;
	float:left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	width: 95%;
	border-top:1px solid #555;
	border-bottom:1px solid #555;
	
}

#gnavi li a{
	font-size:16px;
	color:#000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration:none;
	display: block;
	width: 100%;
	padding:1px 0px;
	margin:1px 0px;
}
#gnavi li a:hover{
	color : #fff;
}
#gnavi li a:visited{
	color : #555;
}
#gnavi p{
	clear:both;
}

img.left{
	float:left;
	padding:2px 5px;

}

img.right{
	float:right;
	padding:2px 5px;

}

.google-ad{
	margin:5px auto;
}

#menu-navi a {
  font-size:16px;
  width:33%;
  height:1.5em;
  padding:10px 0;
  background:-webkit-gradient(linear, 0% 0%, 0% 80%, from(#fff), to(#caa));
  text-shadow:1px 1px 1px #fff;
  color:#330;
  text-align:center;
  float:left;
  text-decoration:none;
  box-sizing: border-box; 
  border-top:1px solid #555;
  border-bottom:1px solid #555;
	display: block;
	padding:1px 0px;
	margin:1px 0px 10px 0px;
	}

