@import url("../common/common.css");
/*------------------------------------------------------------------------------
全体
------------------------------------------------------------------------------*/
#left .m_title {
	background:url("img/menu_title.gif") no-repeat;
}

#right {
	padding-bottom:0;
}

/*------------------------------------------------------------------------------
タイトル
------------------------------------------------------------------------------*/
.header {
	margin:0;
	width:100%;
	height:100px;
	background:#f5cfd7 url("img/back.gif") no-repeat 100% 0;
	position:relative;
}

.header div {
	position:absolute;
	top:36px;
	left:19px;
}

.header h1 {
	margin:0;
	position:absolute;
	top:36px;
	left:156px;
	/*\*/
	letter-spacing:1px;
	/**/
	line-height:16px;
	font-weight:normal;
	font-size:14px;
}

#image {
	margin:0 auto 30px;
	width:700px;
	text-align:center;
}

h2.chapel {
	padding:5px 0 0 5px;
	width:675px;
	height:31px;
	background:url("img/chapel_title.gif") no-repeat;
}

h2.shinden {
	padding:5px 0 0 5px;
	width:675px;
	height:31px;
	background:url("img/shinden_title.gif") no-repeat;
}

h2.jinja {
	padding:5px 0 0 5px;
	width:675px;
	height:31px;
	background:url("img/jinja_title.gif") no-repeat;
}

.content_box .imgae2 a.more {
	margin-left:200px;
}


/*------------------------------------------------------------------------------
コンテンツ
------------------------------------------------------------------------------*/
.content {
	margin:0;
	padding:45px 20px 10px;
	width:660px;
	background-color:#fff;
}

.content_box {
	margin:0;
	padding:45px 30px 10px;
	width:640px;
	background-color:#fff;
}

p {
	font-size:14px;
	line-height:20px;
	text-align:justify;
	text-justify:distribute;/* Win IE only */
}


