@charset "utf-8";
/* CSS Design */
/* --------------------------------- Root --------------------------------- */
html {
	background:#fff;
}

body{
	font:80% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

body {
       font-family:
               Arial,
               Helvetica,
               Clean,
               Meiryo,
               "メイリオ",
               "Hiragino Kaku Gothic Pro",
               "ヒラギノ角ゴ Pro W3",
               Osaka,
               "MS P Gothic",
               "ＭＳ Ｐゴシック",
               sans-serif;
       }

* {
	width:auto;
}

*:first-child+html body {
       font-family:
               Meiryo,
               "メイリオ",
               Arial,
               Helvetica,
               Clean,
               "Hiragino Kaku Gothic Pro",
               "ヒラギノ角ゴ Pro W3",
               Osaka,
               "MS P Gothic",
               "ＭＳ Ｐゴシック",
               sans-serif;
       }
* html body {
       font-family:
               Meiryo,
               "メイリオ",
               Arial,
               Helvetica,
               Clean,
               "Hiragino Kaku Gothic Pro",
               "ヒラギノ角ゴ Pro W3",
               Osaka,
               "MS P Gothic",
               "ＭＳ Ｐゴシック",
               sans-serif;
       }


/* --------------------------------- Link COR --------------------------------- */
a { color:#0050AF; text-decoration:underline;}
a:visited { color:#0050AF; text-decoration:underline;}
a:hover { color:#dd0000; text-decoration:none;}
a:active { color:#0050AF; text-decoration:none;}


/* --------------------------------- Layout id --------------------------------- */
#wrapper {
	margin:0;
}

#gNavi,
#sNavi,
#lNavi,
#pNavi,
#contactBt,
#footer,
.scrollDown {
	display:none;
}
