@charset "Shift_JIS";

/* reset styles */

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	margin:0px;
	padding:0px;
	color:#222222;
	font-family:Verdana,Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ",Osaka,"MS P Gothic","MS P ゴシック",  sans-serif;
	letter-spacing:1px;
	vertical-align:baseline;
}
  
/* For body element */

body {
   font-size:80%;
}

* html body { 
  font-size:medium; /* IE 6 or sooner */
} 

/* for WinIE6 */

* html body {
	font-size:85%;
	font-family:Verdana,Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ",Osaka,"MS P Gothic","MS P ゴシック",  sans-serif;
	letter-spacing:1px;
	vertical-align:baseline;
}

/* for WinIE7 */

*:first-child+html body { 
	font-size:medium;
	font-family:Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ",Osaka,"MS P Gothic","MS P ゴシック", sans-serif;
}