/* 画像リンク */
#btn a:link img {
	padding: 0px 1px 1px 0px;
}
#btn a:visited img {
	padding: 0px 1px 1px 0px;
}
#btn a:hover img {
	filter:alpha(opacity=75);
	opacity:0.70;
	padding: 0px 1px 1px 0px;
}
#btn a:active img {
	padding: 1px 0px 0px 1px;
}

/* 画像リンク（非リンク時） */
.nolink {
	padding: 0px 1px 1px 0px;
}

/* テキストサイズ */
.txts {
	font-size: 90%;
}
.txtss {
	font-size: 80%;
}
.txtl {
	font-size: 110%;
}
.txtll {
	font-size: 120%;
}
.txt8 {
	font-size: 8px;
}
.txt9 {
	font-size: 9px;
}
.txt10 {
	font-size: 10px;
}
.txt11 {
	font-size: 11px;
}
.txt14 {
	font-size: 14px;
}

/* テキスト行間 */
.th110 {
	line-height: 110%;
}
.th130 {
	line-height: 130%;
}
.th140 {
	line-height: 140%;
}
.th150 {
	line-height: 150%;
}

/* テキストスタイル */
.txtb {
	font-weight: bold;
}

/* テキスト等幅 */
.txt-mono {
	font-family: monospace;
}

/* img下のスペースを削除 */
img#fr { vertical-align: text-bottom; }

/* 回り込み解除 */
.clear {
	clear: both;
}

/* ボーダー */
.bnone {
	border: none;
}
.bnone td{
	border: none !important;
}
