/* 各コンテンツページ */
/* 個別設定 */

#tohokuck h2 {
	margin              : 0 22px;
	width               : 864px;
	height              : 95px;
	background          : url('../image/title.png') no-repeat;
}

#tohokuck h2 span {
	display             : none;
}

#tohokuck dl {
	margin                   : 0 0 0 10px;
}


#tohokuck table.souryou {
	margin             : 10px;
	border-collapse    : collapse;
/*	background :#aaaaaa;*/
}

	#tohokuck table.souryou th {
		background       : #99ccff;
		font-weight      : 900;
		width            : 200px;
	}

	#tohokuck table.souryou td {
		width            : 200px;
		text-align       : center ;
	}

	#tohokuck.red {
		font-weight      : 900;
		color            : #ff3300;
	}

