@charset "utf-8";
body {
background-color: #000;
color: #eee;
text-align: center;
}
a:link {
	color: #6699cc;
	text-decoration: none;
}
a:visited {
	color: #6699cc;
	text-decoration: none;
}
a:hover {
	color: #6699cc;
	text-decoration: underline;
}
a:active{
	color: #6699cc;
	text-decoration: none;
}
div#contents {
width: 1000px;
margin: 0 auto;
}
div#contents div#flashcontent_error {
width: 500px;
margin: 50px auto 0 auto;
text-align: left;
}

