/*ページ全体の体裁*/
body {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
background-image : url(kabe.jpg);
background-attachment: fixed;
background-position: 50% 50%;
background-repeat: no-repeat;

 scrollbar-track-color:#FFFFFF;
 scrollbar-face-color:#FFFFFF;
 scrollbar-shadow-color:#ede6d6;
 scrollbar-highlight-color:#FFFFFF;
 scrollbar-darkshadow-color: #ede6d6;
 scrollbar-arrow-color:#ede6d6;
 scrollbar-base-color: #FFFFFF}}


/*全体の文字設定*/
thtd {
font-size:11px;
font-family:'Verdana';
color:#8a7544;
}


/*リンク*/
A{
  font-size : 12px;
  font-family : Verdana Ref;
  color : #ffffff;
  text-decoration : none;
}
A:HOVER{
  font-family : Verdana Ref;
  color : #ffffff;
  position : relative;
  top : 1px;
  left : 2px;
  cursor : auto;
  font-size : 12px;
}

bodytd{
 font-size: 11px;
 COLOR: #8a7544; 
 font-family: Verdana,"MS UI Gothic",Osaka;}

input{
 border : solid 1px #8a7544;
 font-size: x-small;
 background-color:#FFFFFF;
 font-family: "MS UI Gothic",Osaka;
}

.input2{
 border : solid 1px #8a7544;
 font-size: x-small;
 background-color:#FFFFFF;
 font-family: "MS UI Gothic",Osaka;
 font-weight: bold;
 color: #b8a370;}

textarea{
 border : solid 1px #8a7544;
 background : transparent;
 font-size: x-small;
 color: #666666;
 width:350;
 font-family:"MS UI Gothic",Osaka;}
}
