/* style.css for Minamitakatsu Elementary School */
 body { font-style: normal; font-size: 10pt}
 th { font-size: 12pt; color: #006600; }
 td { font-size: 10pt; color: #333333; }

.dai {  /* サブページのタイトル文字設定 */
	font-style: normal; 
	font-size: 12pt; 
	font-weight: bold; color: #006600;
	margin-top: 30px;
 }

.sub_dai {  /* サブページのサブタイトル文字設定 */
	font-size: 11pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #6666FF
}

.honbun {  /* ホームページのベース文字設定 */
	font-size: 10pt; 
	line-height: 130%;
}

.comment {  /* ホームページのヘッダー文字設定 */
	font-size: 8pt;
}

.kabe {  /* 注意書きページの壁紙 */
	background-image: url(picture/home.jpg); 
	background-repeat: no-repeat
}