
body {
	font-size: 14px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: center;
}

/* ------------------------ */

header,
footer {
	display: block;
}

.page {
	margin: 0 auto; 
	width: 825px;
}
.page > * {
	text-align: left;
}

h1.header {
	text-align: right;
}

.content {
	width: 825px;
}

.sub {
	float: left;
	width: 168px;
}

nav {
	margin-bottom: 109px;
}

ul li.btn_01 {
	margin-bottom: 47px;
}

ul li.btn_02 {
	margin-bottom: 39px;
}

/* ------------------------ */

.clearfix {
	zoom:1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ---------- footer ---------- */

.page footer {
	text-align: right;
	display: block;
}

footer .copy {
	background: url(/static/images/common/image-border-02.jpg) top repeat-x;
	font-size: 10px;
	line-height: 30px;
	margin-bottom: 10px;
}

footer .copy small {
	margin-right: 38px;
}

/* ---------- hover ---------- */

nav ul li:hover ,
.main .more a img:hover {
	opacity: 0.5;
	filter: alpha(opacity=60);
}

/* ---------- support ---------- */

.hide {
	display: none;
}