@charset "utf-8";
/* ================================================================
font size default 12px
10px  	84%
11px 	92%
12px 	100%
13px 	109%
14px 	117%
15px 	125%
16px 	134%
17px 	142%
18px 	150%
19px 	159%
20px 	167%
21px 	175%
22px 	184%
23px 	192%
24px 	200%
25px 	209%
26px 	217%
================================================================ */

/*--- reset */

html {overflow-y: scroll;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;}
	
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:100%;}


q:before,q:after {
	content: '';}

object,
embed {vertical-align: top;}

h1,h2,h3,h4,h5,h6 {font-size: 100%;}

img,abbr,acronym,fieldset {border: 0;}
img{
	vertical-align:bottom;
	line-height:0;
	}

li {list-style-type: none;}

/*--- default */

body {
	background: #FFFFFF;
	color: #333;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	font-size: 12px;
	
	}


* html body {
    font-size: 82%;}

*:first-child + html body {	/* for IF7 */
	font-family: "メイリオ","Meiryo";
	font-size: 82%;}
	
html>/**/body{
font-size: 82%\9;
}

