
/*hの下の行が開かないように*/
h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0 }
p { margin-top: 0; margin-bottom: 0 }

/*deta-02用*/
.deta2{
	line-height: 125%;}

/*deta-03用*/
.deta3a{
	line-height: 125%;}

.deta3b{
	line-height: 145%;}

/*テーブルの枠線などを設定するdouble  solid*/
table.nen {
	border: double  1px;
	border-collapse: separate;	/*枠線の種類を指定 separate (二重線) collapse*/
	margin: 6px 6px;
	width: 88%;		/*テーブル全体の幅*/
}

/*表(テーブル)の列(縦方向)を一括装飾　セルをtd要素だけで作っている場合 */
tr td:nth-of-type(1) { 
	width: 145px
	text-align: center;
	letter-spacing:-0.1em;		
/*letter-spacing: は、文字間隔を指定することができるcssプロパティ
プラス数値を指定すると広がり、マイナス数値を指定すると縮まる*/
	margin: 10px 20px 10px 20px;
}


table td{
	border: 1px #000000 solid;
	border:solid  1px;
	margin: 5px 5px 15px 15px;
}