body{background-color		: black;}/* リンク　*/a{	text-decoration	: none;	color			: white;}/* リンク・マウスオーバー */a:hover{	text-decoration	: underline;	color			: white;}/* 記事テーブル */table.article{background-color		: black;	border			: 1px solid white;	margin-bottom	: 24px;}/* トラックバックURLテーブル */table.trackback_url{background-color		: black;	border			: 1px solid white;	margin-top		: 10px;}/* コメント・トラックバック一覧テーブル */table.sub_list{background-color		: black;	margin-top		: 20px;	border			: 1px solid white;}/* コメント・トラックバック個別テーブル */table.list_item{background-color		: black;	margin-top		: 10px;	width			: 80%;}/* 基本フォント */.basic{	font-size		: 13px;	word-break		: break-all;	color		: white;}/* 記事タイトルフォント */td.article_title{	color		: white;	font-size		: 13px;	font-weight		: bold;	border-bottom	: 1px solid white;}/* 記事本文フォント */td.article_body{	font-size		: 12px;	line-height		: 22px;	word-break		: break-all;	padding-top		: 6px;	padding-left	: 10px;	padding-right	: 10px;	color		: white;}/* コメント・トラックバック欄フォント */td.list_body{	font-size		: 12px;	line-height		: 18px;	word-break		: break-all;	border-bottom	: 1px dotted white;	color		: white;}/* コメント数・トラックバック数・カテゴリ名欄フォント */td.article_hooter{	padding-top		: 6px;	font-size		: 12px;	border-top		: 1px dotted white;	color		: white;}/* コメント書き込みフォーム */.comment_form{	color		: white;	background-color		: black;	border			: 1px solid white;	font-size		: 12px;	padding			: 2px;	scrollbar-track-color		: white;	scrollbar-face-color		: silver;	scrollbar-shadow-color		: gray;	scrollbar-darkshadow-color	: white;	scrollbar-highlight-color	: white;	scrollbar-3dlight-color		: silver;	scrollbar-arrow-color		: white;}/* ボタン系 */.button{background-color		: black;	color		: white;	border			: 1px solid black;	font-size		: 12px;}/* サイドバーテーブル */table.sidebar{	color		: white;background-color		: black;	width			: 180px;	margin-bottom	: 24px;}/* サイドバータイトルフォント */td.sidebar_title{	color		: white;	font-size		: 13px;	font-weight		: bold;	text-align		: center;	border-top	: 1px solid white;	border-bottom	: 1px solid white;}/* サイドバーフォント */td.sidebar_body{	color		: white;	font-size		: 12px;	line-height		: 20px;}