/*ヘッダー画像の設置*/
#header {
	margin: 0px;
	padding: 0px;
	height: 289px;
	width: 770px;
	background-image: url(../img_kouji/top.jpg);
	background-repeat: no-repeat;
}

#top_under {
	margin: 0px;
	padding: 0px;
	width: 770px;
	background-image: url(../img_kouji/top_under.jpg);
	background-repeat: no-repeat;
	height: 35px;
}

/*コンテンツ*/
#topics {
	margin: 0px;
	padding: 0px;
	width: 590px;
	float: right;
}
#text {
	float: right;
	width: 490px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
#temple_list {
	float: right;
	width: 550px;
	margin-bottom: 20px;
}
#temple_list table {
	background-color: #EAEAEA;
}
#temple_list img {
	margin-bottom: 0px;
}
#temple_list em {
	visibility: hidden;
}



#temple_list3 {
	float: right;
	width: 550px;
	margin-bottom: 20px;
	margin-right: 5px;
}
#temple_list3 table {
	
}
#temple_list3 table, td,th{
	padding:4px 2px 2px 4px;
	border:1px solid #999999;
	border-collapse: collapse;
}

#temple_list3 img {
	margin-bottom: 0px;
}
#temple_list3 em {
	visibility: hidden;
}

