/*共通項目*/
A:link {
  color: #660000;
  text-decoration: none;}

A:visited {
  color: #660000;
  text-decoration: none;}

A:active {
  color: #660000;
  text-decoration: none;}

A.:hover {
  color: #CC0000;
  text-decoration: underline;
  position : relative;
  top: 1px;
  left: 1px;}

BODY{
  scrollbar-face-color: #DBDACC;       /* 表面の色 */
  scrollbar-track-color: #DBDACC;      /* バーの背景の色 */
  scrollbar-shadow-color: #DBDACC;     /* 影の色 */
  scrollbar-highlight-color: #DBDACC;  /* ハイライトの色 */
  scrollbar-arrow-color: #000000;      /* 矢印の色 */
  scrollbar-3dlight-color: #000000;    /* 左端と上端の色 */
  scrollbar-darkshadow-color: #000000; /* 右端と下端 */
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-width : 0px 0px 0px 0px;
  line-height:25px;
  font-size:13px ;}

TABLE{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-width : 0px 0px 0px 0px;
  line-height:25px;
  font-size:13px ;}

FORM{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-width : 0px 0px 0px 0px;
}

HR {
  color: #843953; 
  background-color: #843953; 
  height: 1px; 
  border-style: dashed; }

/*メニュー区切り線*/
.menu01 {
  border-color: #675747;
  border-width: 1px;
  border-style: solid;
  border-top-style:none;
  border-right:none;
  border-left:none;}

/*表組用*/
.td01 {
  border-color: #DCDCDC;
  border-width: 1px;
  border-style: solid;
  border-top-style:none;
  border-right-style:none;
  border-left-style:none;}

.td02 {
  border-color: #DCDCDC;
  border-width: 1px;
  border-style: solid;
  border-bottom-style:none;
  border-right-style:none;
  border-left-style:none;}

.td03 {
  border-color: #C0C0C0;
  border-width: 2px;
  border-style: solid;
  border-top-style:none;
  border-right-style:none;
  border-left-style:none;}

.td04 {
  border-color: #C0C0C0;
  border-width: 2px;
  border-style: solid;
  border-bottom-style:none;
  border-right-style:none;
  border-left-style:none;}


/*未使用*/

.tb01{
  border-collapse: collapse;
  border-style: solid;
  border-color: #E0D2D3;
  border-width: 1px;}



.tr01 {
  color: #333333;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: #E0D2D3;
  border-width: 1px 0px;}

.td05 {
  color: #333333;
  background-color: #FFFFFF; 
  border-style: solid;
  border-color: #E0D2D3;
  border-width: 1px 0px;}

