/* コンテンツの基本ヘッダーレイアウト */
/* 各ページによって色を変えます */
#contents{
	width:35em;
}
	#contents h1{
		border-bottom-color:#36f;
		border-bottom-style:solid;
		margin-bottom:1.2em;
		color:#36f;
	}
	#contents h2{
		border-bottom-color:#36f;
		border-bottom-style:dotted;
		border-bottom-width:thin;
		color:#36f;
	}
/* コンテンツの基本テーブルレイアウト */
/* 各ページによって色を変えます */
#contents_tbl{
}
	#contents_tbl h3.title{
		color:#36f;
		margin:0 0 0.3em 0;
	}
	#contents_tbl table{
		border:none;
		margin-bottom:2em;
	}
	#contents_tbl tr{
	}
	#contents_tbl td.td_top{
		border:none;
		border-top:3px solid #CCC;
		width:30em;
		height:7em;
		padding:1em 0 0.6em 2em;
	}
	#contents_tbl td.td_top_left{
		border:none;
		border-top:3px solid #999;
		background-color:#CCCCCC;
		height:4em;
		width:6em;
		text-align:left;
		padding:0.4em 0 0 0.6em;
	}
	#contents_tbl td.td_reft{
		border:none;
		border-top:1px dashed #999;
		background-color:#CCCCCC;
		height:4em;
		width:6em;
		text-align:left;
		padding:0.4em 0 0.4em 0.6em;
	}
	#contents_tbl td.td_right{
		border:none;
		border-top:1px dashed #CCC;
		width:30em;
		padding:0.6em 0 0.6em 2em;
	}
	#contents_tbl ul.ul_main{
		margin:0 0 0 0;
	}
	#contents_tbl li.li_main_none{
		list-style:none;
	}
	#contents_tbl ul.ul_sub{
		margin:0 0 0 2em;
	}
	#contents_tbl ul.ul_sub_disc{
		list-style:disc;
	}
/* コンテンツの基本箇条書きレイアウト */
#contents_doc{
	width:35em;
	margin:0 0 4em 0;
}
	#contents_doc h3.title{
		color:#36f;
	}
	#contents_doc p{
	}
	#contents_doc .line{
		line-height:1.5em;
	}
	#contents_doc ul.ul_main{
		margin:0 0 0 0;
	}
	#contents_doc li.li_main_none{
		list-style:none;
	}
	#contents_doc ul.ul_sub{
		margin:0 0 0 2em;
	}
	#contents_doc ul.ul_sub_disc{
		list-style:disc;
	}
	#contents_doc ul.ul_magn{
		margin:0 0 0 1.2em;
	}
