/*********************************************
  style006.css
 *********************************************/
 
/* 外部CSSファイル読み込み */
@import "common.css";
@import "fontstyle.css";
@import "liststyle.css";
/*@import "table.css";*/

/**************************************
  タイトル
 **************************************/
div#title {
	background		: #cfc;
	border			: solid 1px #366;
}

div#title #title1 {
	color			: #000;
}

div#title #title2 {
	color			: #366;
}

div#title #date {
	color			: #000;
}

/**************************************
  見出し
 **************************************/
div#container h1 {
	background		: #cfc;
	color			: #000;
	border			: solid 1px #366;
}

/**************************************
 リンク
 **************************************/
div.contents a:hover {
	background-color: #cfc;
}

/**************************************
 テキスト
***************************************/
div.contents * {
    line-height		: 130%;		/* 行間幅指定 */
}

div.contents .bold {
	color			: #366;
}

/**************************************
 テーブル
***************************************/
div.contents table, div.contents th, div.contents tr, div.contents td {
    border			: 1px solid #000;
    padding			: 5px;
}

div.contents th {
	background		: #366;
	color			: #fff;
}

div.contents tr.partition_top td {
	border-top	 	: 3px double #000;
}

div.contents td.category {
	background		: #cfc;
	color			: #366;
	font-weight		: bold;
	text-align		: center;
}

/**************************************
 その他
 **************************************/
div.contents .marker {
	background		: #cfc;
}

