@charset "UTF-8";

/* フォントサイズ『中』用css */
/* ver.3  2011/08/09 */

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

* {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color:#333;
	font-size:13px;
}

* html body { /* for IE6 */
  font-size: small;
}
*:first-child+html body { /* for IE7 */
  font-size: small;
}


table {
    font-size:inherit;
    font:100%;
}
.text10 {font-size:77%; }
.text11 {font-size:85%; }
.text12 {font-size:93%; }
.text13 {font-size:100%; }
.text14 {font-size:108%; }
.text15 {font-size:116%; }
.text16 {font-size:124%; }
.text17 {font-size:131%; }
.text18 {font-size:139%; }
.text19 {font-size:147%; }
.text20 {font-size:154%; }
.text21 {font-size:162%; }
.text22 {font-size:170%; }
.text23 {font-size:177%; }
.text24 {font-size:185%; }
.text25 {font-size:193%; }
.text26 {font-size:200%; }

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;
}
input, textarea{
	font-family:sans-serif;
	font-weight:normal;
}

ul{
	list-style-position:outside;
	list-style-type:none;
}
ol{
	list-style-position:outside;
}


img {
	vertical-align:baseline;
}

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

