
/***** ページの設定 ******/
body{                                                                /* ページ全体の設定 */
   margin:10;padding:0;                                               /* マージン・パディング */
   color:#000000;                                                       /* 文字色 */
   line-height:110%;                                                 /* 行間 */
   font-size:80%;                                                    /* 文字サイズ */
   text-align:center;                                                /* 中央に */
   background-color:#ffffff;


scrollbar-face-color:#000000;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#ffffff;
   }

.content{                        /* contentの設定 */
   width:748px;                  /* 幅 */
   height:548px;                  /* 高さ */
   background-image:url("img/back001.jpg");                         /* 背景画像 */
   background-repeat : no-repeat;
   margin:0px 0px 0px 0px;              /* マージン */
   padding:0px;                 /* パディング */
   background-color:#ffffff;        /* 背景色 */
   border-width:1 1px 1px 1px;   /* 罫線の太さ */
   border-style:solid;           /* 罫線の種類 */
   border-color:#999999;            /* 罫線触 */
   text-align:left;              /* 文字を左寄せ */
   }

.content2{                        /* contentの設定 */
   width:748px;                  /* 幅 */
   height:548px;                  /* 高さ */
   background-image:url("img/back002.jpg");                         /* 背景画像 */
   background-repeat : no-repeat;
   margin:0px 0px 0px 0px;              /* マージン */
   padding:0px;                 /* パディング */
   background-color:#ffffff;        /* 背景色 */
   border-width:1 1px 1px 1px;   /* 罫線の太さ */
   border-style:solid;           /* 罫線の種類 */
   border-color:#999999;            /* 罫線触 */
   text-align:left;              /* 文字を左寄せ */
   }

.img001{                        /* TOP画像の設定 */
  margin-top : -5px;
  margin-left : 2px;
  margin-right : 20px;
  margin-bottom : 2px;
   }

.img002{                        /* 画像の設定 */
  margin-top : 50px;
  margin-left : 24px;
  margin-right : 24px;
   }

.img003{                        /* 画像の設定 */
  margin-top : 15px;
  margin-left : 25px;
  margin-bottom : 2px;
   }

.img004{                        /* TOP画像の設定 */
  margin-top : 10px;
  margin-left : 0px;
  margin-bottom : 5px;
}

.img005{                        /* TOP画像の設定 */
  margin-top : 5px;
  margin-left : 0px;
  margin-bottom : 10px;
}

.img006{                        /* TOP画像の設定 */
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 2px;
  margin-bottom : 2px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 2px;
  border-bottom-width : 2px;
}

.img007{                        /* TOP画像の設定 */
  margin-top : 6px;
  margin-left : 5px;
  margin-right : 35px;
  margin-bottom : 6px;

}
.img008{                        /* TOP画像の設定 */
  margin-top : 6px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 6px;

}
.img009{                        /* TOP画像の設定 */
  margin-top : 10px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 10px;

}


H1{
   padding:0px 0px 0px 0px;
   font-weight:bold;
   font-size:18px;                                                    /* 文字サイズ */
   color : 666666;
}

.box1{
	width:170px;
	margin-top : 20px;
	margin-left : -2px;
	margin-right : 20px;
	margin-bottom : 0px;
	text-align:left;
	border:solid 1px #666666;
	
  background-color : efefef;
  background-image : url(img/common/menulist_back.jpg);
  background-repeat : no-repeat;
}

.box2{
	width:400px;
	height:100px;
	margin-top : 330px;
	margin-left : 140px;
	margin-right : 0px;
	margin-bottom : 0px;
	text-align:left;
	border:solid 0px;
}

.box3{
	width:748px;
	height:10px;
	margin-top : -5px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	text-align:left;
	border:solid 1px #666666;
	background-attachment: scroll;
  background-color : 000000;
  color : #ffffff;
}

.box4{
	width:400px;
	margin-top : 350px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	text-align:left;
	border:solid 1px #666666;
  padding-top : 11px;
  padding-left : 11px;
  padding-right : 11px;
  padding-bottom : 11px;
  background-color:#ffffff;
}


.td{

  padding-left : 10px;


}



































































#td{
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
}



TABLE{
  font-size : 100%;
}
H2{
  font-size : 17px;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
}
