/* コンテンツの基本ヘッダーレイアウト */
/* 各ページによって色を変えます */
#contents{
	width:35em;
}
	#contents h1{
		border-bottom-color:#396;
		border-bottom-style:solid;
		margin-bottom:1.6em;
		color:#396;
	}
	#contents h2{
		border-bottom-color:#396;
		border-bottom-style:dotted;
		border-bottom-width:thin;
		color:#396;
	}
/* コンテンツの基本テーブルレイアウト */
/* 各ページによって色を変えます */
#contents_tbl{
}
	#contents_tbl h3.title{
		color:#396;
		margin:0 0 0.3em 0;
	}
	#contents_tbl table{
		border:none;
	}
	#contents_tbl tr{
	}
	#contents_tbl td.td_reft{
		border:none;
		background-color:#CCCCCC;
		height:4em;
		width:6em;
		text-align:left;
		padding:0.6em 0 0 0.6em;
	}
	#contents_tbl td.td_right{
		border:none;
		width:30em;
		padding:0.6em 0 0 0.6em;
	}
/* コンテンツの基本箇条書きレイアウト */
#contents_doc{
	width:35em;
	margin:0 0 4em 0;
}
	#contents_doc h3.title{
		color:#396;
	}
	#contents_doc p{
	}
	#contents_doc .line{
		line-height:2em;
	}