@charset "utf-8";


/*--------------------------
      universal reset
----------------------------*/
*{
	margin:0;
	padding:0;
}

/*--------------------------
     Initial tag setting
----------------------------*/
body {
	text-align: center;	/* center in winIE */
	font-family:"メイリオ",Meiryo,Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px; /* 基本文字設定 */
    *font:x-small; /* Win IE 5-5.5､6(後方互換モード)向け */
}

table {
    font-size:inherit; /* モダンブラウザ向け */
    font:100%;/* Win IE 5-5.5､6(後方互換モード)向け */
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%; /* Win IE全般向け */
	line-height: 100%;
}

.text11 { font-size:77%; }
.text12 { font-size:85%; }
.text13 { font-size:93%; }
.text14 { font-size:100%; }
.text15 { font-size:108%; }
.text16 { font-size:116%; }
.text17 { font-size:123.1%; }
.text18 { font-size:131%; }
.text19 { font-size:138.5%; }
.text20 { font-size:146.5%; }
.text21 { font-size:153.9%; }
.text22 { font-size:161.6%; }
.text23 { font-size:167%; }
.text24 { font-size:174%; }
.text25 { font-size:182%; }
.text26 { font-size:189%; }
.text27 { font-size:207.7%; }
.text28 { font-size:215.4%; }


img { 
	border: 0;
	vertical-align: bottom;
}

hr{
	display: none;	/*水平線非表示*/
}

/*===================================================
container
===================================================*/
body {
	margin: 0;
	padding: 0;
}

/* =========================================================
Footer
========================================================= */
#footer{
	text-align: center;
	font-size: 75%;
}


/* =========================================================
Clear of Float
========================================================= */
.clear {
	margin: 0;
	display: block;
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

