@charset "utf-8";
@import url("/css/import.css");

#TOPICS {
	margin-bottom: 1em;
}

.pieceTopics {
	clear: both;
	margin: 3em 0px;
}

#content .pieceTopics h2 {
	font-size: 1em;
	width: 130px;
	float: left;
	background-image: none;
	margin: 0px;
	padding: 0px;
	background-position: -9999px;
	text-indent: 0px;
	height: auto;
	line-height: 1.5em;
}

.pieceTopics .article {
	margin-left: 132px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

#content .pieceTopics .article h3 {
	margin-top: 0px;
	margin-bottom: 2em;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
}

.pieceTopics .article p {
	text-align: justify;
}

.pieceTopics .article em.type01 {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
}

.pieceTopics .article em.like-subtitle {
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.article  img.positionLeft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

.article  img.positionCenter {
	margin-right: auto;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: auto;
	display: block;
}

#content .pieceTopics .article h3 {
	color: #993300;
	text-indent: 0px;
	background-position: -20px;
}

/* 各記事個別用のCSS */
#topics20080416-02 {
	background-image: url(image/topics20080416-02-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* トピックス年別切替フォーム */
#topicsSelectForm {
}

