.menutd {/*メニュー左の点線*/
	border-left: 1px dashed #999999;
}
.maintd {/*メインテーブルの設定*/
	border: thin solid #CCCCFF;
	padding: 15px;
	font-size: 12px;
	color: #333333;
}
.whiteline1 {/*ここはいじらないほうがいいかも*/
	border-top-width: 15px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
}
.whiteline2 {/*ここも*/
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.smally {/*メニュー内等小さい文字の場所*/
	font-size: 12px;
}
.submenu {/*メニュー下のサブメニューの設定*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
}
a {/*リンクの設定*/
	text-decoration: none;
}
h1 {/*新着情報と書いている場所*/
	font-size: 16px;
	color: #FF9900;
}
.sitetitle {/*サイトタイトルの設定*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #000099;
	padding-left: 13px;
	padding-top: 8px;
	font-weight: bold;
}
.smally2 {/*サイトタイトル上の小さい文字の設定*/
	font-size: 9px;
	font-family: "Courier New", Courier, mono;
	color: #FF6600;
}

