@charset "utf-8";

/*--
px   %
10 = 77
11 = 85
12 = 93 (was 93)
13 = 100
14 = 108 (was 107)
15 = 116 (was 114)
16 = 123.1 (was 122)
17 = 131 (was 129)
18 = 138.5 (was 136)
19 = 146.5 (was 144)
20 = 153.9 (was 152)
21 = 161.6 (was 159)
22 = 167
23 = 174
24 = 182
25 = 189
26 = 197
--*/

/*--
			__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,th,td{
	margin:0;
	padding:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
caption,th{
	text-align:left;
}
q:before,q:after{
	content:'';
}
object,
embed{
	vertical-align:top;
}
hr,legend{
	display:none;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
img,abbr,acronym,fieldset{
	border:0;
}
li{
	list-style-type: none;
}
img{
	vertical-align:bottom;
}

/*--

			__default

----------------------------------------------------*/
body{
    font:"メイリオ","ＭＳ Ｐゴシック","ＭＳ ゴシック","小塚ゴシック Pro M";
	font-size: small;
    margin:0;
    padding:0;
	text-align:left;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

h1 {
    font-size:197%;
}

h2 {
    font-size:160.6%;
}

h3 {
    font-size:146.5%;
}

h4 {
    font-size:123.1%;
}

h5 {
    font-size:108%;
}

h6 {
    font-size:108%;
}
p{
	line-height:1.3;
}