/* --- 前中西遺跡の部屋専用CSS --- */

/* --- リンクにマウスオーバーで赤く --- */
a:hover.main {
	color: #F60;
}

/* --- リンクにマウスオーバーで薄く --- */
a:hover img.imgborder{
	opacity:0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

/* --- ヘッダー1　弥生土器を配置 --- */
h1 {
	margin-bottom: 20px;
	font-size: 140%;
	background-image: url(images/yayoi_28x35.png);
	background-repeat: no-repeat;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #787458;
	padding-left: 30px;
	line-height: 156%; 
	padding-bottom: 2px;
}

/* --- ヘッダー4　キハ2000形気動車末期型の側面を配置 --- */
h4 {
	font-size: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	font-weight: bold;
	background-image: url(images/kiha2000kei_1_155x35.png);
	background-repeat: no-repeat;
	padding-left: 36px;
	line-height: 2; 
	padding-bottom: 2px;
}

/* --- ヘッダー5　ヘッダー2の余白調整版 --- */
h5 {
	font-size: 120%;
	margin-top: 20px;
	margin-bottom: 5px;
	clear: both;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #787458;
	padding: 3px;
}


/* --- 最初の一文字空白 --- */
.honbun2 {
	line-height: 1.7;
	text-align: left;
	text-indent: 1em;
	margin-bottom: 2px;
}

/* --- 表の余白を調整　トップページ用 --- */
table.tb-tk1 td {
	padding: 10px 2px;
}

/* --- 表の余白を調整　画像一覧用 --- */
table.tb-tk2 {
	border: 0;
}
table.tb-tk2 td {
	font-size: small;
	text-align: center;
	padding: 2px;
}

/* --- 画像に枠を表示 --- */
img.waku01 {
	border: 1px solid #B8B8B8;
	padding: 3px;
}

/* --- リスト　最初に三角を表示 --- */
ul.list-tk1 {
	margin-right: 20px;
	margin-left: 10px;
}
ul.list-tk1 li {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
ul.list-tk1 li a {
	background-image: url(../../images/arrow03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 16px;
}

/* --- リスト　none --- */
ul.list-none1 li {
	padding-left: 10px;
	font-size: 100%;
	line-height: 1.4;
	margin-bottom: 10px;
}
