@charset "UTF-8";
/* Reset
----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
*zoom: 1;
}
html,h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
p, dt, dd, li, input, textarea {
	line-height: 1.6;
}
p, ul, ol, dl {
	margin: 0 0 15px 0;
	position: relative;
}
ol, ul {
	list-style: none;
	list-style-position: outside;
}
/* Core
----------------------------------------------------------------- */
html {
	-webkit-text-size-adjust: none;
}
body {
	color: #333333;
	background-color: white;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", Osaka, sans-serif;
	font-size:81.25%;/* 13px 相当 16px 継承*/
	letter-spacing: -0.001em;
	word-break: break-all;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
	text-decoration: none;
}
.container {
	margin: 0 auto;
	padding: 20px 0;
	width: 800px;
}
.contents {
	padding-bottom: 20px;
}
/* error
----------------------------------------------------------------- */
#error-text {
    clear:both;
    width:100%;
    text-align:center;
    margin-bottom:36px;
    font-size:92.3076%;/*12px相当　13px継承*/
}

/* error
----------------------------------------------------------------- */
.error-header {
	position: relative;
	height: 70px;
	background:url(images/error_back.png);
	min-width:1000px;
}
.error-header .ci {
	margin: 0 auto;
	width: 1000px;
	padding:20px 0 0;
}
.error-header .ci a img {
	display:block;
}
.error-header ul {
	margin:0;
	float:right;
}
.error-header ul li {
	display:inline;
	padding-left:20px;
}
.error-footer {
    background: none repeat scroll 0 0 #000000;
    clear: both;
    display: block;
    height: 30px;
    margin: 0;
    padding: 0;
	min-width:1000px;
}
.error-footer .ci {
	margin: 0;
	line-height: 1;
    font-size: 90%;
	color: #ffffff;
	text-align: center;
	padding-top: 9px;
}
