@charset "UTF-8";

/* フォントサイズ『小』用css */

/* ------------------------------------------------------------------------ */
/* ■初期化 */ 
/* ------------------------------------------------------------------------ */

body {
		font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color:#333;
	font-size: 12px;
	/*\*/
		*font-size: 78%;    /*win IE用のサイズ指定*/
 /**/
}
table {
    font-size:inherit;
    font:100%;
}
.text10 { font-size:83%; }
.text11 { font-size:92%; }
.text12 { font-size:100%; }
.text13 { font-size:108%; }
.text14 { font-size:117%; }
.text15 { font-size:125%; }
.text16 { font-size:133%; }
.text17 { font-size:142%; }
.text18 { font-size:150%; }
.text19 { font-size:158%; }
.text20 { font-size:167%; }
.text21 { font-size:175%; }
.text22 { font-size:183%; }
.text23 { font-size:192%; }
.text24 { font-size:200%; }
.text25 { font-size:208%; }
.text26 { font-size:217%; }

h1,h2,h3,h4,h5,p,td,th,li,dl,dt,dd{
	margin: 0;
	padding: 0;
}
/* ul,olは、ブラウザによってleft,rightの扱いが違うので、上下のみ0指定 */
ul,ol{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}


/* imgのボーダー */
img {
	border:none;
	/* vertical-align:bottom; */ /* ieで画像の下に余白ができてしまうのを防ぐ */
}

