/* CSS Document */

/* 見出し */

h1 { 
 font-size: 14px; 
 color: #FFFFFF;
 background-image: url("gr_title_background.gif"); /* 画像の指定 */
 background-repeat: no-repeat; /* 画像の並び */
 line-height: 28px; /* 行の高さ */
 padding-left: 34px; /* 余白 */
}

h2 { 
 font-size: 17px; 
 color: #FFFFFF;
}
/* 文字設定 */

BODY, TD, TH { font-size: x-small; } 
BODY, TD, TH { color: #FFFFFF; } 

.px11_w {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}
.px33_w {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 33px;
	color: #FFF;
	font-weight: bold;
}
.image-line {
	border: 1px solid #666666;
}
