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

#top_under {
	margin: 0px;
	padding: 0px;
	width: 770px;
	background-image: url(../img_about/top_under.jpg);
	background-repeat: no-repeat;
	height: 35px;
}
/*コンテンツ*/

#contents #topics {
	margin: 0px;
	padding: 0px 0px 20px;
	width: 590px;
	float: right;
}
#contents #section01 {
	width: 550px;
	float: right;
	padding-bottom: 20px;
	padding-right: 20px;
}
#contents #section01 #text img {
	float: left;
}

#contents #section01 #text {
	float: right;
	padding: 0px;
}
#contents #temple_list table {
	background-color: #EAEAEA;
}