@charset "utf-8";

body {
    background-color:#121212;
	font-size:12px;
	line-height:18px;
}


/*---------リンク---------*/
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}



/*---------トップページ---------*/
#main {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#headline {
    width: 900px;
	height:20px;
	text-align:right;
}

#flash {
	width: 900px;
	height: 600px;
}

#menu {
	width: 900px;
	height: 74px;
}