@charset "utf-8";
/*----------------------------
初期化セッティングCSS
------------------------------*/
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;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html{
	overflow:scroll;
	overflow:-moz-scrollbars-vertical;
	overflow-x:scroll;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
img{
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}
body {
	color: #333;
	font: normal 90%/160% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*通常ブラウザ13px*/


	*font-size: small;    /*IE6-7はsmallハック*/
	*font: x-small;
	text-decoration: none;
}
/*IE7フォント種類の対応ハック*/
*:first-child+html *{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*IE6フォント種類の対応*/
*html *{
	font-family: 'メイリオ', Meiryo,
	'ＭＳ Ｐゴシック', "MS P Gothic",
	sans-serif;
}
/* --IE8用ハック--- */
html>/**/body {
	font-family: 'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size: small;
}

/*pre、codeが小さくなるのを回避*/
pre, code, kbd, samp, tt {
	font-family: monospace;
	font: 13px/1.231;
	*font-size: small;
	*font: x-small;
	line-height: 1.0;
}
/* --IE8用pre、codeハック--- */
html>/**/body pre, code, kbd, samp, tt {
	font-size: small;
}

table, td {
	border-collapse: collapse;
	border-spacing: 0;
}
/*IE6以前でテーブルのフォントサイズがうまくいかないときの回避*/
table, td {
	font-size: inherit;
	font: 100%;
}
img {
	border: 0;
}
.text10 { font-size: 77%; }
.text11 { font-size: 85%; }
.text12 { font-size: 93%; }
.text13 { font-size: 100%; }
.text14 { font-size: 108%; }
.text15 { font-size: 116%; }
.text16 { font-size: 123.1%; }
.text17 { font-size: 131%; }
.text18 { font-size: 138.5%; }
.text19 { font-size: 146.5%; }
.text20 { font-size: 153.9%; }
.text21 { font-size: 161.6%; }
.text22 { font-size: 167%; }
.text23 { font-size: 174%; }
.text24 { font-size: 182%; }
.text25 { font-size: 189%; }
.text26 { font-size: 197%; }
.text40 { font-size: 307.8%; }
.english-info {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #066;
}
