/* 共通 */
html,body {
	width: 100%;
	height: 100%;
}
body.index_bg {
/* 	background-image: url("./images/bg_rekishi_side.gif"); */
    background: #609da3;
}
body.index2_bg {
	background:#bfcae2;
}

/* インデックスページ・各ページ共通 */
div#main_swf {
	width: 850px;
	height: 520px;
}
.main_bg {
	width: 100%;
	background-image: url("./images/index_bg.png");
	background-repeat: repeat-x;
	background-size: auto 125%;
}
body.rekishi_body_bg {
	background-image: url("./images/bg_rekishi.png");
}
div.common_top_bg {
	height: 60px;
}
div.common_top_base {
	width: 765px;
	height: 60px;
	background-image: url("./images/bg_gray_top_base.png");
	background-repeat: no-repeat;
	background-position: 85px 0px;
}
div.rekishi_body {
	background-image: url("./images/bg_gray.gif");
	width: 680px;
	display: inline-block;
	margin-left: 85px;
	padding-bottom: 50px;
}
div.rekishi_left_col {
	width: 300px;
	float: left;
	height: auto;
}
div.rekishi_left_col p {
	text-align: center;
	margin-top: 50px;
}
div.rekishi_right_col {
	width: 350px;
	float: left;
	height: auto;
}
div.rekishi_txt {
	width: 350px;
	background-image: url("./images/bg_gray2.gif");
	margin-bottom: 30px;
}
div.rekishi_txt p {
	font-size: 14px;
	line-height: 150%;
	color: #444444;
	padding: 20px;
}
div.rekishi_left_col p span.textrubi,
div.rekishi_txt p span.textrubi {
	font-size: 12px;
	line-height: 150%;
	color: #406771;
}
div.rekishi_left_col p {
	width: 220px;
	margin: 20px auto;
	font-size: 12px;
}
table.rekishi_btn {
	width: 100%;
}
table.rekishi_btn td.btn_age {
	width: 115px;
}
