/* CSS Document */

#left_contents .text {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px 20px 0px 24px;
}

#left_contents p.value {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	line-height: 160%;
	color: #595959;
}

#left_contents .photo_name {
	float: left;
	width: 240px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	
}

#left_contents .photo {
	margin: 0px;
	padding: 30px 0px 0px 0px;
}

#left_contents .name {
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

.link1 {
	border-bottom:1px #335982 dashed;
	text-decoration:none;
}
.link1:hover {
	border-bottom:1px #335982 solid;
	text-decoration:none;
}
.link2 {
	border-bottom:1px #335982 solid;
	text-decoration:none;
}
.link2:hover {
	border:0px;
	text-decoration:none;
}
.link3 {
	border-bottom:1px #335982 solid;
	text-decoration:none;
	font-style: italic;
}
.link3:hover {
	border-bottom:2px #335982 solid;
	text-decoration:none;
	font-weight: bold;
	font-style: italic;
}
.link4 {
	font-style: italic;
}
.link4:hover {
	font-style: italic;
}

