@charset "utf-8";
/* CSS Document */

body {
	/*font-family: "メイリオ","ＭＳ Ｐゴシック", Arial;*/
	font-family:"ＭＳ Ｐゴシック", "Osaka－等幅";
	color:#666;
	font-size: 16px;
}
/* IE 6 対象 */
body {
	font-size:63%;
	line-height:1.5;
}
/* IE7 を除くモダンブラウザにのみ適用 */
html>/**/body {
	font-size:62.5%;
	line-height:1.5;
}

/*バージョン 7 の IE にのみ適用 */
*+html body {
	font-size:63%;
	line-height:1.5;
}

/* p_
---------------------------------------------------- */
p,li,dt,dd ,td , th ,ol, address{
	font-size:100%;
}
#footer_links li {
	font-size:95%;
}

#left_contents #local_navigations li {
	font-size:130%;
}

.font-big-bold {
	font-size:150%;
	font-weight:bold;
}

.font11-fix {
	font-size:11px;
}
