/* ================================= */
/* 倫理法人会スケジュールページ用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/se-title.png);
	background-position: right 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-yotei {
			height: 42px;
			background-image: url(../images/se-l-yotei.png);
			background-repeat: no-repeat;
			overflow: hidden;
		}
		
	/* 近日開催予定コンテンツエリア */
	#contents #right-pain #yotei-block {
		width: 734px;
		border: 1px solid #c7caca;
		background-color: #fcf9f5;
		margin: 8px auto 19px auto;
	}
		/* 近日開催予定コンテンツエリア 情報エリア(左) */
		#contents #right-pain #yotei-block .left {
			width: 450px;
			margin: 3px 0px 3px 3px;
			float: left;
		}
			/* 近日開催予定公演内容エリア */
			#contents #right-pain #yotei-block #detail {
				border: 1px solid #b1aeae;
				background-color: #FFFFFF;
			}
				/* 近日開催予定公演内容左エリア */
				#contents #right-pain #yotei-block #detail .d-left {
					width: 260px;
					margin: 10px 0px 6px 10px;
					float: left;
				}
					#contents #right-pain #yotei-block #detail .d-left p {
						font-size: 90%;
						line-height: 190%;
					}
					#contents #right-pain #yotei-block #detail .d-left p strong {
						font-weight: bold;
						font-size: 110%;
					}
					/* 近日開催予定公演内容テーマエリア */
					#contents #right-pain #yotei-block #detail .d-left .theme {
						background-color: #f6f6f6;
						margin: 6px 0px 6px 0px;
						padding: 5px;
					}
						#contents #right-pain #yotei-block #detail .d-left .theme span {
							font-weight: bold;
							font-size: 70%;
						}
						#contents #right-pain #yotei-block #detail .d-left .theme p {
							margin: 5px 0px 7px 0px;
							line-height: 120%;
						}
				/* 近日開催予定公演内容右エリア */
				#contents #right-pain #yotei-block #detail .d-right {
					width: 148px;
					margin: 15px 6px 10px 0px;
					float: right;
					border: 1px solid #c8baba;
					background-color: #ecebea;
					background-image: url(../images/se-pdf.png);
					background-repeat: no-repeat;
					background-position: center 7px;
				}
					#contents #right-pain #yotei-block #detail .d-right .download {
						width: 132px;
						height: 22px;
						margin: 90px auto 6px auto;
						background-image: url(../images/se-download.png);
						background-repeat: no-repeat;
						overflow: hidden;
						display: block;
						text-decoration: none;
					}
						#contents #right-pain #yotei-block #detail .d-right .download span {
							font-size: 10px;
							position: relative;
							z-index: -1;
						}

			/* 近日開催予定公演内容エリア */
			#contents #right-pain #yotei-block .left .place {
				font-size: 90%;
				line-height: 120%;
				letter-spacing: 1px;
				margin: 5px 0px 10px 8px;
			}
				#contents #right-pain #yotei-block .left .place .kaijou {
					margin-top: 1em;
				}


		/* 近日開催予定コンテンツエリア 情報エリア(右) */
		#contents #right-pain #yotei-block .right {
			width: 265px;
			height: 220px;
			background-color: #DDDDDD;
			margin: 3px 3px 3px 0px;
			float: right;
		}
		


		/* モーニングセミナースケジュールラベル */
		#contents #right-pain .label #l-seminar {
			height: 42px;
			background-image: url(../images/se-l-seminar.png);
			background-repeat: no-repeat;
			overflow: hidden;
		}

		/* 年度領域 */
		#contents #right-pain .years-block {
			width: 734px;
			padding: 0px 0px 10px 0px;
			margin: 0px auto 16px auto;
			border: 1px solid #c7caca;
		}
			/* 年度サブラベル */
			#contents #right-pain .years-block .sub-label {
				width: 730px;
				height: 37px;
				background-image: url(../images/sh-sl-bg.png);
				background-repeat: repeat-x;
				margin: 3px auto 10px auto;
			}
				#contents #right-pain .years-block .sub-label p {
					font-family: メイリオ;
					vertical-align: middle;
					line-height: 37px;
					text-indent: 15px;
					width: 290px;
					float: left;
				}
				#contents #right-pain .years-block .sub-label .nendo {
					width: 350px;
					height: 23px;
					background-image: url(../images/se-nendo-bg.png);
					background-repeat: repeat-x;
					background-position: center center;
					margin: 7px 10px 0px 0px;
					float: right;
				}
						/* 年度切り替えボタン */
						#contents #right-pain .years-block .sub-label .nendo .nendo-back,
						#contents #right-pain .years-block .sub-label .nendo .nendo-next {
							width: 23px;
							height: 23px;
							background-repeat: no-repeat;
							background-position: left top;
							display: block;
							overflow: hidden;
							text-decoration: none;
						}
							#contents #right-pain .years-block .sub-label .nendo a span {
								position: relative;
								z-index: -1;
								font-size: 10px;
							}
							
						#contents #right-pain .years-block .sub-label .nendo .nendo-back {
							background-image: url(../images/se-nendo-back.png);
							float: left;
						}
						#contents #right-pain .years-block .sub-label .nendo #nendo-block {
							width: 295px;
							height: 23px;
							margin-left: 3px;
							line-height: 23px;
							font-size: 80%;
							color: #006600;
							float: left;
							overflow: hidden;
							position: relative;
						}
							#contents #right-pain .years-block .sub-label .nendo #nendo-block #nendo-inner {
								position: absolute;
							}
								#contents #right-pain .years-block .sub-label .nendo #nendo-block #nendo-inner a {
									display: block;
									width: 70px;
									float: left;
									text-decoration: none;
									font-size: 12px;
									color: #006600;
								}
								#contents #right-pain .years-block .sub-label .nendo #nendo-block #nendo-inner a:hover {
									color: red;
								}
						#contents #right-pain .years-block .sub-label .nendo .nendo-next {
							background-image: url(../images/se-nendo-next.png);
							float: right;
						}


			/* スケジュール表 */
			#contents #right-pain .years-block table {
				width: 717px;
				margin: 0px auto;
				/*background-color: #e6e2e2;*/
			}
				#contents #right-pain .years-block table .row1 {
					background-color: #e2e2e2;
				}
				#contents #right-pain .years-block table .row2 {
					background-color: #f9f9f9;
				}
				#contents #right-pain .years-block table .row3 {
					background-color: #f6edeb;
				}
				
				#contents #right-pain .years-block table td {
					font-size: 80%;
					line-height: 120%;
				}
				#contents #right-pain .years-block table .date {
					width: 76px;
					text-align: center;
					border-right: 1px solid #e6e2e2;
				}
				#contents #right-pain .years-block table .name {
					width: 116px;
					text-align: center;
					border-right: 1px solid #e6e2e2;
				}
				#contents #right-pain .years-block table .detail {
					text-align: left;
					border-right: 1px solid #e6e2e2;
				}
				#contents #right-pain .years-block table .action {
					width: 200px;
					text-align: center;
				}
					#contents #right-pain .years-block table .action a {
						display: block;
						text-decoration: none;
						background-repeat: no-repeat;
						background-position: center center;
					}
						#contents #right-pain .years-block table .action a span {
							position: relative;
							z-index: -1;
						}
					#contents #right-pain .years-block table .action .photo {
						background-image: url(../images/se-photo.png);
						width: 35px;
						height: 23px;
						margin-left: 7px;
						float: left;
					}
					#contents #right-pain .years-block table .action .pdf {
						background-image: url(../images/se-download2.png);
						width: 132px;
						height: 23px;
						margin-right: 7px;
						float: right;
					}
				#contents #right-pain .years-block table .holiday {
					text-align: center;
					color: #c84930;
				}
