a:link { color: white; }
a:visited { color: white; }
a:hover { color: white; }
body { background-image:url(../sozai/katteni.jpg); color: white}
.h01_1{
font-size : small;	/* フォントサイズ */
font-weight : bold;	/* フォントの太さ */
color : white;	/* フォントの色 */
background-color : #191970;	/* 背景の色 */
text-align : center;	/* テキストのセンタリング */
letter-spacing : 1.5px;	/* 文字間隔 */
padding-left : 0px;	/* 左の余白 */
line-height : 1.5em;	/* 領域（行）の高さ＝フォントの４倍 */
width : 400px;	/* 横幅 */
}
.t01_2{
font-size : small;	/* フォントサイズ */
font-weight : normal;	/* フォントの太さ */
color : white;	/* フォントの色 */
background-color : black;	/* 背景の色 */
text-align : center;	/* テキストの位置 */
letter-spacing : 1px;	/* 文字間隔 */
line-height : 2.0em;	/* 行の高さ*/
width : 650px;	/* 横幅 */
}
.t01_2 TD{	/* セルの上と下に境界線 */
//border-top-width : 1px;
//border-bottom-width : 1px;
//border-left-width : 1px;
//border-right-width : 1px;
//border-top-style : solid;
//border-left-style : solid;
}
