@charset "utf-8";


/* index
------------------------------------------------------------------------------------ */
table.index {
	width:730px;
	border-bottom: 1px solid #CCC;
	border-spacing: 0;
}
table.index th {
	border-top: 1px solid #999;
	border-right: 10px solid #FFF;
	font-weight: normal;
	padding: 10px 25px 10px 0;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
table.index td {
	width: 100%;
	border-top: 1px solid #CCC;
	padding: 10px 0;
}
div#contentsLeft table.index td h5 {
	color: #333;
	font-size: 13px;
}


/* index_en
------------------------------------------------------------------------------------ */
table.index_en {
	width:730px;
	border-bottom: 1px solid #CCC;
	border-collapse:collapse;
	border-spacing: 0;
}
table.index_en th {
	border-top: 1px solid #999;
	border-right: 10px solid #FFF;
	font-weight: normal;
	padding: 10px 25px 10px 0;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
table.index_en td {
	width: 100%;
	border-top: 1px solid #CCC;
	padding: 10px 0;
}
table.index_en td th {
	padding: 0 10px 0 0;
	border: none;
	white-space: nowrap;
}
table.index_en td td {
	width: 100%;
	padding: 0 0 0 0;
	border: none;
}
table.index_en td tr.border th {
	padding-top: 5px;
	border-top: 1px dotted #999;
}
table.index_en td tr.border td {
	padding-top: 5px;
	border-top: 1px dotted #999;
}
div#contentsLeft table.index_en td h5 {
	color: #333;
	font-size: 13px;
	line-height:175%;
	border-bottom: none;
	margin: 0;
	padding: 0;
}


/* greeting
------------------------------------------------------------------------------------ */
div#contentsLeft div.greeting p {
	line-height: 225%;
}
div#contentsLeft div.greeting p.align-r {
	line-height: 125%;
	color: #666;
}


/* history
------------------------------------------------------------------------------------ */
table.history {
	border-bottom: 1px solid #CCC;
	border-spacing: 0;
}
table.history th {
	border-top: 1px solid #999;
	font-weight: normal;
	padding: 10px 0 10px 0;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
table.history th.month {
	border-right: 10px solid #FFF;
	padding: 10px 25px 10px 0;
	text-align: right;
}
table.history th.noborder {
	border-top: none;
}
table.history td {
	width: 100%;
	border-top: 1px solid #CCC;
	padding: 10px 0;
}


/* history_en
------------------------------------------------------------------------------------ */
table.history_en {
	width:730px;
	border-bottom: 1px solid #CCC;
	border-spacing: 0;
}
table.history_en th {
	border-top: 1px solid #999;
	border-right: 10px solid #FFF;
	font-weight: normal;
	padding: 10px 25px 10px 0;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
table.history_en td {
	width: 100%;
	border-top: 1px solid #CCC;
	padding: 10px 0;
}


/* map
------------------------------------------------------------------------------------ */
div.map p.align-r {
	color: #0E8775;
}

