@charset "UTF-8";

body {
	margin:0px;
	padding:0px;
	text-align: center;
	font-size:80%;
        font-family: "MS UI Gothic","MS PGothic";
	color:#323232;
	line-height:1.4em;
	background:#000 url(../img/head_bg.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}

