/* border: 1px solid #0000ff; */

/* table設定 ================================================= */
table {
	width: 700px;
	margin:2px;
	margin-bottom: 6px;
	text-align: center;

}

table th{
	width:160px;
	letter-spacing: 0.2em;
	background-color:#f6f6f6;
	border: solid 1px #D8D5BC;
	text-align: center;
	padding: 3px;	
}

table td {
	width: 540px;
	padding: 3px;
	text-align: left;
	padding: 3px;
	border: solid 1px #D8D5BC;
}


/* 画像説明 ================================================= */
.imgcaption2 {
	width:220px;
	text-align:center;
	font-size:0.875em;
	border: solid 1px #aaa;
	padding:3px;
}

.imgcaption2 img {
	margin-bottom:5px;
}

.imgcaption2 p {
	margin:0;
	line-height: 110%;
}

.imgc_left {
	float:left;
	margin-right:15px;
}

.imgc_right {
	float:right;
	margin-left:15px;
}
