html {
	width: 100%;
	height: 100%;
}
body {
	font-family: Meiryo, "Hiragino Mincho Pro", "Kozuka Mincho std", "Hiragino Kaku Gothic Pro", "MS PGothic", Osaka, sans-serif;
	line-height: 1.4em;
	font-size: 12pt;
	margin: 0px auto 0px auto;
	padding: 0px;
}


div, header, section, article, aside, footer, nav, figure, figcaption {
	display: block;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	display: block;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}
a {
	color: #009;
	outline: none;
	-moz-outline: none;
}
a:hover {
	color: #F33;
}
.f1 {
	font-size: 24pt;
}
.f2 {
	font-size: 18pt;
}
.f3 {
	font-size: 14.4pt;
}
.f4 {
	font-size: 12pt;
}
.f5 {
	font-size: 9.6pt;
}
.f6 {
	font-size: 8.4pt;
}
.f7 {
	font-size: 7.2pt;
}
.f8 {
	font-size: 6.6pt;
}


/* css hack (clearfix orignal) */
.clearfix:after {  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
}  
.clearfix {
	display: inline-table;
}  
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}  
.clearfix {
	display: block;
}  
