div.photo {
	text-align: center;
	margin: 20px 0 30px;
}
div.photo img {
	margin: 20px 0 40px;
}

h3 {
	font-size: 100%;
	margin-top: 50px;
	padding: 13px 15px 13px 15px;
	background: #ddd;
	text-align: center;
	letter-spacing: 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
}

table#spec {
	border-collapse: collapse;
	border: solid 5px white;	
	width: 100%;
	margin: 30px auto 60px;
}

table#spec th, td {
	border: solid 1px #aaa;
}

table#spec th {
	width: 18%;
	font-size: 85%;
	text-align: left;
	padding-left: 15px;
}

table#spec td {
	width: 41%;	
	padding: 20px 13px 20px;
	font-size: 90%;
	line-height: 1.4;
}

table#spec tr.tableHead {
	text-align: center;
	font-weight: bold;
}

table#spec ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

table#spec li {
	margin: 2px;
	color: 777;
	background: url(../../../2014/img_140829/li.png) left 4px no-repeat;
	padding-left: 15px;
}

table#spec ul.note {
	margin-top: 12px;
}

table#spec ul.note li {
	background: none;
	text-indent: -12px;
	font-size: 90%;
	line-height: 1.2;
}