@charset "utf-8";


html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;border: none;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}
table{border-collapse:collapse;border-spacing:0;font-size:inherit;font:100%;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
li{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:bold}
q:before,q:after{content:''}
abbr,acronym{font-variant:normal}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top}
sub {vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
/*because legend doesn't inherit in IE */
legend{color:#000}


textarea { font-size: 100%; }
img { vertical-align: bottom;/*display:block;*/ border:none;}


.rel { position:relative;}



/*font */
body {
	line-height:1.7;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}
table {font-size:inherit;font:100%;}
select,
input,
textarea {
　font-size: 99%;
}
p { font-size:92.4%;margin-bottom:10px;}




/*設定*/




/*boxに指定する場合
.px9 { font-size:69.3%}
.px10 {font-size:77%;}
.px11 {font-size:84.7%}
.px12 {font-size:92.4%}
.px13 {font-size:100%}
.px14 {font-size:107.7%}
.px16 {font-size:123.1%}
.px18 {font-size:138.5%}
*/
/*12->13　inlineに直接の場合*JS優先になってます*/
.px9 { font-size:75%}
.px10 {font-size:83.4%;}
.px11 {font-size:91.7%}
.px12 {font-size:100%}
.px13 {font-size:108.4%}
.px14 {font-size:116.7%}
.px16 {font-size:133.4%;}
.px18 {font-size:150%}
.px26 {font-size:216.7%%}
p.px9 { font-size:69.3%}
p.px10 {font-size:77%;}
p.px11 {font-size:84.7%}
p.px12 {font-size:92.4%}
p.px13 {font-size:100%}
p.px14 {font-size:107.7%}
p.px16 {font-size:123.1%}
p.px18 {font-size:138.5%}

a:link {
	text-decoration: underline;
	color:#fff;
}
a:visited {
	text-decoration: underline;
	color:#fff;
}
a:hover {
	text-decoration: underline;
	color: #aaa;
}
a:active {
	text-decoration: underline;
	color: #aaa;
}


.clr { clear:both; font:0; line-height:0;}
.print { display:none}