@charset "Shift_JIS";

@import url(reset.css);
@import url(layout.css);
@import url(font.css);

/* メインコンテンツ 
---------------------------------------------*/
.contentInr{
 position:relative;
}
/* タイトル */
#aboutPage h2{
 background-position:0 -50px;
}
/* 写真 */
#profile{
 overflow:hidden;
	clear:left;
}
#profile .photo{
 float:left;
	margin:0 20px 0 0;
}
.photo{
	display:block;
	margin:30px 0 0 30px;
}
th img{
	border:solid 1px #808080;
}

/* テーブル */
table{
	clear:left;
	width:800px;
	margin:20px 0 30px;
	border-collapse:collapse;
}
th{
	width:182px;
	vertical-align:top;
}
td {
	padding-left:20px;
	padding-bottom:1.0em;
}
td.tableTop {
		padding-top:20px;
		border-top:dotted 1px #808080;
}
td.tableBtm {
		padding-bottom:20px;
		border-bottom:dotted 1px #808080;
}
td.year {
		width:120px;
}