﻿@charset "UTF-8";
/*body情報*/
body     {
         margin-height:0px;
         margin-width:0px;
         margin-top:0px;
         padding:0px;
         margin-left:0px;
         margin-bottom:0px;
         margin-right:0px;
         }

html     {
          scrollbar-3dlight-color:#33CCFF;
          scrollbar-arrow-color:#ffffff;
          scrollbar-base-color:#33CCFF;
          scrollbar-darkshadow-color:#33CCFF;
          scrollbar-face-color:#33CCFF;
          scrollbar-highlight-color:#ffffff;
          scrollbar-shadow-color:#ffffff
         }

a        {
　　　　　color:#3333FF;
         }

a:hover  {
         color:#FF6699;
         }

/*table 情報*/
.table_base{
           background-color:white;
           border-style:none solid;
           border-color:#FFFFFF;
           border-width:3px;
           width:850px;
           height:100%;
           text-align:center;
           vertical-align:top;
           }

.table_base2{
            border-style:none;
            width:700px;
            height:auto;
            text-align:center;
            vertical-align:top;
            }

.table_base3{
            border-style:none;
            width:620px;
            height:auto;
            text-align:left;
            vertical-align:top;
            font-size:14px;
            color:#524e4d;
            }

.table_base4{
            border-style:none;
            width:620px;
            height:auto;
            text-align:left;
            vertical-align:top;
            font-size:12px;
            color:#524e4d;
            padding:2px;
            }

.table_base5{
            border-style:none;
            width:620px;
            height:auto;
            text-align:left;
            vertical-align:top;
            font-size:14px;
            color:#524e4d;
            font-weight:bold;
            }

.table_base6{
            background-color:#FFFFCC;
            border-color:#375830;
            font-size:12px;
            padding:5px;
            }

/*font情報*/
.font       {
            font-size: 12px;
            line-height: 18px;
            color: #70676D;
            }
.fontb       {
            font-size: 12px;
            line-height: 18px;
            color: #70676D;
			font-weight: bold;
            }

.font2      {
            font-size:14px;
            color:#005344;
            font-weight:normal;
            }

.font3      {
            font-size:12px;
            color:#524e4d;
            font-weight:normal;
            }

.bold {
	font-size: 16px;
	font-weight: bold;
}