@charset "utf-8";

.photo{
	position:relative;
	margin-bottom:30px;
	}
	
.photo ul{
	padding-bottom:20px;
	}

.table{
	position:relative;
	margin-bottom:30px;
	}

.right{
	width:280px;
	float:right;
	}
	
.table{
	margin-left:1px;
	}

#life table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
	}

#life th{
	width:20%;
	background-color:#F9F9F9;
	padding:0.5em 0.8em;
	border:1px solid #D8DFE5;
	font-weight:normal;
	}

#life td{
	border:1px solid #D8DFE5;
	padding:0.5em 0.8em;
	}

