.class1 {
  background-color : #ddeeff;
  color : red;
}
BODY {
  
  color : #000080;
  background-color : white;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
}
big           {
  font-size: 11pt ;
}
small         {
  font-size: 8pt ;
}
/* リンクのスタイル */
A:LINK {
  color : #000080;
  text-decoration : none;
}
/* すでに侮ｦしたリンクのスタイル */
a:visited {
  color : #1F96C9;
  text-decoration : underline;
}
/* マウスが上にあるリンクのスタイル */
A:HOVER {
  
  text-decoration: underline;
  color : #009900;
}
a.home:link {
  text-decoration: none;
  color : #749FC2;
}
a.home:visited {
  text-decoration: none;
  color : #749FC2;
}
a.home:hover {
  text-decoration: none;
  color: #749FC2;
}
.topkate{
  font-size : 14px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #000080;
}
.subkate{
  font-size : 12px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #000080;
}
.linkbar{
  font-size : 14px;
  
}
.rightline{
  border-right-width : 2px;
  border-right-style : solid;
  border-right-color : #000080;
  border-left-width : 2px;
  border-bottom-width : 2px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #000080;
  border-bottom-color : #000080;
}

.shop_t{
  border-left-width : 15px;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #FFCC00;
  border-bottom-color : #FFCC00;
  font-weight : bold;
}
.line_c{
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #FFCC00;
  font-size : 13px;
}