@charset "UTF-8";

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

/* 
	■リセット
------------------------------------- */
html {
	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;
	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;
	line-height: 1.4;
	background-color: #FFF;
	font-size: 13px;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    *font-size: small;
    *font: x-small;
	color: #666;
}

a {
	text-decoration: none;
	overflow: hidden;
	outline: none;
	border: none;
	}

a:link,
a:visited {
	color: #666;
	}

a:hover,
a:focus,
a:active {
	color: #999;
	}

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	| 	

*/

