body {
	background-color: #ffffff;
}

/* 疑似クラス */
a:link {
	color: #333366;
	text-decoration: none;
}
a:visited {
	color: #666699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #ffffcc;
	text-decoration: none;
}

/* 背景 */
.backleft {
	background-image: url(images/border_l.gif);
	background-repeat: repeat-y;
}
.backright {
	background-image: url(images/border_r.gif);
	background-repeat: repeat-y;
}
.backblue {
	background-color: #5daef5;
}
.backpink {
	background-color: #ff99cc;
}
.backgreen {
	background-color: #99cc66;
}
.backyellow {
	background-color: #ffffcc;
}

/* フォント（サイズのみ：知名町サイトと同一） */
.basic    {font-size:11pt; color:#663300; text-decoration:none; line-height:15pt;}
.basicb   {font-size:11pt; color:#663300; text-decoration:none; line-height:15pt; font-weight:bold;}
.xsmall   {font-size: 9pt; color:#663300; text-decoration:none; line-height:10pt;}
.small    {font-size:10pt; color:#663300; text-decoration:none; line-height:11pt;}
.smallb   {font-size:10pt; color:#663300; text-decoration:none; line-height:11pt; font-weight:bold;}
.xlarge   {font-size:15pt; color:#663300; text-decoration:none; line-height:17pt;}
.large    {font-size:13pt; color:#663300; text-decoration:none; line-height:15pt;}
.largeb   {font-size:13pt; color:#663300; text-decoration:none; line-height:15pt; font-weight:bold;}

/* フォント（色のみ） */
.goldf {
	color: #999933;
}
.silverf {
	color: #999999;
}
