@charset "UTF-8";

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

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

/* フォント */
body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color:#333;
	font-size: 16px;
	/*\*/
		*font-size: 103%;    /*win IE用のサイズ指定*/
 /**/
}
table {
    font-size:inherit;
    font:100%;
}
.text10 { font-size:63%; }
.text11 { font-size:69%; }
.text12 { font-size:75%; }
.text13 { font-size:81%; }
.text14 { font-size:88%; }
.text15 { font-size:94%; }
.text16 { font-size:100%; }
.text17 { font-size:106%; }
.text18 { font-size:113%; }
.text19 { font-size:119%; }
.text20 { font-size:125%; }
.text21 { font-size:131%; }
.text22 { font-size:138%; }
.text23 { font-size:144%; }
.text24 { font-size:150%; }
.text25 { font-size:156%; }
.text26 { font-size:163%; }

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で画像の下に余白ができてしまうのを防ぐ */
}

