﻿@charset "utf-8";
body {
	border-style: solid none none none;
	border-width: 5px 0px 0px 0px;
	border-top-color: #0a0000;
}
.CategoryTitle {
	border-style: solid none solid none;
	border-width: 2px 0px 1px 0px;
	border-color: #0a0000;
	height: 38px;
	background-image: url("../images/HeaderCommon/HeaderLineBackDB.png");
}
.CategoryTitle h2 {
	background-image: url('../topics/images/CatTitle.png');
}
.TopicsListTitle {
	width: 149px;
	height: 25px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	background-image: url('images/TopicsListTitle.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.TopicsDetailsTitle {
	width: 149px;
	height: 25px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	background-image: url('images/DetailsTitle.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.TopicsContainer dl {
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 4px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}

.TopicsContainer dt,dd {
	display: block;
	padding: 0px;
	margin: 0px;
}
.TopicsContainer dt {
	width: 67px;
	float: left;
	text-indent: 2px;
}
.TopicsContainer dd {
	width: 477px;
	float: right;
	background-image: url('../images/CommonImages/arrow0.png');
	background-repeat: no-repeat;
	background-position: 0px 45%;
	text-indent: 9px;
}
.TopicsContainer {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #c0c0c0;
}
.MainContents {
	padding-bottom: 50px;
}
.TopicsDate {
}
.TopicsDetailsTxt {
	font-size: 100%;
	line-height: 170%;
}
.TopicsDetailsTitleContainer .TopicsDetailsTitle {
	float: left;
}
.TopicsDetailsTitleContainer span {
	width: 126px;
	height: 25px;
	float: right;
	background-image: url('images/BackTopicsList.png');
	background-repeat: no-repeat;
}
.TopicsDetailsTitleContainer span a {
	text-indent: -9999px;
	width: 126px;
	height: 26px;
	display: block;
	overflow: hidden;
}
.GoEntry {
	margin-top: 30px;
}
.GoEntry a {
	width: 56px;
	height: 13px;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.PrevEntry {
	background-image: url('images/PrevEntry.png');
	float: left;
}
.NextEntry {
	background-image: url('images/NextEntry.png');
	float: right;
}
.TopicsDetailsTxt img {
	border: 1px solid #C0C0C0;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.TopicsPictList{
	float: left;
	width: 330px;
}
.TopicsPictList ul {
	margin: 0px;
	padding: 0px;
}
.TopicsPictList ul li {
	height: 52px;
	width: 52px;
	border: 1px solid #CCCCCC;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.TopicsPictList a{
	height: 50px;
	width: 50px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 1px;
	background-position: center center;
}
