@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: normal;
	display: block;
}
ul {
	list-style: none;
}
img {
	　　　vertical-align: top;
	　　　font-size: 0;
	　　　line-height: 0;
	border-style: none;
}
body header {
	height: 200px;
}
body header h1 {
	background-color: #FF0004;
	width: 100%;
	height: 18px;
	padding-top: 16px;
	padding-bottom: 0px;
	border-bottom: 3px solid #FF7072;
}
body header h1 span {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #FFFFFF;
	font-size: small;
	letter-spacing: 0.5ex;
	padding-bottom: 0px;
}

body header p {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
body header nav {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
}
body header p img {

}

body header nav ul li {
	width: 192px;
	float: left;
	clear: right;
}

body header nav ul li a {
	display: block;
}


body header nav ul li a:hover {
	opacity: 0.6;
	margin-top: 2px;
}
body article {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	overflow-y: visible;
	width: 900px;
	overflow-x: hidden;
}
body footer {
	width: 100%;
	background-color: #FF0004;
	text-align: center;
	display: block;
	clear: both;
	border-top: 4px solid #FF7072;
}
body footer p {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-size: x-small;
	padding-left: 60px;
	padding-bottom: 10px;
	margin-top: -20px;
}
body footer ul {
	width: 960px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding-right: 60px;
	padding-top: 10px;
	font-size: medium;
}
body footer ul li {
	display: inline-block;
	color: #FF0000;
	/* [disabled]text-align: right; */
	margin-left: 4px;
	font-size: 70%;
	letter-spacing: 0.5ex;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border-radius: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;

}
body footer ul li a {
	color: #FF0000;
	text-decoration: none;
	padding-right: 0px;
}

body footer ul li a:hover  {
	color: #FFFFFF;
	text-decoration: none;
}
body footer ul li:hover  {
	text-decoration: none;
	background-color: #FFB5B6;
}

body header h1 span a {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #FF7072;
}
a img {
	border-style: none;

}
a:hover {
	text-decoration: underline;
	color: #FF7072;
}
