body,td{

font-size: 67%;
font-family: Verdana;
line-height: 135%;

scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #111111;
scrollbar-shadow-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #111111;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #ffffff

}

a:link    { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover   { color: #00ffff; text-decoration: underline overline; cursor: crosshair; position: relative; top: 1pt; left: 3pt;}
a:active  { color: #00ffff; text-decoration: none; }


/*タイトルバナ*/

.box-title{
width: 435px;
height: 30px;
background-color: #111111;
color: #ffffff;
font-weight: bold;
font-size: 130%;
font-family: Century Gothic, Verdana;
border-left-style: double;
border-bottom-style: double;
border-color: #111111;  
padding: 1px;
}

/*ボックス*/

.box1{
width: 400px;
height: 200px;   
border-style: solid;
border-width: 1px;
border-color: #4b7cdf;
padding-top: 10px;
padding-left: 10px;
font-size: 83%;
font-family: Century Gothic, Verdana;
overflow: auto;
scrollbar-track-color: #ffffff;
}

/*タイトルバナ短*/

.box-title-short{
width: 250px;
height: 30px;
background-color: #111111;
color: #ffffff;
font-weight: bold;
font-size: 110%;
font-family: Century Gothic, Verdana;
border-left-style: double;
border-bottom-style: double;
border-color: #111111;  
padding: 1px;
}

