﻿@charset "utf-8";
/* -----------------------------------------------
 * クリスマスインフォメーション用CSS
 * 
 * Last Update 2009/01/14
----------------------------------------------- */
/* ビジュアル */
#visual {
	margin-bottom: 24px;
}

#contents h2, p.caption {
	text-align: center;
}
#contents p.caption {
	color: #6E0820;
	font-size: 110%;
}
#contents #article {
	width: 742px;
	/*margin-top: 32px;*/
	/*padding-top: 36px;*/
	background: url("../img/image01.jpg") no-repeat left bottom;
}
#contents #Planlist {
	float: right;
	width: 366px;
	margin-left: 6px;
}
	#contents #Planlist h3 {
		margin: 12px 0 6px;
	}
			/*
			h3.stayPlan {
				border-bottom: 1px dotted #1755A1;
			}
			
			h3.christmasDinner {
				border-bottom: 1px dotted #CE272B;
			}
			
			h3.takeOut {
				border-bottom: 1px dotted #D17E26;
			}
			
			h3.event {
				border-bottom: 1px dotted #2E5118;
			}
			*/
		
	#contents #Planlist ul {
		margin-bottom: 24px;
	}
		#contents #Planlist ul.end {
			margin-bottom: 0;
		}
		#contents #Planlist ul li {
			margin: 3px 0;
			padding-left: 20px;
			font-size: 110%;
			background: url("../img/listmark01.gif") no-repeat left top;
		}