@charset "utf-8";
.bg_top {
	background-image: url(images/index_01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.th {
	border: 2px solid #000000;
}
.block_title {
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	color: #ffd800;
	margin-left: 20px;
	margin-right: 20px;
}
.ad_site_name {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #ffea00;
	background-color: #a45346;
	height: 20px;
}
.ad_site_name a:link, a:visited, a:active, a:hover {
	color: #ffea00;
}
.dots {
	background-image: url(images/index_21.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 2px;
	width: 150px;
}
.tr {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #fef0a2;
}
.tr a:link, a:visited, a:active, a:hover{
	color: inherit;
}
.bottom_bg {
	background-image: url(images/index_29.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.copyright {
	background-image: url(images/copyright_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 60px;
	width: 515px;
	float: right;
}
.cat_name {
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #FFB722;
	margin-left: 10px;
}
.cat_name a:link, a:visited, a:active, a:hover{
	color: inherit;
}
.copyright_text {
	font-size: 11px;
	color: #fef0a2;
}
.copyright_text a:link, a:visited, a:active, a:hover{
	color: inherit;
}
.top_text {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 30px;
}