@charset "utf-8";
@import "import.css";
/*----------------------------
初期化セッティングCSS
------------------------------*/
html, body, div, span, applet, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, address,
a, ul, ol, li, dl, dt, dd,
table, tbody, th, td, form, fieldset, label, legend {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	vertical-align: baseline;
}
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
body {
	color: #333333;
	font: 13px/1.231;	/*通常ブラウザ13px*/
	*font-size: small;    /*IE6と7はsmallハック*/
	*font: x-small;		/*IE5.5と6と7後方互換モードハック*/
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',
	'メイリオ', Meiryo,
	Osaka,
	'ＭＳ Ｐゴシック', "MS P Gothic",
	sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.0;
}
/*IE7フォント種類の対応ハック*/
*:first-child+html *{
	font-family: 'メイリオ', Meiryo,
	'ＭＳ Ｐゴシック', "MS P Gothic",
	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;
	text-align: left;
}
/*IE6以前でテーブルのフォントサイズがうまくいかないときの回避*/
table, td {
	font-size: inherit;
	font: 100%;
}

img {
	border: 0;
}
a:link, a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover, a:active {
	color: #666699;
	text-decoration: none;
}

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

.clear {
	clear: both;
}

h1, h2, h3, h4, h5, p {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
br {
	letter-spacing: 0;
}

/* Textarea input select */
textarea, input, select {
	margin: 0 0 2px 0;
	padding: 1px;
}


