/* history */
.mainbox {
    clear: both;
    width: 840px;
    background-color: #fff;
    margin: 0px 10px 0px 10px;
    position: relative; top: -20px; left : 0px
}
.mainbox h1 {
	background-image:url(../img/history/birth60_h_back.jpg);
	height: 150px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000;
	text-align: right;
	padding: 0px 10px 0px 10px;
}
.mainbox h3 {
	font-size: 14px;
	font-weight:bold;
	margin:10px;
	padding: 10px 0 10px 25px;
	background-image: url(../img/history/cont_hback_gr2.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C36;
}
.text_box, #now_image {
	margin: 5px auto;
	padding: 10px;
	width: 98%;
	clear: both;
}
.text_box p {
	font-size: 12px;
}
.text_box dl {
	text-align: left;
}
.text_box dd {
	font-size: 10px;
	font-weight: bold;
	margin: 2px 0 20px 0;
}

/* 左テキスト／右画像の class */
.text_l_outer {
	width : 100%;
	float: left;
	margin-right: -200px;
}
.text_l {
	position: relative;
	margin: 0 215px 0 0;
}
.photo_r {
	float: right;
	width: 180px;
	text-align:center;
	padding: 10px;
}

/* 右テキスト／左画像の class */
.text_r_outer {
	width : 100%;
	float: right;
	margin-left: -200px;
}
.text_r {
	position: relative;
	margin: 0 0 0 215px;
}
.photo_l {
	float: left;
	width: 180px;
	text-align:center;
	padding: 10px;
}

#word {
	text-indent:0 !important;
	padding-top:20px;
}
#now_image {
	text-align:right;
}
#now_image p {
	font-size: 10px;
	display:inline;
}


.pthoto_c {
	width: 450px;
	border-collapse: collapse;
	margin-right : auto;
	margin-left : auto;
}
.pthoto_c td {
	padding: 4px;
	background-color: #fff;
	border: 0px solid #b9b9b9;
	font-size: 10px;
	font-weight: bold;
	text-align:center;
}

.historical {
	width: 450px;
	border-collapse: collapse;
	margin-right : auto;
	margin-left : auto;
}
.historical th {
	padding: 6px;
	text-align: center;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
	white-space: nowrap;
}
.historical td {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	vertical-align: top;
	word-break: keep-all;
	max-width: 200px;
	table-layout: fixed;
}

