/*** 【 リンク設定 】 ***/
.block {
	text-decoration: none;
	display: block;
	width: 100%;
	padding-left: 4px;
}
a:link.block , a:visited.block {
	color: #000;
}
a:hover.block {
	color: #ffc;
	background-color: #aa8;
}


/*** 【  】 ***/
td.left-side , td.right-side {
	vertical-align: top;
	padding: 0px;
	height: 100%;
}

td.iframe-td , td.thx-head , td.related-head {
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 14px;
	border: #aa8 solid 1px;
		background-image: url(../pic/iframe.jpg);
		background-attachment: fixed;
		background-position: left top;
		background-repeat: repeat-y;
		background-color: #bb9;
}

td.thx-head , td.related-head {
	border-bottom-style: none;
}

td.iframe-td {
	border-top-style: none;
	padding: 0px;
	height: 100%;
	background-color: #c0c09a;
}

iframe {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body.link {
	line-height: 20px;
	margin: 0px;
		background-color: #bb9;
		background-image: url(../pic/iframe.jpg);
		background-attachment: fixed;
		background-position: left top;
		background-repeat: repeat-y;
			scrollbar-base-color:		#bb9;
			scrollbar-face-color:		#bb9;
			scrollbar-track-color:	#bb9;
			scrollbar-arrow-color:	#000;
				scrollbar-3dlight-color:		#bb9;
				scrollbar-highlight-color:	#bb9;
				scrollbar-shadow-color:			#bb9;
				scrollbar-darkshadow-color:	#bb9;
}

.small-font {
	font-size: 11px;
}

/*table,td {border: #00f solid 1px;}
.test	{background-color: #000;}
