@charset "utf-8";

/*======================================

	1.each

=======================================*/
/* global navi active
-------------------------------------------------------------------------- */
div#globalNavi li.ceremony img {
	display:none;
}
div#globalNavi li.ceremony {
	background: url(../../common/images/global/g_navi_ceremony_act.png) no-repeat;
}

/* local navi image
-------------------------------------------------------------------------- */
div#localNaviImage {
	background-image: url(../images/localNavi_image.png);
}



/*======================================

	2.TOP

=======================================*/
div#contents h3 {
	margin-bottom:20px;
}
div#contents p {
	margin:0 10px 30px;
}
div#ceremonyBtn {
	background: url(../images/btn_bg.jpg) no-repeat;
	padding:17px 0 0 15px;
	zoom:1;
}
div#ceremonyBtn:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#ceremonyBtn dl {
	width:264px;
	float:left;
	margin-right:9px;
}
div#ceremonyBtn dt {
	margin-bottom:7px;
}
div#ceremonyBtn dd {
	margin:0 5px 8px;
	line-height:1.5;
}

/*======================================

	3.detailed page

=======================================*/

div#detailed {
	zoom:1;
}
div#detailed:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#detailed div.text {
	width:305px;
	float:left;
}
div#detailed div.text  h3 {
	margin-bottom:22px;
}
div#detailed div.text  h4 {
	margin:0 0 22px 10px;
}
div#detailed div.text  p {
	margin-left:12px;
}
div#detailed p.pict {
	float:right;
}


div#listBox {
	margin:10px 0 50px;
	background:url(../../common/images/common/line_common.jpg) no-repeat center top;
}
div#listBox div.listBox {
	background:url(../../common/images/common/line_common.jpg) no-repeat center bottom;
	padding:18px 30px 10px 20px;
	zoom:1;
}
div#listBox div.listBox:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#listBox div.listBox div.text {
	width:385px;
	float: right;
}
div#listBox div.listBox p.photo {
	float: left;
	margin:0;
}

div#listBox div.listBox div.text h5 {
	margin:35px 0 10px;
}
div#listBox div.listBox div.text p {
	margin:0 0 0 3px;
}







