@charset "utf-8";

/* --------------------------------------------------------------------------------------
 文字サイズ　小
--------------------------------------------------------------------------------------- */

body {
	color: #1F140F;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 1.5em;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*\*/
* html body {
	font-size: 65%;
}
* html table {
	font-size: 100%;
	line-height: 1.5em;
}
*:first-child + html body {
	font-size: 65%;
}
/**/

span.small a {
	display: block;
	width: 14px;
	height: 18px;
	background: url(../img/txt_small.gif) no-repeat 0 -18px;
	text-indent: -9999px;
}
span.small a:hover {
	background-position: 0 -18px;
}

