
.clearfix:after {
	content: ".";
	display: block;
    height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block;}

/* Hides from IE5-mac \*/
*html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE5-mac */


* {
	margin: 0;
	padding: 0;
	list-style: none;
}
a, a:link, a:visited {
	text-decoration :none;
}
body {
  text-align: center;
 font-family: "MS ƒSƒVƒbƒN", Osaka, "MS UI Gothic", Verdana, Myriad, Helvetica,"MS Trebuchet", Arial, sans-serif;
	color: #000000;
	background: #FFFFFF url(bk.jpg) repeat-x;
}
img {
	vertical-align: top;
	border: none;
}
div#wrapper {
 width: 800px;
 margin: 20px auto;
 height: 800px;
 background-color:#fffaff;
}
div#navigation {
 float:right;
 width: 150px;
 margin: 10px 5px 0 0;
}
div#honbun {
 width: 530px;
 padding: 50px 50px;
 text-align:left;
}
#footer {
 clear: both;
 width: 800px;
 text-align: center;
 padding:0;
}
p.size {
 font-size;
 font-size:12px;
}
