@charset "UTF-8";
/*--------------------------------------------------------------
10px    83.4%
11px    91.7%
12px    100%
13px    108.4%
14px    116.7%
15px    125%
16px    133.4%
17px    141.7%
18px    150%
19px    158.4%
20px    166.7%
21px    175%
22px    183.4%
23px    191.7%
24px    200%
25px    208.4%
26px    217%
--------------------------------------------------------------*/

/* Reset
=======================================*/
html,body {
height:100%;
}

body {
margin:0;
padding:0;
font-size:12px;
line-height:1.5;
color:#333;
font-family:sans-serif;
}

/* for Emulate IE7 */
*+html body {
font-family:'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック','MS PGothic';
font-size:75%;
}

/* for IE6 */
* html body {
font-family:'ＭＳ Ｐゴシック','MS PGothic';
font-size:75%;
filter:expression(document.execCommand("BackgroundImageCache", false, true));
}

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;
}

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

fieldset,img,a img {
border:0;
}

img {
vertical-align:text-bottom;
}

address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}

li {
list-style:none;
}

caption,th {
text-align:left;
}

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

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

abbr,acronym {
border:0;
font-variant:normal;
}

sup {
vertical-align:text-top;
}

sub {
vertical-align:text-bottom;
}

button, fieldset, form, input, label, legend, select, textarea {
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
vertical-align:baseline;
}

/* for Emulate IE7 */
*+html input,*+html textarea {
font-family:'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック';
}

/* for IE6 */
* html input,* html input textarea {
font-family:'ＭＳ Ｐゴシック';
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

/* for Emulate IE7 */
*+html code, *+html kbd, *+html pre, *+html samp, *+html tt {
font-size:108%; 
}
