/* ############################################################################################# */
/* 標準スタイル初期化 */
/* ############################################################################################# */
html {
	color: #333333;
	background-color: #FFFFFF;
	height: 100%;
	line-height: 1;
	font-size: 10px;
	font-family: Arial, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	font-size: 160%;
}
h1, h2, h3, h4, h5, h6, form, dl, dt, dd, p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
p {
	margin: 0 0 0.8em;
}
img {
	border-style: none;
}
em {
	font-style: normal;
}
button, input, select, textarea {
	vertical-align: bottom;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 75%;
}
label {
	cursor: pointer;
}
ul, ol { /* [ifie.css] override */
	margin: 0 0 5px;
	padding: 0 0 0 1.5em;
}
hr {
	display: block;
	margin: 20px 0;
	padding: 0;
	height: 0;
	line-height: 0;
	border-top: #AAAAAA 1px solid;
	border-bottom: #E5E5E5 1px solid;
}
a:link {
	color: #113366;
	text-decoration: none;
}
a:visited {
	color: #6A3884;
	text-decoration: none;
}
a:active,
a:hover {
	color: #458CDD;
	text-decoration: underline;
}
