@charset "UTF-8";

/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6,
p, a, img, brockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	padding: 0;
	text-align: center;
	text-decoration: none;
	list-style: none;
	border: none;
	outline: none;
	color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0.1em;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

*:first-child+html .clearfix {
	display: inline-block;
}

body {
	text-align: center;
	background-color: #000;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #000000;
}

#header {
	margin-top: 10px;
	width: 105px;
	height: 103px;
}

#logp {
	width: 100px;
}
#main {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	font-style: inherit;
	font-size: 15px;
}



#in {
	text-align: center;
	font-size: 15px;
	padding-top: 10px;
	font-weight: bold;
}

#footer {
	
}

#footer p.copytop {
	margin: 20px 0 30px 0;
	text-align: center;
	font-size: 12px;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
}

/* 
#footer div.w3 {
	padding:0 0 0 30px;
}
#footer div.w3 p {
	float:left;
	margin:0 15px 0 0;
}
#footer div.w3 p img {
	clear:both;
}

 <div class="w3">
      <p><a href="http://validator.w3.org/check?uri=referer"><img
        src="http://www.w3.org/Icons/valid-xhtml10"
        alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a> </p>
      <p><a href="http://jigsaw.w3.org/css-validator/"> <img style="border:0;width:88px;height:31px"
        src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
        alt="正当なCSSです!" /> </a> </p>
    </div> 
	
	
	*/
