@charset "UTF-8";


/***************************************************
	ボディー
****************************************************/
body {
	color: #333333;
	background: #ffffff;
}

/***************************************************
	ヘッダー
****************************************************/
#header {
}

/***************************************************
	ナビゲーション
****************************************************/
#navigater {
	border-bottom: 1px solid #cccccc;
	font-size: small;
	margin-bottom: 10px;
}

/***************************************************
	コンテンツ
****************************************************/
#content {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: small;
}
#content img {
	padding: 3%;
	border: 1px solid #b0b0b0;
}

/***************************************************
	フッター
****************************************************/
#footer {
	clear: both;
	margin-top: 5px;
	border-top: 1px solid #cccccc;
	text-align: right;
	font-size: small;
}




/***************************************************
	検索条件
****************************************************/
.filter {
	margin-bottom: 10px;
}

/***************************************************
	テーブルの縞々
****************************************************/
.odd{
}
.even{
}


/***************************************************
	一覧テーブル
****************************************************/
.sekibutsu_list table{
	table-layout: fixed;
	border-collapse: collapse;
}
.sekibutsu_list th{
	border-top: 1px solid #cccccc;
	border-bottom: 3px double #cccccc;
}
.sekibutsu_list td{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/***************************************************
	詳細の情報テーブル
****************************************************/
.sekibutsu_information {
	clear: both;
}
.sekibutsu_information table{
	border-collapse: collapse;
	margin-top: 5px;
}
.sekibutsu_information td{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/***************************************************
	サムネイル
****************************************************/
.sekibutsu_thumbneil{
	width: 180px;
	height: 180px;
	float: left;
	text-align: center;
}

/***************************************************
	石仏がなかったときのメッセージの書式
****************************************************/
.no_result{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
}
