/*リンク*/
a:link,a:visited,a:active{
color:#8C6239;
text-decoration:none;
}
a:hover{
color:#CECECE;
text-decoration:none;
}

/*スクロールバー*/
html{
scrollbar-3dlight-color:#8C6239;
scrollbar-arrow-color:#8C6239;
scrollbar-darkshadow-color:#8C6239;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#8C6239;
scrollbar-shadow-color:#8C6239;
scrollbar-track-color:#ffffff;
}

/*ボディとテーブル*/
body,td{
color:#000000;
background-color:#ffffff;
font-size:60%;
line-height:180%;
font-family:Verdana,Helvetica;
margin:0px 0px 30px 0px;
}
table,tr,td{
background-color:transparent;
vertical-align:top;
}

/*テキストボックスとか*/
input,textarea{
font-size:100%;
background-color:transparent;
border:1px solid #8C6239;
padding:1px;
margin:2px 0px 2px 0px;
}
form{margin:0px;padding:0px;}

/*レイアウト*/
.right{
border-top:none;
border-right:1px solid #FDEDDD;
border-bottom:none;
border-left:1px solid #FDEDDD;
}
.left{
border-top:none;
border-right:1px solid #FDEDDD;
border-bottom:none;
border-left:1px solid #FDEDDD;
}

/*メニューレイアウト*/
#menu_top{
margin:0px;
}
.menu_t{
width:100%;
height:100%;
background:url(img/) no-repeat left top;
background-attachment:fixed;
background-color:#;
}
.menu_img{
height:0px;
}
.menu_menu{
height:212px;
border-top:none;
border-bottom:1px solid #000000;
padding:5px;
vertical-align:bottom;
}
.menu_box{
width:400px;
height:80px;
padding:8px;
}
.menu_box2{
padding:8px;
}
.copy_t{
text-align:center;
border-top:1px solid #000000;
background:url(img/stripe.gif);
}

/*ボックス*/
.box{
background-color:#ffffff;
margin:0px 0px 0px 80px;
width:100%;
height:100%;
filter:Alpha(opacity='80');
opacity:0.6;
overflow:auto;
}
.box2{
background-color:#ffffff;
margin:0px 0px 0px 0px;
width:100%;
height:100%;
filter:Alpha(opacity='80');
opacity:0.6;
overflow:auto;
}

/*見出し*/
h1{
color:#6A441F;
font-size:20px;
font-style:italic;
margin:5px 5px 0px 0px;
text-align:right;
}
h2{
width:400px;
color:#6A441F;
background:
margin:30px 0px 0px 30px;
padding:0px 2px 1px 2px;
border:1px solid #8C6239;
font-size:100%;
align=center;
}

/*テキスト*/
.text{
margin:0px 0px 0px 60px;
padding:5px;
}
.text2{
margin:0px 0px 3px 20px;
padding:2px;
border-top:none;
border-right:none;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
}

/*その他諸々*/
a {cursor:help; }
body {cursor:crosshair;}
input {cursor:crosshair;}
img{border:0px;margin:1px;}
.img_menu{margin:0px;}