body{
  margin: 0px;
  color: #000000;
  background-color: #ffffff;
  /*
  font-family: "ＭＳ Ｐゴシック",Osaka,平成角ゴシック,ヒラギノ角ゴシック,sans-serif;
  */
  font-family: sans-serif;
}
#header{
  height: 60px;
  margin: 0px;
  padding: 0px;
  background-color: #008833;
  /*
  background-image: url("images/topbar.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  */
  position: relative;
}
#header-title{
  margin: 0px;
  padding: 20px 0px 0px 20px;
  text-align: left;
  vertical-align: center;
  font-size: large;
  font-weight: bold;
  background: transparent;
  color: #ffffff;
}
#container{
  width: 960px;
  margin: 10px auto;
  padding: 0px 10px;
  text-align: left;
}
#title{
  margin: 0px 0px;
  padding: 0px;
  position: relative;
}
h1{
  margin: 10px 0px;
  padding: 5px 10px;
  text-align: left;
  font-size: x-large;
  font-weight: bold;
  background: transparent;
  color: #005522;
  border-style: solid;
  border-width: 0px 0px 0px 15px;
  border-color: #008833;
}
#topmenu{
  float: right;
  margin: 0px 0px;
  position: absolute;
  top: 34px;
}
#main{
  margin: 20px 0px;
  text-align: left;
}
#footer{
  height: 40px;
  clear: both;
  margin: 10px 0px;
  padding: 10px;
  text-align: right;
}
.thambnail{
  width: 128px;
  height: 128px;
  text-align: center;
  vertical-align: middle;
  background-color: #eeeeee;
}
.caption{
  width: 128px;
  text-align: left;
  vertical-align: top;
  font-size: small;
  font-weight: normal;
  color: #666666;
  background-color: #dddddd;
}
a{
  font-size: medium;
  font-weight: bold;
}
a.menu_link{
  font-size: x-large;
  font-weight: bold;
}
a.root:link, a.root:visited{
  color: #ffffff;
}
a.root:hover, a.root:active{
  color: #ccffcc;
  background-color: transparent;
}
a.foot:link, a.foot:visited{
  color: #008833;
}
a.foot:hover, a.foot:active{
  color: #0000ff;
  background-color: transparent;
}
#guide{
  /*
  list-style-type:none;
  list-style-image: url("images/mark");
  */
  font-size: medium;
}
#lime-guide{
  width: 600px;
  margin: 15px 0px 0px 0px;
  padding: 6px;
  list-style-type:none;
  font-size: medium;
  background-color: #ccccff;
}
li{
  margin-top: 3px;
}
/* Order List */
ul#order{
  list-style-type:none;
  margin: 0px;
}
li.order{
  margin-left: 4px;
  padding: 3px 12px;
  background: #ccffcc;
  text-align: center;
  display: inline;
  /*
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #008833;
  */
}
li.order-current{
  margin-left: 4px;
  padding: 3px 12px;
  background: #006622;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  display: inline;
  /*
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #008833;
  */
}
#menu{
  margin: 30px 0px 0px 0px;
  text-align: right;
}
table{
  margin: 0px;
  font-size: small;
}
th {
  font-size: medium;
  color: #ffffff;
  background-color: #008833;
  text-align: center;
}
tr.even{
  background-color: #f3f3f3;
}
