@charset "utf-8";
/* CSS Document */

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


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

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

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

a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none!important;
}


#foot {
	text-align: center;
	color: #ccc;
	font-size: 10px;
	margin-top: 15px;
	line-height: 1.5;
	margin-bottom: 80px;
}