/* ================================= */
/* 倫理法人会スケジュールページ用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/whats_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-link {
			height: 42px;
			background-image: url(../images/sa-link.png);
			background-repeat: no-repeat;
			overflow: hidden;
		}
		
		/* 事務局 */
		#contents #right-pain .label #l-jimu {
			height: 42px;
			background-image: url(../images/sa-jimu.png);
			background-repeat: no-repeat;
			overflow: hidden;
		}

		/* テキスト領域 */
		#contents #right-pain .text-block {
			width: 734px;
			padding: 10px 0px 20px 0px;
			margin: 0px auto 16px auto;
			border: 1px solid #c7caca;
			font-size: 90%;
			letter-spacing: 1px;
			color: #333333;
		}
			#contents #right-pain .text-block .link {
				margin: 20px 0px 20px 30px;
			}
			#contents #right-pain .text-block .link img {
				vertical-align: middle;
			}

			#contents #right-pain .text-block .topic {
				margin: 20px 0px 20px 30px;
				letter-spacing: 1px;
			}
			#contents #right-pain .text-block .address,
			#contents #right-pain .text-block .tel,
			#contents #right-pain .text-block .mail {
				margin: 20px 0px 20px 50px;
				line-height: 120%;
				letter-spacing: 1px;
			}
