#mainPhoto {
	width: 250px;
}
#mainBlock {
	width: 720px;
	padding: 0px 0px 0px;
	margin: 0px auto;
	text-align: left;
}
#contentsBlock {
	width: 470px;
	margin-left: 250px;
	top: 165px;
	position: absolute;
}
#contentsBlock h1 {
	font-size: large;
	padding: 4px 4px 2px;
	border: 1px;
	border-color: #666666;
	border-style: solid;
	background-color: #FFFFFF;
}
#contentsBlock h2 {
	font-size: medium;
	border-bottom: 1px dotted #999999;
	clear: both;
	margin-bottom: 0px;
	padding-top: 10px;
	color: #990000;
}
#contentsBlock p {
	font-size: small;
	line-height: 1.4;
	margin-top: 5px;
}
#contentsBlock p.foot {
	font-size: small;
	clear: both;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 2px;
	margin-top: 14px;
}


/* テキストナビゲーション部分 */
#textnav {
	width: 720px;
	font-size: small;
	padding: 4px 0px 2px;
	margin: 0px auto;
	border-width: 0px 0px 1px;
	border-style: solid;
	border-bottom-color: #CCCCCC;
}
#textnav a {color: #003399;}
#textnav a:hover {color: #FF6666;}
