/*
--------------------------------------------------
	reset
--------------------------------------------------
*/

/*
--------------------------------------------------
	additional style
--------------------------------------------------
*/

.image-block-1 {
	float: right;
	width: 200px;
	margin: 0 0 15px 20px;
	}
	
.text-block-1 h4 {
	/*float: left;*/
	width: 455px; /* 200 + 20 + 460 = 680 */
	
	}
.image-block-1 img {
	display: block;
	}

.image-block-2 {
	float: right;
	width: 180px;
	margin: 0 0 15px 20px;
	}
.image-block-2 img {
	display: block;
	}

.text-block-2 {
	/* float: left; */
	/* width: 440px; 180 + 20 + 440 = 640 */
	}

.signature {
	text-align: right;
	font-weight: bold;
	}

.image-1 {
	float: right;
	margin: 0 0 15px 20px;
	}
.image-2 {
	display:block;
	margin-left: 35px;
	}

#profile .works th {
	width: 95px;
	}
	

/*------------------------------------------------
	photo profile block */

#photo-profile {
	margin: 25px 0 0 0;
	}
#photo-profile h3 {
	margin: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	}
#photo-profile h3 a {
	font-weight: normal;
	}

#photo-profile .chronology th, 
#photo-profile .chronology td {
	padding-top: 5px;
	}
#photo-profile .chronology th {
	width: 75px;
	color: #999999;
	font-weight: bold;
	}
