@charset "UTF-8";
/*----------------------------------------------------------
index.html
------------------------------------------------------------*/

#content {
	letter-spacing: normal;
}

.section {
	margin-top: 779px;
	margin-bottom: 150px;
}

.r {
	*margin-right: 0px; /* for IE6,7 */
}


.icon {
	text-align: right;
	padding: 27px 0 5px 0;
	border-bottom: 1px solid #beb69c;
}

.lead {
	margin: 20px 0 40px;
}

#pic_main {
	margin: 43px 0 70px 0;
}



#latest_news {
	margin: 40px auto;
	text-align: center;
}

#left_wrap {
	width: 480px;
	margin: 0 0 0 0;
	float:left;
}
#right_wrap {
	width: 470px;
	float:right;
}

.section_top {
	width: 480px;
	margin: 0 0 10px 0;
}

.pic_info {
	margin: 0 0 45px 0;
}
.reserve {
	float: left;
}
.text_info {
	float: right;
	width: 295px;
	margin: 0 0 40px 0;
	font-size:90%;
}


#pray {
	margin: 50px 0 30px 0;
}

#sns {
	width: 470px;
	margin: 0 auto;
	letter-spacing: 20px;
}

#sns p {
	display: inline-block;
	*display: inline;   /* for IE6,7 */
	*margin: 0 20px 0 0;   /* for IE6,7 */
	vertical-align: top;
	zoom: 1;
}

#btm_wrap {
	padding:30px 0;
	margin: 0 0 60px 0;
	width:1000px;
	float: left;
}

.trionews {
	padding:0 26px 0 5px;
	float: left;
}
.trionews_r {
	padding:0 5px 0 0;
	float: right;
}

#fair {
	float: left;
}

/*----- サイト下部 -----*/
#footer_wrap {
	min-width:1000px;
	width: 100%;
	margin: 0 auto;
	background: url(../images/bg_footer.jpg) repeat-x center bottom;
}
#footer {
	width: 990px;
	margin: 0 auto;
	padding: 85px 0 10px 0;
	text-align: center;
/*	background: url(../images/border_990.gif) no-repeat top left;*/
	/*border-top: 1px dotted #c0af56;*/
}
#footer_logo {
	width: 202px;
	height: 16px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../images/footer_logo.png) 0 0 no-repeat;
}
/*----------------------------------------------------------
新着情報
------------------------------------------------------------*/
		
/* --- 新着情報エリア --- */
div.newinfo {
	width: 470px; /* 新着情報エリアの幅 */
	margin: 0 0 22px 0;
	float:left;
}

/* --- 見出し --- */
div.newinfo h3 {
	padding: 12px 5px 9px; /* 見出しのマージン（上、左右、下） */
	background: #F8E9E8;
	font-weight:bold;
}

/* --- 新着リスト --- */
div.newinfo dl {
	width: 100%; /* 新着リストの幅 */
	margin: 0;
	border-top: 1px #c0c0c0 dotted; /* 新着リストの上境界線 */
}

/* --- 日付エリア --- */
div.newinfo dt {
	width: 7em; /* 日付エリアの幅 */
	float: left;
	padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
	line-height: 120%;
	font-size: 85%;
}

/* --- 本文エリア --- */
div.newinfo dd {
	margin: 0;
	padding: 7px 3px 6px 8em; /* 本文エリアのパディング（上右下左） */
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
	line-height: 150%;
	font-size: 85%;
}

div.newinfo dd.last{
	margin: 0;
	padding: 7px 5px 6px; /* 本文エリアのパディング（上右下左） */
	line-height: 150%;
	border-bottom: none;
	font-size: 85%;
	float: right;
}
