/***** ボックス ****/
/* whatisgis.html 左img　右テキスト　ボックス */
.imagebox_l {
	width: 769px;
	padding: 5px 0;
}
.imagebox_l .imagebox_img {
	float: left;
	width: 400px;
}
.imagebox_l .imagebox_img p {
	font-size: x-small;
	text-align: right;
}
.imagebox_l p {
	padding-left: 10px;
	float: right;
	width: 359px;
}

/***** テーブル ****/
/* table01 aboutgis.html */
table.table01 {
	margin: 0 auto;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
table.table01 td,
table.table01 th {
	padding: 3px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	font-size: 90%;
	background-color: #e0eee0;
}

table.table01 th {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

