@charset "UTF-8";

/*-----------------------------------------
共通指定
-----------------------------------------*/

body{
	letter-spacing:normal;
	font-size: small;
	font-family: verdana,"MS UI Gothic", "Hei", "ヒラギノゴシック Pro W6","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	background-color:#ffffff;
	}

* + html body {
	font-family: "MS UI Gothic", "Hei", "ヒラギノゴシック Pro W6";
	font-size:75%;
	}

body #wrapper{
	font-family: "MS UI Gothic", "Hei", "ヒラギノゴシック Pro W6","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",
	Helvetica, Sans-serif;
	}	

