body {
  color: #000000; 
  font-family: "ＭＳ Ｐゴシック",Osaka,monospace; 
}

a:link {text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #CC6600; }
a:active { text-decoration: none; color: #CC6600; }

p { margin: 0px; padding: 2px 0px; }
ol { margin-top: 0px; margin-bottom: 0px; }

.menu_text { color: #000000; font-size: 13px; letter-spacing: 0px; }
a.menu_text:link { text-decoration:none; color: #000000; }
a.menu_text:visited { text-decoration:none; color: #000000; }
a.menu_text:hover { text-decoration:none; color: #E4A36E; }
a.menu_text:active { text-decoration:none; color: #E4A36E; }

.table_border { border: 1px solid #cccccc; }

.text10 { font-size: 10px; }
.text11 { font-size: 11px; }
.text12 { font-size: 12px; }
.text13 { font-size: 13px; }
.text14 { font-size: 14px; }
.text15 { font-size: 15px; }
.text16 { font-size: 16px; }
.text17 { font-size: 17px; }
.text18 { font-size: 18px; }
.text30 { font-size: 30px; }

@media print{
	.noprint{
		display:none;
	}
}

