/* TOBU cmn */
body{
	color:#333333;
	background-color:#cccccc;
	margin:8px 0px 0px 0px;
}
a:link {color: #993333;text-decoration: none;}
a:visited {color: #993333;text-decoration: none;}
a:active {color: #993333;text-decoration: none;}
a:hover {color: #CC3333;text-decoration: underline;}

a.ylw:link {color: #999933;text-decoration: none;}
a.ylw:visited {color: #999933;text-decoration: none;}
a.ylw:active {color: #999933;text-decoration: none;}
a.ylw:hover {color: #CCCC33;text-decoration: underline;}

a.blue:link {color: #339999;text-decoration: none;}
a.blue:visited {color: #339999;text-decoration: none;}
a.blue:active {color: #339999;text-decoration: none;}
a.blue:hover {color: #33CCCC;text-decoration: underline;}

/*nihonsyu color*/
td.nihon{background-color:#4e658f;}
#nihon a:link {color: #4e658f;text-decoration: none;}
#nihon a:visited {color: #4e658f;text-decoration: none;}
#nihon a:active {color: #4e658f;text-decoration: none;}
#nihon a:hover {color: #4e99CC;text-decoration: underline;}

/*shochu color*/
td.sho{background-color:#65518A;}
#sho a:link {color: #65518A;text-decoration: none;}
#sho a:visited {color: #65518A;text-decoration: none;}
#sho a:active {color: #65518A;text-decoration: none;}
#sho a:hover {color: #9966CC;text-decoration: underline;}

/*wine color*/
td.wine{background-color:#AC0049;}
#wine a:link {color: #AC0049;text-decoration: none;}
#wine a:visited {color: #AC0049;text-decoration: none;}
#wine a:active {color: #AC0049;text-decoration: none;}
#wine a:hover {color: #FF99CC ;text-decoration: underline;}

select{
	font-size:10px;
	color:#666666;
	border:0px;
	border-color:#FFE6E6;
	background-color:#FFE6E6;
	width:140px;
	height:15px;
}


select.ylw{
	font-size:10px;
	color:#666666;
	border:0px;
	border-color:#FFFFE6;
	background-color:#FFFFE6;
	width:140px;
	height:15px;
}

select.blue{
	font-size:10px;
	color:#666666;
	border:0px;
	border-color:#E6FFFF;
	background-color:#E6FFFF;
	width:140px;
	height:15px;
}


select.wht{
	font-size:10px;
	color:#666666;
	border:0px;
	border-color:#FFFFFF;
	background-color:#F4F4E1;
	width:140px;
	height:15px;
}