@charset "utf-8";
@import "import.css";
/*-------------------------------------------------
最低限基本スタイル
-------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	background: url(../common/background.gif);
}
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;
}
/*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;
}
html {
	overflow-y: scroll; /*縦スクロール常に表示(CSS3)*/
}
a:link, a:visited {
	color: #3366CC;
	text-decoration: underline;
}
a:hover, a:active {
	color: #CC3366;
	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%; }

table, tr, th, td {
	border-collapse: collapse;
	border-spacing: 0;
}
textarea, input {
	font-size: 100%;
}
img {
	border: 0px;
}
h1, h2, h3, h4, h5, p {
	padding: 0px;
	margin: 0px;
}
br {
	letter-spacing: 0;
}
hr {
	display: none;
}

