/*LINKページのスタイル*/
    BODY {
         color : #999999;
         background-color : #ffffff;
         background-position: left top;

         SCROLLBAR-3DLIGHT-COLOR: #c0c0a8; 
         SCROLLBAR-ARROW-COLOR: #c0c0a8;
         SCROLLBAR-BASE-COLOR: #ffffff;
         SCROLLBAR-SHADOW-COLOR: #c0c0a8;
         SCROLLBAR-FACE-COLOR: #ffffff;
         SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
         SCROLLBAR-DARKSHADOW-COLOR: #ffffff;     
         line-height : 1.5;
         margin-top : 0px;
         margin-left : 0px;
         margin-right : 0px;
         margin-bottom : 0px;
  font-family : "MS UI Gothic",Tahoma,"Times New Roman",HGｺﾞｼｯｸM,"ＭＳ ゴシック";
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  font-size : 10pt;
border-width : 0px 0px 0px 0px;}

/*----------タイトル表----------*/
.title-table{
	width: 100%;
	height : 60px;
	border-style : none none none none;
	background-color : #b5b58e;
  font-size : 20pt;
  color : #ffffff;
}
/*----------タイトルセル左----------*/

/*----------タイトルセル中----------*/












.main-table{
  width : 700px;
  border-top-color : #c1c1a4;
  border-right-color : #c1c1a4;
  
  border-left-color : #c1c1a4;
  border-top-width : 1px;
  border-right-width : 1px;
  border-left-width : 1px;
  border-top-style : dashed;
  border-right-style : dashed;
  border-left-style : dashed;
  background-color : #f7f7ee;
}

.title-site{
  font-size : 10pt;  
  color : white;
  background-color : #e0e0c0;
  text-align : center;
  padding-top : 7px;
  padding-bottom : 7px;
  font-weight : bold;
  border-bottom-width : 1px;
  border-bottom-style : dashed;
  border-bottom-color : #c1c1a4;
  
}

.title-coment{
  font-size : 10pt;
  font-weight : bold;
  background-color : #e0e0c0;
  text-align : center;  
  padding-bottom : 5px;
  padding-top : 7px;
  border-top-color : #cc1c1a4;  
  border-bottom-width : 1px;  
  border-bottom-style : dashed;
  border-bottom-color : #c1c1a4;
  color : #ffffff;
  border-left-width : 1px;
  border-left-style : dashed;
  border-left-color : #c1c1a4;  
}

.berner-cell{
  font-size : 10pt;
  
  width : 170px;
  padding-top : 5px;
  padding-bottom : 5px;
  border-bottom-width : 1px;
  border-bottom-style : dashed;
  border-bottom-color : #c1c1a4;
  padding-left : 9px;
  text-align : center;
}

.name-cell{
  font-size : 10pt;
  font-weight : bold;
  background-color : #f7f7ee;
  
  padding-top : 5px;
  padding-bottom : 5px;
  border-bottom-width : 1px;
  border-bottom-style : dashed;
  border-bottom-color : #c1c1a4;
  border-left-width : 1px;
  border-left-style : dashed;
  border-left-color : #c1c1a4;
  padding-left : 10px;
}

.coment-cell{
  font-size : 10pt;
  background-color : #f7f7ee;
  padding-top : 7px;
  padding-left : 10px;
  padding-bottom : 5px;
  border-left-width : 1px;
  border-left-style : dashed;
  border-left-color : #c1c1a4;
  border-bottom-width : 1px;
  border-bottom-style : dashed;
  border-bottom-color : #c1c1a4;
  padding-right : 10px;
}
A{
  color : #999999;
  text-decoration : none;
}
A:HOVER{
  color : #00ff00;
}
