@charset "utf-8";
/* ===================================================================
font size default 13px
		10px  	77%			19px 	147%
		11px 	85%			20px 	154%
		12px 	93%			21px 	162%
		13px 	100%		22px 	170%
		14px 	108%		23px 	177%
		15px 	116%		24px 	185%
		16px 	124%		25px 	193%
		17px 	131%		26px 	200%
		18px 	139%
=================================================================== */

/*--- 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 {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; }
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
caption, th { text-align: left; }
q:before, q:after { content: ''; }
object, embed {	vertical-align: top; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
img, abbr, acronym, fieldset { border: 0; }
img {
	vertical-align: bottom;
	line-height: 0;
}
li { list-style-type: none; }
p {
	text-align: left;
	text-justify: inter-ideograph;
}
/*--- default */

body {
	background: #FFF;
	color: #333;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
	font-size: 14px;
	text-align: left;
	min-width:1050px;
}
/* for IE6 */
* html body { font-size: 82%; }
*:first-child + html body {	/* for IF7 */
	font-family: "メイリオ", "Meiryo";
	font-size: 82%;
}
