@charset "utf-8";

/*------------Infomation----------------

 File name:   font.css
 Style Info:  OS Browser font rule.

---------------------------------------*/
/*-----Mac OS-----*/
.mac body {
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,Helvetica,Arial,sans-serif;
	letter-spacing: -1px;
}

/*-----Win OS-----*/
.win body {
	font-family:"Meiryo","メイリオ","MS P Gothic","ＭＳ Ｐゴシック",Helvetica,Arial,sans-serif;
}

.safari body {
	font-size:80%;
	line-height:189%;
}
.ie body {
	font-size:85%;
	line-height:142%;
}
.gecko body {
	font-size:86%;
	line-height:158%;
}
.opera body {
	font-size:81%;
	line-height:184%;
}
