@charset "utf-8";
/*================================================================

リセット／共通

================================================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	width: 100%;
	background: #e70014;
	color: #505050;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
}
/* for IE6 */
* html body {
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
/* for IE7 */
*:first-child+html body { font-size: 75%; }

table {
	border-collapse: separate;
	border-spacing: 0;
	font-size: inherit;
}
td, th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul, li { list-style: none; }
caption, th {
	text-align: left;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #0953ae;
	outline: none;
}
a:hover { color: #0b75f0; }
br { letter-spacing: normal; }
hr { display: none; }
img {
	vertical-align: bottom;
	border: none;
}
