@charset "utf-8";
/* CSS Document */



body{
	font-family: Arial, Helvetica, sans-serifarial,helvetica, -apple-system, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ ゴシック', 'MS Gothic',sans-serif;
	font-size: 88%;
	padding-top: 100px;
	height: 100%;
	background-color: #ffffff;
}  


	/* for IE7 */
*+html body {
	font-family: Arial, Helvetica, sans-serifarial,helvetica, -apple-system, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ ゴシック', 'MS Gothic',sans-serif;
	font-size:88%;
	height: 100%;
}
	/*ie6*/ 
* html body {
	font-family: Arial, Helvetica, sans-serifarial,helvetica, -apple-system, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ ゴシック', 'MS Gothic', sans-serif;
	font-size:small;
	text-align:left;
}
	/*ie6@line-height*/
*html body {
	font:93%/1em;
	height: 100%;
} 



*html p,*html h1,*html h2,*html h3,*html h4,*html h5,*html h6,*html h7,*html h8,*html h3w,*html li,*html div{
	height: 0.1%;
	margin-left: 0;
}



html{
	color:#000;
	height: 100%;
}

/* 複数セレクタで指定 */
#header, #contets, #footer {
	width: 100%;
	margin: 0px auto 0;

}



body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h3w,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 896px;
}
fieldset,
img {
	border: 0;
	margin: 0px;
	padding: 0px;
	clear: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ul li {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h3w {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}

.sup {
	vertical-align:0.3em;
	font-size:77%;
	*line-height:2em;
}
.sub {
	vertical-align:-0.2em;
	font-size:77%;
	line-height:100%;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,
textarea,
select {
	*font-size:100%;
}

legend {
	color:#333;
}

a:link{
	color:#f22f11;
	text-decoration:underline;
}

a:visited{
	color:#f22f11;
}
a:hover {
	color:#f22f11;
}
