@charset "UTF-8";

/* ■BASE
-------------------------------------------------------------------*/
html, body {
	margin: 0px;
	padding: 0px;
	}

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, fieldset, input, th, td {
	margin: 0px;
	padding: 0px;
	}

html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	}

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana, arial, sans-serif;
	font-size: 62.5%;
	line-height: 100%;
	color: #111;
	background: #fff;
	margin: 0 auto;
	}

img {
	border: none;
	vertical-align: top;
	}

a {
	overflow: hidden;
	outline: none;
	}

ul, li {
	list-style: none;
	}

a:link { color: #0264d3; text-decoration: none; }
a:visited { color: #0264d3; text-decoration: none; }
a:hover { color: #ff7200; text-decoration: underline; }
a:active { color: #0264d3; text-decoration: none; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

.clearfix { display: inline-block; }

/* exlude MacIE5 */
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* end exlude MacIE5 */

span.red {
	color: #ff0000;
	}


#wrap {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 15px 0;
	}

header {
	text-align: center;
	font-size: 1.6em;
	line-height: 1.4;
	}

#content {
	text-align: center;
	padding: 20px 0;
	}

#content p {
	font-size: 1.4em;
	line-height: 1.6;
	}

#content .external {
	border-top: dotted 1px #999;
	margin-top: 30px;
	padding-top: 10px;
	}

/* ■FOOTER
-------------------------------------------------------------------*/
footer {
	text-align: center;
	}

footer .copyright {
	font-size: 1.2em;
	line-height: 1.4;
	}
