/* ================================= */
/* 倫理法人会　サイト規約ページ用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/kiyaku_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/ki-link.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 .text-hbox {
				width: 92%;
				margin-left: auto;
				margin-right: auto;
				line-height: 120%;
				margin-top: 20px;
				margin-bottom: 15px;
			}
				#contents #right-pain .text-block .text-hbox .title {
					font-weight: bold;
					color: #666666;
					margin-bottom: 5px;
				}
				#contents #right-pain .text-block .text-hbox .continer {
					margin-bottom: 20px;
				}
					#contents #right-pain .text-block .text-hbox .continer a {
						text-decoration: none;
						color: #333333;
					}
						#contents #right-pain .text-block .text-hbox .continer a:hover {
							text-decoration: underline;
							color: #666666;
						}
		
		
		
		
		
		
	

