/* ----------Base Font---------- */
BODY {
	font-family : "£Í£Ó £Ð¥´¥·¥Ã¥¯","Osaka";
	font-size: 13px;
}
TABLE{
	font-family : "£Í£Ó £Ð¥´¥·¥Ã¥¯","Osaka";
	font-size: 13px;
}
.f11{ font-size: 11px;}
.f12{ font-size: 12px;}
.f13{ font-size: 13px;}
.f14{ font-size: 14px;}
.f15{ font-size: 15px;}
.f16{ font-size: 16px;}
.f18{ font-size: 18px;}
.f20{ font-size: 20px;}

/* ----------Maker Name(Showroom,Station)---------- */
.makername{
  font-size : 14px;
  font-family : "£Í£Ó £Ð¥´¥·¥Ã¥¯","Osaka";

}
/* ----------Base Link---------- */
a{
	color:blue;
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:underline;
}
/* ----------Menu Link---------- */
.menu a{
	font-family : "£Í£Ó £Ð¥´¥·¥Ã¥¯","Osaka";
	text-decoration:none;
	color:darkblue;
}
.menu a:hover{
	font-family : "£Í£Ó £Ð¥´¥·¥Ã¥¯","Osaka";
	text-decoration:none;
	color:blue;
	font-weight:bold;
}

/* ----------Copyright---------- */
.copyright  {
	font-family : serif;
	color:gray;
  	font-size : 14px;
 }


/* ----------------------------- */


