@charset "UTF-8";
/* ===================================================================
filename:default.css
Reset and initialization.
#do not change.
=================================================================== */
html{
	overflow-y:scroll;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}


/* font reset */

body{
	font:13px/1.331 Verdana, "_游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	/*font:13px/1.231 arial,helvetica,clean,sans-serif;*/
	*font-size:small;
	*font:x-small;
	
}

* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

select,input,button,textarea{
	font:99% arial,helvetica,clean,sans-serif;
}

table{
	font-size:inherit;
	font:100%;
}

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


/* font size ---
[font-size List]
10px = 77% 82%
11px = 85%
12px = 93% 100%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%
*/
#container{
	font-size:100%;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, ol, ul, th, td{
	font-size:93%;
}

.supp{
	font-size:77%;
}

h1 .supp, h2 .supp, h3 .supp, h4 .supp, h5 .supp, h6 .supp, p .supp, blockquote .supp, pre .supp, dl .supp, ol .supp, ul .supp, th .supp, td .supp{
	font-size:82%;
}

h1 p, h2 p, h3 p, h4 p, h5 p, h6 p, p p, blockquote p, pre p, dl p, ol p, ul p, th p, td p{
	font-size:100%;
}