
@import "null.css?\"\{";

/* 
	■リセット
------------------------------------- */
html {
	/*height: 100%;*/
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	/*margin: 0;
	padding: 0;*/
	vspace: 0%;
	hspace: 0%;
	border: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	list-style-type: none;
	}

body {
	line-height: 1;
	}

blockquote {
	margin: 0;
    padding: 0;
	quotes: none;
	}

dl,dt,dd,
form,fieldset,input,textarea,button {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}

img {
	vertical-align: bottom;
	}

strong, em {
	font-style: normal;
	font-weight: normal;
	}


/* 
	■Clearfix
------------------------------------- */

.clearfix:after {
  	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

.clearfix {
 	min-height: 1px;
	zoom:1;
	}

* html .clearfix {
 	height: 1px;
	overflow: visible;
 	/*¥*//*/
 	height: 1%;
 	display:block;
 	overflow: hidden;
 	/**/
	}



/* 
	■ベーススタイル
------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	line-height: 1;
	font-size: 13px/1.231;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; /* 基本文字設定 */
    *font-size: small; /* Win IE7およびWin IE6標準準拠モード向け */
    *font: x-small; /* Win IE 5-5.5､6(後方互換モード)向け */
	color: #666;
	text-align: center;
}

* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

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%;
	}
	
h2.accessibility {
	width: 0;
	height: 0;
	overflow: hidden;
	}
	
	



/*  フォントサイズ早見表

			77% = 10px	|	122% = 16px	|	167% = 22px	
			85% = 11px	|	129% = 17px	|	174% = 23px 
			92% = 12px	|	136% = 18px	|	182% = 24px 
			100% = 13px	|	144% = 19px	|	189% = 25px 
			107% = 14px	|	152% = 20px	|	197% = 26px 
			114% = 15px	|	159% = 21px	| 	

*/



