body{
	font-size:18px;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif; 
	color:#FFF;
	line-height:1.6;
	margin:0 auto;
	padding:0;
	letter-spacing:1px;
	width:900px;
	height:100%;
	background-color:#000;
	text-align: center;
}

hr{
	color: #FFF;
    	border: 0;
    	border-bottom: 1px dashed #ccc;
    	background: #999;

}