@charset "shift_jis";
/* CSS Document */

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  background-color: #bf1f24;
  color: #ffffff;
}
.MenuLinks {
  color: #FFFFFF;
  font-family: verdana;
  text-decoration: none;
}
.Menu {
  background-color: #3e6e1c;
  color: #FFFFFF;
  font-family: verdana;
  font-size: 110%;
}
.MenuOver {
  background-color: #000000;
  color: #000000;
  font-family: Verdana;
  font-size: 110%;
}
th {
  text-align:left;
  width:600px;
  color: #000000;
  font-family: "Verdana, Arial, Helvetica, sans-serif";
  font-size: 130%;
  font-weight: bold;
}
td { 
  background-repeat: repeat-y;
}
#description {
  padding-top: 20px;
}
h1 a:hover {
  background:none;
}

#container-1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	overflow: hidden;
}
#container-1 #products{
	border: none;
}
.ui-tabs-nav a:hover {
    background-color: #FFFFFF;
    color: #27537a;
}