

@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　文字サイズ（小）　デフォルト
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
	color: #333333;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.7em;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

* html body {
	font-size: 75%;
}
*:first-child+html body {
	font-size: 75%;
}

div#head form.search input {
	font-size: 12px;
}

div#head dl.fontsize dd.fontsmall a {
	background: url(/common/img_com/btn_font_s.gif) no-repeat 0 -19px;
}





