@charset "shift_jis";
/* CSS Document */

* { margin: 0; padding: 0; }
body { text-align: center; background: url(light-brown-noise.jpg); font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size: 16px; color: #58595B; }
hr { display: none; }
ul, ol { list-style: none; }
img { border: none; }


/*フォント設定
----------------------------------------------*/
.notext { display: none; }

/*リンク設定
----------------------------------------------*/
a:link { color: #C30; text-decoration : none}
a:active { color: #C30; text-decoration : none}
a:visited { color: #C30; text-decoration : none}
a:hover { color:#C30; text-decoration: underline;}

a:hover.ov { position:relative; top:1px; }

.shadow {
	background: url(../img/under_shadow.png) repeat-x 0 100%;
	padding-bottom: 5px;
}


/*ページ設定
----------------------------------------------*/
#page {
	background: url(ninjin.png) no-repeat 50% 0;
	width: 920px;
	margin: 0 auto;
	padding-top: 960px;
	font-size: 10px;
}


/*フッター設定
----------------------------------------------*/
#foot {
	width: 920px;
	margin: 0 auto;
	padding-top: 1.5em;
	padding-bottom: 30px;
	font-size: 10px;
}