﻿@charset "utf-8";
/* -----------------------------------------------
 * クリスマス・キャンドルライトアップ用CSS
 * 
 * Last Update 2009/01/14
----------------------------------------------- */
#contents {
	margin-top: 24px;
}

.centeringBox #candle {
	height: 504px;
	color: #ffffff;
	background: url("../img/image01.jpg") no-repeat;
}
	#candle .text {
		float: right;
		width: 390px;
		margin: 24px 0;
	}
		.text .caption {
			margin: 18px 0;
			line-height: 1.4;
		}
		.text h3 {
			width: 371px;
			margin-bottom: 8px;
			padding-bottom: 6px;
			border-bottom: 1px dotted #ffffff;
		}
		
#article {
	margin: 0;
	padding: 0;
}

/* 詳細 */
.text .detail dl {
	float: left;
	margin-right: 12px;
	padding: 2px 0;
}
	.text .detail dl dt {
		float: left;
		margin-right: 12px;
		font-weight: bold;
	}
	/* 入場料 */
	.text .detail dl dd#admission {
		margin-top: 6px;
	}

/* 日付 */
	.text p.date {
		margin: 0;
	}

		/* 入場料無料 */
		p.charge {
			margin: 0;
			padding: 0;
			line-height: 1;
		}
