/* 一覧ページ用スタイルシート
*/
/* タイトル */
#title {
}



#articleBody h3 {
	font-size: 130%;
	color: seagreen;
	margin-top: 1.8em;
	margin-bottom: 0.2em;
}
	#articleBody h3:before {
		content: "◇  ";
	}

#articleBody h4 {
	font-size: 110%;
	color: darkolivegreen;
	margin-top: 1.4em;
	margin-bottom: 0.3em;
}

/* for Topic
*/
#articleBody p {
	margin-top: 0.2em
}

#articleBody table {
	margin-bottom: 1em;
}

#articleBody th,#articleBody td {
	border: thin black solid;
	}
	#articleBody th {
		text-align: center;
		}
	#articleBody td {
		padding: 2px 6px;
		}

q {
	quotes: "“" "”";
}
/* ページDirectory
*/
ul.directory {
	margin: 0;
	padding: 0;
}
	ul.directory li {
		line-height: 1.1em;
		margin-left: 1.1em;
		list-style: none;
		quotes: "├ " "";
	}
	ul.directory li:before { content: open-quote; }
	ul.directory li:last-child { quotes: "└ " ""; }


/* 更新履歴 */
#news {
 }
	#news .topicsDate,.topics .topicsDate {
		width: 9.2em;
		}
		#news .date,.topics .topicsDate {
			font-size: smaller;
			}

/* 参考資料／リンク集
*/

.links dt {
	font-size: medium;
}
.links dt:before {
	font-size: small;
	color: #21067B;
	content: "● ";
}


/* $Id: topics.css 360 2009-06-15 16:24:38Z atsushifx $
*/

