@charset "utf-8";

/*--------------------------------------------------　プロフィールの定義*/
.imageArea {/*大汪写真の領域*/
	float: left;
	margin: 0 10px 10px 0;
}
/*↓　プロフィールテーブルここから　↓*/
table#profile {
	width: 95%;
	border-collapse: collapse;
	margin: 20px 10px;
	text-align: left;
}
table#profile th {
	padding: 5px;
	width: 20%;
	background: #CCCCCC;
	color: #333333;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #000000;
}
table#profile td {
	padding: 5px;
	width: 80%;
	border: 1px solid #000000;
}
/*↑　プロフィールテーブルここまで　↑*/
/*↓　書歴の定義リストここから　↓*/
dl#history {
	margin: 20px 0 10px 0;
}
dl#history dt {
	border-left: 10px solid #CCCCCC;
	padding-left: 5px;
	font-weight: bold;
	color: #666666;
}
dl#history dd {
	margin: 10px 20px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999999;
}
/*↑　書歴の定義リストここまで　↑*/

