@charset "UTF-8";
/* CSS Document */

.topicsContent {
	width: 560px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.topicsContent h1 {
	background-image: url(../images/topics/topicsTitleBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #0094C5;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 5px;
	margin-bottom: 5px;
}
.topicsDate {
	width: 100px;
	float: left;
	font-size: 10px;
	color: #333333;
	margin-bottom: 10px;
	height: 18px;
}
.topicsNavi {
	float: left;
	width: 460px;
	text-align: right;
	font-size: 10px;
	height: 18px;
	margin-bottom: 10px;
}
.topicsNavi img {
	vertical-align: middle;
}
.contentInner {
	width: 540px;
	margin-left: 10px;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.topicsContent h2 {
	background-image: url(../images/common/st_bg1.jpg);
	background-repeat: no-repeat;
	padding-left: 18px;
	color: #FFFFFF;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	width: 542px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.topicsPage {
	float: none;
	width: 530px;
	font-size: 10px;
	height: 18px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.listInner {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #39A8D0;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.listTitle {
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/common/naviAllow2.gif);
	background-position: left 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	line-height: 20px;
	margin-bottom: 5px;
}
.listBody {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
.topicsPage p {
	display: block;
	float: left;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}
.paged-archives a, .paged-archives a:visited{
	border: 1px solid #cccccc;
	text-decoration: none;
	color: #000066;
	height: 18px;
	display: block;
	width: 18px;
	text-align: center;
	float: left;
	line-height: 18px;
	margin-right: 5px;
}
.paged-archives b{
	border: 1px solid #cccccc;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #39A8D0;
	line-height: 18px;
	display: block;
	height: 18px;
	width: 18px;
	text-align: center;
	float: left;
	margin-right: 5px;
}

