@charset "UTF-8";

*{
	margin:0;
	padding:0;
	border:0;
	outline-style:none;
	list-style:none;
	font-style:normal;
	font-weight:normal;
	font-size:11px;
	line-height:16px;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック','Osaka−等幅','Osaka-Mono','ＭＳ ゴシック',arial,helvetica,clean,sans-serif,monospace;
	text-align:left;
	text-decoration:none;
}

html{
	color:#000000;
	background:#000000;
}

TABLE{
	empty-cells:show;
	border-collapse:collapse;
	border-spacing:0;
}

body{
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
	background-color:#000000;
}

#wrap{
	width:800px;
	height:600px;
	margin:0 auto;
	text-align:left;
	background:#aa0000;
}


#footer{
	width:800px;
	height:30px;
	margin:0 auto;
	padding:12px 0 0 0;
}

a{font-weight:bold; color:#aa0000;}
a:hover{color:#000000;}


/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 ¥*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/