/*ヘッファースタイル*/
#headerDiv {
	background-image: url(../top-img/back-h1.jpg);
	padding: 10px;
	height: 220px;
	margin: 0px;
}
#photoDiv {
	width: 780px;
	clear: both;
	margin-top: 0px;
	padding: 0px;
}
#photoTable {
	margin: 0px 0px 0px;
	padding: 0px;
	float: left;
	vertical-align: bottom;
}
#photoTable div {
	margin: 0px 2px 0px 0px;
	padding: 4px;
	width: 125px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
}
#mainPhotoDiv {
	background-color: #FFFFFF;
	float: right;
	margin: 0px;
	padding: 4px;
	border: 1px solid #999999;
	width: 214px;
	text-align: center;
	font-size: 12px;
	line-height: 140%;
}
/*センタースタイル*/
h2 {
	color: #192374;
	font-size: 180%;
	line-height: 140%;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 0px;
}
#themaDiv {
	background-image: url(../top-img/back-coment.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 10px;
}
#themaDiv p {
	width: 470px;
}
#newsDiv dl {
	margin: 5px 10px;
	padding: 14px;
	border: 1px solid #CCCCCC;
	width: 560px;
}
#newsDiv dt {
	color: #192374;
	font-size: 150%;
	font-weight: bold;
	background-image: url(../top-img/i-news.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 7px;
	padding-left: 28px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #192374;
}
#newsDiv dd {
	margin: 0px;
	padding: 0px;
}
