div.body {
	position: absolute;
	left: 50%;
	width:800px;
	margin-left:-400px;
	background-color:#ffffff;
}

div.line {
	width:100%;
	height:20px;
	margin:0px;
	padding:0px;
	background-image:url(img/line.gif);
	background-repeat:repeat-x; 
}

div.image {
	clear:both;
	float:left;
	width:800px;
	height:200px;
	padding:0px;
	margin:0px;
}

div.navi {
	clear:both;
	width:800px;
	height:25px;
	padding:0px;
	margin:0px;
}

div.content {
	clear:both;
	width:790px;
	margin:0px;
	padding:5px;
	background-color:#ffffff;
}

div.copyright {
	clear:both;
	width:800px;
	height:42px;
	font-size:80%;
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align:center;
	vertical-align:middle;
	background-color:#ffffff;
}

div.imagebox1 {
	float:right;
	width:auto;
	font-size:80%;
	text-align:right;
	padding:5px;
}
div.imagebox2 {
	float:left;
	width:100%;
	font-size:80%;
	text-align:left;
	padding: 5px;
}
div.imagebox3 {
	float:left;
	width:308px;
	height:250px;
   	margin: 5px;
	border: 1px solid #f5f5f5; /* 1.枠線 */
	background-color: #fffafa;  /* 2.背景色 */
}
div.imagebox4 {
	float:left;
	width:308px;
	height:250px;
	margin: 5px;
	border: 1px solid #f5f5f5; /* 1.枠線 */
	background-color: #fffafa;  /* 2.背景色 */
}
p.image, p.caption {
	text-align: center; /* 3.中央寄せ */
	margin: 5px;        /* 4.余白・間隔 */
}
p.caption {
	text-align: center; /* 3.中央寄せ */
	font-weight: bold;  /* 5.文字サイズ */
	font-size:11px !important;
	color: #000000 ; /* 6.文字色 */
}
