@charset "utf-8";

/*---------------------------------------------------------
  KAZENOASHIATO CSS : topics common
----------------------------------------------------------*/

/* topicsList
----------------------------------------------------------*/
.topics dl.topicsList {
	padding-top: 5px;
}
.topics dl.topicsList dt {
	width: 6em;
	float: left;
	padding: 0.2em 0px;
}
.topics dl.topicsList dd {
	background: url(../../shared/images/arrow_part2.gif) no-repeat 0px 0.7em;
	padding: 0.2em 0px 0.2em 10px;
	margin-left: 6em;
}

/* topicsDetail
----------------------------------------------------------*/
.topics .topicsDetail {
	padding-top: 5px;
}
.topics .topicsDetail p {
	padding-bottom: 18px;
}
.topics p.postDate {
	padding: 5px 0px;
	text-align: right;
	clear: both;
	border-top: 1px solid #CCCCCC;
}

/* col3Right : box
----------------------------------------------------------*/
.topics #contCol3Right .box {
	border: 1px solid #B9D0DD;
	background: #FFFFFF;
}
.topics #contCol3Right .box .title {
	background: url(../images/box_tit_bg.jpg) no-repeat 0px 0px;
	padding: 4px 7px;
	border-bottom: 1px solid #B9D0DD;
}
.topics #contCol3Right .box h3 {
	font-weight: bold;
	border-left: 4px solid #B9D1DD;
	padding-left: 4px;
}

/* col3Right : archive
----------------------------------------------------------*/
.topics #contCol3Right ul.archive {
	background: url(../images/box_inner_bg.jpg) repeat-x 0px 0px;
	padding: 7px;
}
.topics #contCol3Right ul.archive li {
}
.topics #contCol3Right ul.archive li a {
	background: url(../../shared/images/arrow_part2.gif) no-repeat 0px 0.2em;
	padding-left: 8px;
}

