@charset "utf-8";
*{margin:0;padding:0;}
.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 MacIE5 */
* img { border:none;vertical-align:bottom; }
* a {
	color:#333;
}
a:hover {
	color:#cc0033;
}
html{overflow-y:scroll;}
body {
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align:justify;
	text-justify:distribute;
	font-size:12px;
	line-height:1.6;
	color:#333;
}
div#container {
	clear:both;
	width:800px;
	margin:0 auto;
	padding:0;
}

div#header {
	width:800px;
	margin:0 auto;
}

div#main {
}
div#footer {
	clear:both;
	width:800px;
	margin:0 auto;
	padding:32px 0 12px 0;
	text-align:center;
}

