/* ページ全体の文字 */
body, td{
  font-family:Osaka,Verdana;
  font-size:10px;
  color:#696969;
}

BODY{
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
}


/* リンク */
a:link {	/*未訪問リンク */
  color:#000000;
  text-decoration:none;
  cursor: n-resize;
}
a:visited {	/*訪問済みリンク */
  color:#333333;
  text-decoration:none;
  cursor: n-resize;
}
a:hover {	/*マウスが乗ったとき */
  color:#000000;
  text-decoration:none;
  cursor: n-resize;
  position:relative;
  top:2px;
  left:2px;
}
a:active {	/*クリックしたとき */
  color:#c0c0c0;
  text-decoration:none;
  cursor: n-resize;
}

/*テーブル */
.ta1{
  border-top : 0px solid #c0c0c0;
  border-bottom : 1px solid #c0c0c0;
  border-left : 0px solid #c0c0c0;
  border-right : 1px solid #c0c0c0;
}
.ta2{
  border-top : 0px solid #c0c0c0;
  border-bottom : 1px solid #c0c0c0;
  border-left : 0px solid #c0c0c0;
  border-right : 0px solid #c0c0c0;
}
.ta3{
  border-top : 0px solid #c0c0c0;
  border-bottom : 0px solid #c0c0c0;
  border-left : 0px solid #c0c0c0;
  border-right : 1px solid #c0c0c0;
}
.ta4{
  border-top : 0px solid #c0c0c0;
  border-bottom : 0px solid #c0c0c0;
  border-left : 0px solid #c0c0c0;
  border-right : 0px solid #c0c0c0;
}

/* テキスト枠 */
input, textarea{
  border-top : 0px solid #c0c0c0;
  border-bottom : 1px solid #c0c0c0;
  border-left : 0px solid #c0c0c0;
  border-right : 1px solid #c0c0c0;
  padding-left : 10px;
  font-weight : bold;
  font-family:Verdana;
  font-size:10px;
  color:#696969;
  background-color : #ffffff;
  scrollbar-face-color:#c7f9c7;
  scrollbar-track-color:#c7f9c7;
  scrollbar-arrow-color:#c0c0c0;
  scrollbar-3dlight-color:#c7f9c7;
  scrollbar-highlight-color:#c7f9c7;
  scrollbar-shadow-color:#c7f9c7;
  scrollbar-darkshadow-color:#c7f9c7;
}

/* ページ全体の背景・スクロールバー */
BODY{
  scrollbar-face-color:#c7f9c7;
  scrollbar-arrow-color:#c0c0c0;
  scrollbar-highlight-color:#c7f9c7;
  scrollbar-3dlight-color:#c7f9c7;
  scrollbar-shadow-color:#c0c0c0;
  scrollbar-darkshadow-color:#c7f9c7;
  scrollbar-track-color:#c7f9c7;
  background-color : #c7f9c7;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #89e589;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #5b995b;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
