/* PAisAuS shozuoka */
body{
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＤＦＰPOP1体";
	margin-top: 0px;
	background-color: #000000;
}
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
h1{
	font-size: xx-small;
	color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
h2{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	font-size: medium;
}
h3{
	font-size: small;
	color: #807878;
	text-align: center;
	margin-bottom: 0px;
}

p{
	padding-bottom: 0px;
}
img{
	width: 100%;
}
.img_picture{
	width: 80%;
}
.rightHonbun{
	font-size: small;
	text-align: justify;
	margin-top: 0px;
}
.card{
	max-width: 350px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.blog{
	width: 50%;
	max-width: 250px;
}
.strong{
	font-size: small;
	color: #FFC90E;
	text-align: center;
	margin-bottom: 0px;
}
/* --- ナビゲーションバー --- */
.nav {
	width: 100%;
	background-color: #FFF6CD;
	border-top: 1px #FFF728 solid;
	border-bottom: 1px #FFF728 solid;
	clear: both;
}
.nav ul.nl {
	width: 80%; /* メニューの幅 */
	margin: 0 auto; /* センターに配置 */
	padding: 0;
	list-style-type: none;
}
div.nav ul.nl li {
	width: 33%; 
	float: left;
}
div.nav ul.nl li a {
	display: block;
	position: relative; /* IE6用 */
	padding: 8px 2px; /* リンクエリアのパディング（上下、左右） */
	border-left: 1px #FFC90E solid; /* リンクエリアの左境界線 */
	text-decoration: none; /* テキストの下線（なし） */
}
div.nav ul.nl li a:hover {
	background-color: #FFC90E; /* ポイント時の背景色 */
	text-decoration: underline; /* テキストの下線（あり） */
}
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}
/* --- ボタンのデザイン --- */
.button{
	width: 100%;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 8px 0 10px;
	border-left: 1px solid #FFC90E;
	border-right: 1px solid #FFC90E;
	font-size: small;
	color: #ffffff;
	/* ボタンのグラデーション開始*/
	background-image: -moz-linear-gradient(
    top,
    #FFC90E 0%,
    #FFDA73 40%,
    #D0A417 52%,
    #FFC90E);
	background-image: -webkit-gradient(
    linear,left top,left bottom,
    from(#FFC90E),
    color-stop(0.49,#FFDA73),
    color-stop(0.52,#D0A417),
    to(#FFC90E));
	/* ボタンのグラデーション終了*/
	border-radius: 5px;
	webkit-box-shadow: 2px 2px #E582AE;
	text-shadow: -1px -1px #504015;
}
.menu-bar{
	background-color: #FFF6CD;
	border-top: 1px #FFC90E solid;
	border-bottom: 1px #FFC90E solid;
	text-align: center;
	color: #A38119;
	font-weight: bold;
	text-shadow: -1px -1px #ffffff;
	padding-top: 5px;
	margin-bottom: 10px;
}
.rec-bar{
	background-color: #FFF6CD;
	border-top: 1px #FFC90E solid;
	border-bottom: 1px #FFC90E solid;
	text-align: center;
	font-size: auto;
	color: #A38119;
	font-weight: bold;
	text-shadow: -1px -1px #ffffff;
	padding-top: 10px;
	margin-top:20px;
	margin-bottom: 0px;
}
.center{
	text-align: center;
	font-size: large;
	color: #A38119;
	margin-bottom: 0px;
	margin-top: 0px;
}
.copylight{
	text-align: center;
	font-size: x-small;
}
.hr{
	border-top: 1px solid #858585;
	margin-top: 5px;	
}
footer{
	clear: both;
	border-top: 1px solid #858585;
	margin-top: 5px;
}
.tenpo{
	width: 33%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	float: left;
}