@charset "UTF-8";


h2.titleListHeading {
	padding: 0 0 5px 17px;
	border-bottom: 1px solid #BFC5D1;
	background: url(../../images/titleListMarker.gif) no-repeat 0 3px;
	color: #454545;
	font-size: 140%;
	line-height: 1;
}

/* タイトルリスト
ul.titleList {
	list-style-type:none;
	padding: 5px 0 20px 10px;
}
ul.titleList li {
	line-height: 1.5;
} */

table.titleList {
	margin: 5px 0 20px 10px;
	_margin: 15px 0 20px 10px;
}
*:first-child+html table.titleList {
	margin: 10px 0 20px 10px;
}
html>/**/body table.titleList {
	margin: 10px 0 20px 10px;
}

	table.titleList th {
		padding: 0 0 5px 0;
		font-weight: normal;
		vertical-align: top;
	}
	table.titleList td {
		padding: 0 0 5px 20px;
		vertical-align: top;
	}

/* 一覧へ移動、RSS */
p.controlLink {
	margin: -2em 0 0 0;
	font-size: 80%;
	text-align: right;
}