/*---------------------------------------
 レイアウト
---------------------------------------*/

* {
	margin: 0;
	padding : 0;
}


body {
	background-image : url("../images/back2.jpg");
	background-repeat : repeat-x;
	background-color : #ffffff;
	text-align : center;
}


div#pagebody {
	width : 850px;
	margin : 0 auto;
	text-align : left;
}


div#christmas {
	width : 800px;
	height : 150px;
	padding : 10px;
	margin : 20px auto 0;
}


div#explain {
	width : 800px;
	padding : 10px;
	margin : 20px auto 0;
	background-color : #ccffcc;
	border : double 5px #339933;
}


div#voice {
	width : 800px;
	padding : 10px;
	margin : 100px auto 0;
	background-color : #ffcccc;
	border : dashed 5px #993333;
}


div#theday {
	width : 800px;
	padding : 10px;
	margin : 30px auto 0;
	background-color : #ffcccc;
	border : dashed 5px #993333;
}


div#back {
	width : 130px;
	margin : 40px 0 20px;
	float : left;
}


div#nagoya {
	width : 410px;
	margin : 40px 0 20px;
	float : right;
}


/*---------------------------------------
 文字等
---------------------------------------*/

p.explain {
	color : #000000;
	font-size : 17px;
	text-indent : 2ex;
}


p.title {
	font-size : 300%;
	font-weight : 700;
	color : #009900;
	float : middle;
	text-align : center;
}


ul {
	color : #006666;
	font-size : 20px;
	font-weight : 600;
	list-style-image : url("../images/list.gif");
	list-style-position : inside;
}



