@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:		http://xxxxxxxxxx/
File name:		layout_biography.css
Summary:		base styles
Created:		2009-6-1
Last update:	2009-6-1 by Sadaoka
Author:			Sadaoka(admin), Kaito
Copyright:		(C) 2009 dabhand Inc.
--------------------------------------------------------------- */

/* Contents */
/* ------------------------------------------------------------ */
h3 {
	text-align: right;
	display: block;
	border: 0px #f00 solid;
}

#contents_biography {
	width: 560px;
	margin: 0px auto 30px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#contents_biography .border_bottom {
	clear: both;
	padding: 5px 0px;
	display: block;
	overflow: hidden;
	border-bottom: 1px #c8c8c8 dotted;
}

.chronological_table {
	width: 560px;
	display: block;
	overflow: hidden;
	border: 0px #0f0 solid;
}

.chronological_table table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	empty-cells: hide;
	border-collapse: collapse;
}

.chronological_table th {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	white-space: nowrap;
	padding: 5px 10px 5px 0px;
	border-bottom: 1px #c8c8c8 dashed;
}

.chronological_table td {
	background-color: #fff;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px 5px 0px;
	border-bottom: 1px #c8c8c8 dashed;
}
