@charset "utf-8";
/* Common */
html {
	overflow:scroll-y;
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	font: normal 12px/200% "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	color:#333;
}
body.mac {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	letterSpacing:-0.1em;
}
.fontsmall {
	font-size:83.3%;
	line-height:130%;
}
.fontbig {
	font-size:116.7%;
	line-height:180%;
}
* html table {
	font-size:100%;
	line-height:150%;
}
form, dl, dt, dd, ul {
	margin:0;
	padding:0;
}
input, textarea {
	font: normal 100%/166.7% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul li {
	list-style:none;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-size:100%;
	font-weight:normal;
	padding:0;
	margin:0;
}
p {
	margin:0;
	padding:0 0 1em;
}
img {
	border:none;
	vertical-align:top;
}
.block:after, .clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.block, .clearfix {
	display:inline-table;
	zoom:1;
}
* html .block, * html .clearfix {
	height:1px;
	zoom:1;
}
.block, .clearfix {
	display:block;
}
body {
	background:#fff url(../images/bg.gif) repeat-x left top;
	color:#333;
}