
/* ページ全体の背景・文字・スクロールバー */
body,TD{
font-size : 10px;
color: #6d6a52;
font-family : Verdana,Osaka;
line-height : 16px;
background-color:#000000;
scrollbar-face-color:#000000;
  scrollbar-track-color:#000000;
  scrollbar-arrow-color:#6d6a52;
  scrollbar-3dlight-color:#000000;
  scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#6d6a52;
  scrollbar-darkshadow-color:#000000;
}

.a{
font-size : 10px;
color: #ffffff;
font-family : Verdana,Osaka;
font-weight : bold;
}

.b{
font-size : 10px;
color: #6d6a52;
font-family : Verdana,Osaka;
}

/* リンク */
a:link {
  color:#6d6a52;
  text-decoration:none;
  cursor: e-resize;	/*未訪問リンク */
}
a:visited {
  color:#6d6a52;
  text-decoration:none;
  cursor: e-resize;	/*訪問済みリンク */
}
a:hover {
  color:#000000;
  text-decoration:none;
  cursor: e-resize;
  position:relative;
  top:2px;
  left:2px;	/*マウスが乗ったとき */
}
a:active {
  color:#6d6a52;
  text-decoration:none;
  cursor: e-resize;	/*クリックしたとき */
}

/* テキストエリア */
input,textarea{
  border-top:0px;
  border-right:1px solid #6a6d52;
  border-left:0px;
  border-bottom:1px solid #6a6d52;
  font-family : Verdana,Osaka;
  font-size:10px;
  line-height:15px;
  color:#6a6d52;
  padding-top:5px;
  padding-right:5px;
  padding-left:10px;
  padding-bottom:10px;
  background-color:#000000;
  scrollbar-face-color:#000000;
  scrollbar-track-color:#000000;
  scrollbar-arrow-color:#6a6d52;
  scrollbar-3dlight-color:#000000;
  scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#000000;
  scrollbar-darkshadow-color:#000000;
}

/* インデックスページ全体のテーブル枠 */
.ta1{
width:700px;
height:500px;
border:1px solid #6d6a52;
}

/* 背景写真のテーブル枠・サイトタイトル文字 */
.ta2{
width:700px;
height:150px;
border-top:0px;
border-right:0px;
border-left:0px;
border-bottom:1px solid #6d6a52;
font-size : 30px;
font-family : Georgia;
color : #ffffff;
font-weight : bold;
letter-spacing : 1px;
padding-left:10px;
background-repeat: no-repeat;
background-attachment: fixed ;
background-position: 0% 0%;
background-image : url(file:///K:/WebPage/img/bg.jpg);
}

.ta3{
width:200px;
border:1px solid #6d6a52;
}

/*各サンプルページのギンガムチェックのテーブル枠 */
.ta4{
background-color:#64512d;
font-family : Verdana,Osaka;
font-size:10px;
letter-spacing:1px;
color : #ffffff;
}
