/* ================================= */
/* 倫理法人会スケジュールページ用CSS */
/* ================================= */


/* TOP ラベル領域 */
h2 {
	border-width: 1px;
	border-color: #2d582d;
	border-style: solid none;
	padding: 2px 0px;
	margin-bottom: 14px;
}
h2 p{
	height: 191px;
	background-color: #ececec;
	background-image: url(../images/siori_header.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 5px;
}
	h2 p span {
		position: relative;
		z-index: -1;
	}

/* 右ペイン内スタイル */
	/* ラベル背景汎用スタイル */
	#contents #right-pain .label{
		background-repeat: repeat-x;
		background-image: url(../images/l-bg.png);
		margin-bottom: 14px;
	}
		#contents #right-pain .label p span {
			position: relative;
			z-index: -1;
		}
		
		/* 憲章ラベル */
		#contents #right-pain .label #l-siori {
			height: 42px;
			background-image: url(../images/si-siori.png);
			background-repeat: no-repeat;
			overflow: hidden;
		}
		
		/* テキスト領域 */
		#contents #right-pain .text-block {
			width: 734px;
			min-height: 678px;
			padding: 20px 0px 20px 0px;
			margin: 0px auto 16px auto;
			border: 1px solid #c7caca;
			background-image: url(../images/si-bg.jpg);
			background-repeat: no-repeat;
			background-position: 45px bottom;
		}
		#contents #right-pain table {
			margin-left: 18px;
			width: 430px;
		}
			#contents #right-pain table th {
				background-color: #f3f3f3;
				border-bottom: 3px solid #f3f3f3;
				padding:10px;
				font-weight: normal;
				font-size: 90%;
			}
			#contents #right-pain table td {
				border-bottom: 3px solid #f3f3f3;
				padding: 5px;
			}
			#contents #right-pain table td p {
				font-family: "ＭＳ Ｐ明朝", "細明朝体";
				font-size: 90%;
				line-height: 120%;
				letter-spacing: 1px;
			}
			#contents #right-pain table td .color {
				font-weight: bold;
				color: #23506d;
			}
