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

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	border: none;
}
img {
	vertical-align: top;



}

body {
	background-color: #000000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	*font-size: 13px;
	*font: x-small;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a:link {
	color: #cfdb00;
	text-decoration: none;
}
a:visited {
	color: #cfdb00;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #EEFB00;
}
a:active {
	color: #CC3399
}
h2 {
	font-size: 1.5em;
	color: #cfdb00;
	padding-bottom: 0.7em;
	font-weight: bold;
}
h3 {
	padding-bottom: 0.7em;
}
#wrapper #footer #copyright a:link {
	text-decoration: underline;
	color: #000000;
}
#wrapper #footer #copyright a:visited {
	color: #000000;
}
#wrapper #footer #copyright a:hover {
	color: #CCCC00;
}