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

html,body
{
	background-color:#FFF;
	margin:auto;
	padding-top:20px;
	color:#000;
	letter-spacing:2px;
}

#index
{
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:10px;
	line-height:2px;
	border:none;
	
	
}

a{
	text-decoration:none;
	color:#FFF;
}