@charset "utf-8";
/* ===================================================================
CSS information

 file name  :index.css
 author     :oro
 style info :indexページ用CSS
=================================================================== */

/* -----------------------------------------------------------
	オープニングFlash
----------------------------------------------------------- */

#opening {
	position:absolute;
	background:#ffffff;
	width:100%;
	height:100%;
	z-index:1000;
}


/* -----------------------------------------------------------
	フッターの固定
----------------------------------------------------------- */
body {
	/*padding-bottom:100px;*/
}
#wrapper {

}
.index  #footer {
	position: fixed !important;  
	position: absolute; 
	bottom:0;
	left:0;
	width:100%;  
    height:100px;
}

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
.index #header {
	width:100%;
	background:#fff;
}
.index #header ul:after{
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.index #header_top {
	width:100%;
	margin:0;
	height:30px;
	overflow:hidden;
}
.index #header_top h1 {
	font-weight:100;
	color:#333333;
	font-size:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:28px;
	float:left;
}
.index #header_top .nav_top {
	width:173px;
	float:right;
	padding-right:20px;
}
.index #header_top .nav_top li {
	float:left;
	padding-left:24px;
	_padding-top:8px; /* for IE6 */
}
.index #header_top:after{
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.index #header_bottom {
	width:100%;
	background:#f8f7eb;
	height:100px;
}
.index #header_bottom_wrap {
	width:100%;
	margin:0;
	background:#f8f7eb;
	height:100px;
}
.index #header_bottom_wrap div {
	float:left;
}
.index #header_bottom_wrap .nav_bottom {
	width:511px;
	float:left;
}
.index #header_bottom_wrap .nav_bottom li {
	float:left;
}
.index #header_bottom_wrap p {
	float:right;
	padding-top:15px;
	padding-right:20px;
	margin-bottom:0;
}
.index #header_bottom:after{
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/

.index #contents_wrap {
	width:100%;
}

.index #contents {
	width:100%;
	background:#fff;
}

.index #contents_wrap {
	/*width:1240px;*/
	margin:0;
}
.index #contents_wrap:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

/* -----------------------------------------------------------
	#main_contents
		メインコンテンツ
----------------------------------------------------------- */
.index #main_contents {
	width:285px;
	/*float:left;
	min-height:710px;
	height:auto !important;
	height:710px;*/
	position:absolute;
}
.index #main_contents a {
	color:#6b645f;
	text-decoration:none;
}
.index #main_contents a:hover {
	color:#6b645f;
	text-decoration:underline;
}

.index #main_contents #chapel_info {
	overflow:auto;
}

.index #main_contents #reserve_form {
	width:285px;
	background:#000000;
	height:86px;
	overflow:hidden;
	text-align:center;
	padding:15px 0 15px 0;
}
.index #main_contents #reserve_form h2 {
	margin-bottom:15px;
	line-height:1;
}
.index #main_contents #reserve_form p {
	margin-bottom:10px;
	line-height:1;
}
.index #main_contents #reserve_form .input_area {
	width:245px;
	margin:0 auto 9px;
	height:30px;
	border-top:1px solid #808080;
	color:#ffffff;
	font-size:12px;
	text-align:left;
	line-height:1;
	position:relative;
	padding-top:9px;
}
.index #main_contents #reserve_form .input_area div {
	position:absolute;
	top:8px;
	left:155px;
}
.index #main_contents #reserve_form select {
	font-size:11px;
}
.index #main_contents .aggregate {
	padding:20px 0 0 20px;
	width:245px;
	line-height:1.7;
}
.index #main_contents .aggregate .title_area {
	position:relative;
	width:245px;
	padding-bottom:5px;
}
.index #main_contents .aggregate .title_area .btn_rss {
	position:absolute;
	top:0px;
	left:120px;
	line-height:1;
}
.index #main_contents .aggregate .title_area .btn_more {
	position:absolute;
	top:3px;
	left:205px;
	line-height:1;
}
.index #main_contents .aggregate dl {
	width:245px;
}
.index #main_contents .aggregate dl:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.index #main_contents .aggregate dl dt {
	clear:left;
	float:left;
	width:60px;
	text-align:center;
	display:block;
	padding-top:12px;
	letter-spacing:-1px;
	line-height:1;
}
.index #main_contents .aggregate dl dt span {
	background:#8f8080;
	width:60px;
	display:block;
	font-size:9px;
	color:#ffffff;
	padding:4px 0;
}
.index #main_contents .aggregate .blog dl dt span {
	background:#CF124C;
	width:60px;
	display:block;
	font-size:9px;
	color:#ffffff;
	padding:4px 0;
}
.index #main_contents .aggregate dl dd {
	border-top:1px dotted #ccc;
	padding-left:68px;
	margin-bottom:10px;
	padding-top:8px;
}
.index #main_contents .aggregate .topics {
	margin-bottom:20px;
}
.index #main_contents .aggregate .blog {
	margin-bottom:10px;
}
.index #main_contents .aggregate .party_report {
	margin-bottom:20px;
}
.index #main_contents .recommended {
	margin:20px 0 0 20px;
	border:1px solid #ccc;
	width:245px;
	line-height:130%;
}
.index #main_contents .recommended h3 {
	margin-bottom:10px;
}
.index #main_contents .recommended ul {
	margin:10px;
	width:225px;
}
.index #main_contents .recommended ul li {
	/*position:relative;*/
}
.index #main_contents .recommended ul li .text_area {
	float:right;
	width:167px;
}

.index #main_contents .recommended ul li h4 {
	margin-bottom:5px;
	line-height:1;
}
.index #main_contents .recommended ul li p {
}
.index #main_contents .recommended ul li .img_area {
	float:left;
	width:50px;
}
.index #main_contents .recommended ul li:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

/* -----------------------------------------------------------
	#main_flash
		メインFlash
----------------------------------------------------------- */
.index #main_flash_outside {
	/*width:955px;
	height:710px;
	float:right;*/
	padding-left:285px;
}
.index #main_flash {
	/*width:955px;
	height:710px;*/
	overflow:hidden;
}
.index #main_flash {
}

.index #main_flash .main_image,
.index #main_flash .detail_btn {
	display:none;
}

.index #main_flash .detail_btn {
	position:absolute;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
.index #footer {
	width:100%;
	background:#fff;
	height:100px;
}
.index #footer ul:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.index #footer_top {
	width:100%;
	background:#bbab75;
	height:60px;
	margin-bottom:14px;
}
.index #footer_top_wrap {
	width:805px;
	margin:0 auto;
	background:#bbab75;
	height:60px;
}
.index #footer_top_wrap .nav_top {
	width:805px;
	margin:0 auto;
	background:#bbab75;
}
.index #footer_top_wrap .nav_top li {
	float:left;
}
.index #footer_top p {
	color:#333333;
	width:1020px;
	background:url(../img/share/bg-contents.gif);
	margin:0 auto;
	padding:15px 50px 15px 50px;
}
.index #footer_bottom {
	width:100%;
	padding-top:0;
	margin:0;
}
.index #footer_bottom .nav_bottom {
	border-bottom:none;
	float:left;
	padding-left:43px;
	padding-bottom:0;
}
.index #footer_bottom .nav_bottom li {
	float:left;
	line-height:1;
}
.index #footer_bottom p {
	float:right;
	padding-right:20px;
}
.index #footer_bottom:after{
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

