/* Á´ÂÎÀßÄê---------------------------------------------------------------------- */
body{
  color: #333;
  background-color: white;
  margin: 0 auto;
  text-align: center;
  scrollbar-face-color:#333;
  scrollbar-highlight-color:#fff;
  scrollbar-shadow-color:#fff;
  scrollbar-3dlight-color:#fff;
  scrollbar-darkshadow-color:#fff;
  scrollbar-arrow-color:#fff;
  scrollbar-track-color:#fff;
}
a:link      { color: #191970; text-decoration: none }
a:visited   { color: #191970; text-decoration: none }
a:active   { color: #191970; text-decoration: none }
a:hover   {color: #B0C4DE; text-decoration: underline;}

img{border: 0px;}
/* --all-- */
#a_all{
  width : 800px;
  background : url('images/allback_g.jpg') repeat-y;
  margin : 0 auto;
  }
#all{
  width : 785px;
  margin : 0 auto;
  }
#head{
  width : 785px;
  background : url('images/head_g.jpg') no-repeat;
  height : 260px;
  }
  .head_txt{
    padding-top : 10px;
    padding-left: 20px;
    text-align : left;
    }
  h1.site_title{
  color : #CC0000;
  font-size : 24px;
  font-weight : bold;
  margin-top : 10px ;
  }
  .site_title a,
  .site_title a:link,
  .site_title a:visited,
  .site_title a:active,
  .site_title a:hover  {
  color: #cc0000;
  text-decoration: none;
  }
  .sitedesc{
    font-size : 14px;
    color : #333;
    width : 350px;
    }
#left_c{
  float:left;
  width:200px;
  background: url('images/l_back_g.jpg') repeat-y;
    padding: 0px 10px 20px 0px;
}
.c_txt{
  text-align : center;
  margin : 0;
  }
.linktitle{
  background: #333 url('images/link_g.jpg') no-repeat;
  background-position : left;
  text-align: left;
  font-size: 11px;
  line-height: 150%;
  padding: 3px 0px 3px 30px;
  margin-left : 7px;
  color : #fff;
  font-weight : bold;
}
.linktext{
  color: #333;
  background-color: transparent;
  font-size: 10px;
  line-height: 170%;
  margin-bottom : 10px;
  margin-left : 7px;
  padding: 10px;
  border: dashed #c0c0c0;
  border-width : 0px 0px 1px 1px;
  text-align : left;
}
/* --entry-- */
#main_c{
  padding: 0px 0px 20px 0px;
  margin-left : 200px;
}
  #main_all{
    border : solid #c0c0c0;
    border-width : 0 1px 0 1px;
    margin-left : 5px;
    margin-right : 5px;
    }
table.main{
  width : 530px;
  margin : 0 auto;
  }
.entry_date{
  font-size: 12px;
  font-weight: bold;
  color: #CC0000;
  line-height: 150%;
  padding: 3px 0px 3px 5px;
  border-bottom:1px dashed #808080;
}
.e_title{
  color: black;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 0px 3px 15px;
  border-bottom :1px solid #808080;
}
.e_body{
  color: #333;
  font-size: 12px;
  line-height: 170%;
  padding: 3px 0px 3px 5px;
}
.e_author{
  color: #999999;
  font-size: 10px;
  text-align: right;
  border-bottom :1px solid #c0c0c0;
}
.e_stdate{
  font-size: 10px;
  color: #808080;
  text-align: right;
  padding: 5px;
  border-bottom: 1px solid #808080;
}
.line{
  border-bottom: 1px solid #808080;
  padding: 10px;
  }
.e_name{
  padding-top : 20px;
  font-weight : bold;
  font-size : 14px;
  }
.pict{
  float: right;
  border : 1px dotted #c0c0c0;
  padding: 5px;
  margin-right : 10px;
}
.nblink{
  font-size: 10px;
  text-align:center;
  padding-bottom: 10px;
  margin-top : 20px;
}
/* -- foot -- */
#foot{
  background: #D3D3D3;
  color : #333;
  width: 785px;
}
.copy{
  color: #888;
  font-size: 10px;
  text-align:center;
}
/* --calendar-- */
.calendar{
  color: #333;
  font-size: 10px;
}
.cell{
  color: #333;
  font-size: 10px;
  width: 20px;
  height: 15px;
}
.cell_sunday{
  color: #F08080;
  font-size: 10px;
  width: 15px;
  height: 15px;
}
.cell_saturday{
  color: #5F9EAD;
  font-size: 10px;
  width: 15px;
  height: 15px;
}
.cell_today{
  color: #ca4d86;
  font-size: 10px;
  font-weight: bold;
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #FF6347;
}
.cell a:link,
.cell a:visited,
.cell_sunday a:link,
.cell_sunday a:visited,
.cell_saturday a:link,
.cell_saturday a:visited,
{color:   #191970; text-decoration: none;}
/* --form-- */
form{
  margin: 0px;
}
input{
  color: #333;
  border:1px solid #c0c0c0;
  font-size: 10px;
}
textarea{
  color: #333;
  border:1px solid #c0c0c0;
  font-size: 12px;
}

.sbm{
  color: #5F9EAD;
  font-size : 10px;
}