@charset "UTF-8";

@import url('layout.css');

body{
	margin:0 auto;
	padding:0;
	font-size:12px;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#000;
	color:#FFF;
}

a{
	color:#999;
	text-decoration:none;
}

a:hover{
	color:#900;
	text-decoration:underline;
}

.c-both{
	clear:both;
}