@charset "utf-8";

/*
* {
    font-family: "ＭＳ ゴシック","MS Gothic","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","Osaka−等幅",Osaka-mono,sans-serif;
}
*/

/*
* {
    font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",sans-serif;
}
*/

body {
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',sans-serif;
}

/* font.css */
/*
body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%; /* ~WinIE7 */
}
*/
html>/**/body {
-webkit-text-size-adjust: none;
/*font-size: 12px;*/ /* Except IE */
font-size: 62.5%;
}

h1{
	font-size:1.8em;
}
h2{
	font-size:1.5em;
}
h3{
	font-size:1.2em;
}
a{
	font-size:1.2em;
}
p{
	font-size:1.2em;
	line-height:1.5em;
}