/* ---------------------------
　■全体の設定
--------------------------- */

* {
	font-size: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
	font-size: 120%;
	color: #525C69;
}

/* 2007-12-27 パンくずのデザインを崩していたので修正 */
#breadCrumbs span strong {
	font-size: 100%;
}

fieldset {
	float: left;
	margin: 2em 0 0 0.5em;
	width: 96%;
	border:1px solid #ccc;
}

legend {
	margin-left: 0.25em;
	padding: 0.25em;
}



/* ---------------------------
　■コンテンツ
--------------------------- */

#taxBookIndex {
	float: right;
	width: 550px;
}

#taxIndex {
	padding: 0 0 25px 0;
}


/* インデックスページ
--------------------------- */

.chapterTitle {
	margin: 36px 0 0 0;
}

#taxBookIndex ul {
	margin: 0.5em 0 0.5em 2.5em;
	list-style: url(../useful/tax/images/point.gif);
}

.indexBlock {
	float: left;
	width: 49%;
}

.topicLink {
	float: left;
	width: 275px;
	background: #F5F9FA;
	border-bottom: 1px solid #9ABBC7;
}
.topicLink dd {
	float: left;
	font-size: 10px;
	text-align: left;
	padding: 2px 2px 0px 2px;
	display: inline;
}
.topicLink dt {
	clear: both;
	width: 188px;
	float: left;
	color: #666666;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	background: #D9E8EA;
	padding: 2px 4px 0px 4px;
	display: inline;
}
.fNext {
	float: right;
	height: 17px;
	font-size: 10px;
	color: #FFFFFF;
	background: #ECF2F4 url(../useful/tax/images/secNext.gif) right no-repeat;
	padding: 2px 17px 0 4px;
}
.fBack {
	float: left;
	height: 17px;
	font-size: 10px;
	color: #FFFFFF;
	background: #ECF2F4 url(../useful/tax/images/secBack.gif) left no-repeat;
	padding: 2px 4px 0 17px;
	display: inline;
}
html>body .fBack {
	height: 15px;
}

.cl1 {
	clear: both;
}


/* 表組み
--------------------------- */

.listTable {
	width: 550px;
	background: #94B2B1;
}
.tT1 {
	margin: 1px;
	height: 40px;
	color: #666666;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background: #F5F9FA url(../useful/tax/images/tT1back.gif) bottom repeat-x;
}

.tDcTbRl, .tDl, .tDc, .tDr, .tDlEven, .tDcEven, .tDrEven {
	background: #FDFDFF;
	vertical-align: middle;
	padding: 2px 1px 0px 2px;
}
.tDcTbRl {
	text-align: center;
	writing-mode:tb-rl;
	font-weight: bold;
	color: #525C69;
	background: #D9E8EA;
}
.tDcTbRlOdd {
	text-align: center;
	writing-mode:tb-rl;
	font-weight: bold;
	color: #525C69;
	background: #CCE0E3;
}
.tDl {
	text-align: left;
}
.tDc {
	text-align: center;
}
.tDr {
	text-align: right;
}
.tDlEven {
	text-align: left;
	background: #F5F9FA;
}
.tDcEven {
	text-align: center;
	background: #F5F9FA;
}
.tDrEven {
	text-align: right;
	background: #F5F9FA;
}











