/* フォント設定 */
.main0 {
	/* 表題用 */
	font-size:24pt; font-weight:bold; color:lemonchiffon;
/*	background-color:maroon;*/
	background-image: url(pattern01.gif);
	padding:3pt;
}

.subj {
	/* 題名用 */
	font-size:16pt; font-weight:bold; color:white;
/*	background-color:maroon;*/
	background-image: url(pattern02.gif);
	padding:3pt;
}

.cont {
	/* 内容用 */
	font-size:11pt; font-weight:normal;
	background-color:lemonchiffon;
	padding:16pt;
}

.menup {
	/* メニュー用 */
	width:180; text-decoration:none; font-size:11pt; font-weight:bold; color:white;background-color:maroon;padding:1pt;
}

.footer0 {
	/* フッター用 */
	font-size:12pt; font-weight:bold; color:black;
	background-color:gray;
	padding:3pt;
}

/* メニュー用 */
a.menu { width:180; text-decoration:none; font-size:11pt; font-weight:bold; color:white;background-color:darkslategray;padding:1pt; }
a.menu:hover { width:180; text-decoration:none; font-size:11pt; font-weight:bold; color:white;background-color:slategray;padding:1pt; }
