/* 全体　ここで全体のフォントサイズを決める */
body{
    margin:0px;
    background-image:url(img/bg.gif);
    font-family:Arial, Sans Serif, Meiryo;
    font-size:0.8em;
    background-color:#CCCCBB;
}
td#mainbox {
    font-size:100%;
    line-height: 150%;
    color: #555555;
}

/* リンクの色 */
a {  font-weight:normal;text-decoration: none}
a:link {  color: #3333FF}
a:visited {  color: #000099}
a:hover {  color: #FF6666; text-decoration: underline}
a img{
    border-style:none;
}

/* 各ボックスのサイズと色 */
.outsidebox{
    border-bottom: #CCC 1px solid;
    border-right: #666 1px solid;
    background-color:#FFF;
    width:760px;
}
#menubox{
    border-left: #CFCFCF 1px solid;
    border-right: #CFCFCF 1px solid;
    background-color:#eed;
    width:205px;
    vertical-align:top;
}
#mainbox{
    width:570px;
  padding:10px;
    vertical-align:top;
}
#bottombox{
    background-color:#eed;
    text-align:center;
    line-height:2.5em;
}

/* 左メニュー */
ul#menu{   margin:0px; padding:0px 6px;}
ul#menu li{
    margin:0;
    padding:0;
    background-image:url(img/box_16bg.png);
    background-repeat:no-repeat;
    list-style-type:none;
    text-indent:25px;
    width:190px;
    line-height:2.5em;
    border-bottom:#CFCFCF 1px solid;
    border-top:#FFF 1px solid;
    border-right:0;
    border-left:0;
}

/* 左小ウィンドウ */
#miniwindow{ background-color:#FFF; border:1px solid #AA9; margin:1em; text-align:left; }
#miniwindow .title{ width:5em; height:1.4em; margin:0 0 0.5em 0; font-size:7pt; text-align:center; background-color:#FFF; border:solid #AA9; border-width:0 1px 1px 0;}
#miniwindow .contents{ text-align:center; }

/* 本文表題 */
td#mainbox h2.subject{
    font-size: 100%;
    font-weight: bold;
    color: #555;
    margin:0 0 1.5em 0;
    padding:0px;
    height:1.7em;
    border-style:solid;
    border-color:#AA9;
    border-width: 0 0 0 12px;
    text-indent:12px;
    background-color:#EEd;
}
td#mainbox h3{
    font-size: 100%;
    font-weight: bold;
    color: #555;
    margin:0 0 1.5em 0;
    padding:0;
}
td#mainbox p.description{
  text-indent:1em;
}

/* 本文の箇条書き */
td#mainbox ul{   margin:0 0 2em 2em; padding:0;}
td#mainbox ul li{
    list-style-type:square;
    margin-bottom:1em;
    line-height:1.5em;
}

/* クイックリンク */
table#linktable{   width:520px; border-width:0px;}
table#linktable tr{   border-width:0;}
table#linktable tr td{
    margin:10px;
    padding:7px;
    border:#666 1px solid;
    height:5.5em;
    width:45%;
    vertical-align:top;
}


/* CLOCK---------------------------------------------------------------------- */
.clock      {
  color: black;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  background-color: transparent;
  text-align: center;
  margin: 0px 0px 0px 2px;
  padding: 3px;
  border: 0px;
  width: 170px;
  height: 16px
}

/* CALENDAR---------------------------------------------------------------------- */
.calendar      {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  margin: 0pt 0px 0px 0px
}

.cell       {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  background: white no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_today      {
  color: olive;
  font-size: 9px;
  font-family: Verdana;
  background: #cfc no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_sunday     {
  color: #c00;
  font-size: 9px;
  font-family: Verdana;
  background: #f99 no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_saturday    {
  color: #000066;
  font-size: 9px;
  font-family: Verdana;
  background: #9cc no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

div.body_navi{
  text-align:center;
  margin:auto;
}
div.body_footer{
  text-align:right;
  color:#9999cc;
}

form#searchBox{
  text-align:center;
}

/*フォーム設定---------------------------------------------------------------------- */
form {
  margin: 0px;
  padding: 0px;
}
textarea {
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  font-size: 12px;
}