@charset "Shift_JIS";

/* Common CSS */

* {
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body{
	background:#000;
}


/* ----- key ----- */

#key{
	width:100%;
	height:600px;
	background:url(/NR/rdonlyres/7A2D3780-33BA-4779-9DAE-B9AB86A6E466/0/key.jpg) center;
}

/* ----- FOOTER ----- */

#footer {
	width:100%;
	height:120px;
	font-size:11px;
	background:#000000 url(/NR/rdonlyres/556BDECA-452F-4F94-9E0D-659AA2533075/0/footer_bg.gif) repeat-x;
}

.white a:link {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}

.white a:active {
	text-decoration:underline;
}

.white a:hover {
	text-decoration:underline;
}

.white a:visited {
	color:#CCCCCC;
	font-size:11px;
	text-decoration:none;
}

.gray {
	color:#FFFFFF;
}

.gray a:link {
	color:#CCCCCC;
	font-size:11px;
	text-decoration:none;
}

.gray a:active {
	text-decoration:underline;
}

.gray a:hover {
	text-decoration:underline;
}

.gray a:visited {
	color:#CCCCCC;
	font-size:11px;
	text-decoration:none;
}
ul{
	padding-top:350px;
}
ul a{
	font-size:12px;
	color:#F60;
}
ul a:hover{
	text-decoration:none;
}

