@charset "shift_jis";

/* -------------------------------------

ブラウザスタイルの初期化

--------------------------------------*/

/* ユニバーサルセレクタで初期化しない */

html {
	overflow-y:scroll; /* Firefox用 */
}
	
body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height:1.5em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
 
h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	font-size:12px;
	line-height: 1em;
	/* font-weight: normal; */
	font-style: normal; 
}


table {
	font-size: inherit;
}

img {
	border: 0;
	vertical-align: bottom; /* Firefox用 */
}

p {
	margin: 1em 0;
}

*>/**/sup { vertical-align: text-top; line-height: 4px; }

a:link {
	text-decoration:underline;
	color:#0066CC;
}
a:visited {
	text-decoration:underline;
	color:#0066CC;
}
a:hover {
	text-decoration:underline;
	color:#0066CC;
}
a:active {
	text-decoration:underline;
	color:#0066CC;
}

.small {
	font-size:10px;
}