
/*---------------- div -----------------------*/

/*div hyodaiの設定*/
div.hyodai
{
width:800px;
position: absolute;
background-color: #eeeeee;
left: 200px;
top: 0px;
height: 50px;
}

/*div topmenuの設定*/
div.topmenu
{
width:800px;
position: absolute;
background-color: #eeeeee;
left: 200px;
top: 50px;
height: 79px;
}


/*div cornerの設定*/
div.corner
{
position: absolute;
width:200px;
height: 129px;
background-color: #eeeeee;
left: 0px;
top: 0px;
}

/*div containerの設定*/
div.container
{
position: absolute;
width:800px;
background-color: #FFEBF3;
left: 200px;
top: 414px;
}

/*div sidecontの設定*/
div.sidecont
{
position: absolute;
width:200px;
background-color: #eeeeee;
top: 150px;
left: 0px;
}

/*div koukokuの設定*/
/*20090513修正*/
div.koukokucard
{
position: absolute;
width:800px;
height: 285px;
background-color: #FFEBF3;
left: 200px;
top: 129px;
}


/*----------------これよりsub-div-------------------*/

/*div pagejumpの設定*/
div.pagejump
{
/*position: absolute;*/
width:200px;
background-color: #eeeeee;
margin: 0px;
}

/*div randlinkの設定*/
div.randlink
{
/*position: absolute;*/
width:200px;
background-color: #eeeeee;
margin: 0px;
}




/*div topcardの設定*/
div.topcard
{
width:760px;
background-color: #FFEBF3;
margin: 20px;
}


/*div cardの設定*/
div.card
{
width:760px;
background-color: #ffffff;
margin: 20px;
border-style: solid;
border-color: #dddddd;
border-width: 2px;
}

/*div footerの設定*/
div.footer
{
width:760px;
background-color: #FFE8EF;
margin: 20px;
}

/*div mapの設定*/
div.map
{
background-color: #eeeeee;
width:200px;
margin: 0px;
}

/*div sidemenuの設定*/
div.sidemenu
{
background-color: #eeeeee;
width:180px;
margin: 0px;
font-size:0.8em;
}


/*
div k1,2,3はdiv koukokucardの中に配置するもの
2009/05/13追記　　
*/
/*div k1の設定*/
div.k1
{
position: absolute;
background-color: #FFEBF3;
width:800px;
height: 35px;
margin-top: 250px;
margin-left: 20px;
}
/*div k2の設定*/
div.k2
{
position: absolute;
background-color: #FFEBF3;
width:310px;
height: 250px;
margin-top: 0px;
margin-left: 20px;
}
/*div k3の設定*/
div.k3
{
position: absolute;
background-color: #FFEBF3;
width:310px;
height: 250px;
margin-top: 0px;
margin-left: 330px;
}

/*div k4の設定
2009/7/13追加
googlebtm広告用
*/
div.k4
{
width:760px;
background-color: #FFEBF3;
margin: 20px;
}



/*---------------- pagejump -----------------------*/
p.jump{
font-size:0.8em;
text-align: center;
}

.pagejump li{
font-size:0.7em;
}

/*---------------- randlink -----------------------*/
p.randlink{
font-size:0.8em;
text-align: center;
}

.randlink li{
font-size:0.7em;
}


/*---------------- topcard -----------------------*/


.topcard p{
font-size:0.9em;
line-height: 1.4em;
margin: 5px;
}

.topcard h1{
color:#505050;
font-size:0.1em;
margin: 0px;
}



/*---------------- card -----------------------*/

/*カード内インラインフレームの書式*/
.card iframe{
float: left;
margin: 5px;
}

/*カード内段落の書式*/
.card p{
font-size:0.9em;
line-height: 1.4em;
margin: 5px;
/*画像回り込み解除(imgと連携)*/
clear:left;
}


/*カード内の画像*/
.card img{
/*左に置き文章を回り込ませる*/
float: left;
margin: 5px;
}

/*カード見出しの設定*/
.card h1{
color:#404040;
font-size:120%;
margin: 0px;
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
background-color: #e0ffff;
}


/*date属性*/
.card p.date
{
font-size:0.7em;
line-height: 1.0em;
margin-left: 10px;
/*画像回り込み解除(imgと連携)*/
clear:left;
}

/*tbl属性・表作成のためのもの2010/8/10*/
.card table.tbl
{
font-size:0.8em;
line-height: 1.0em;
margin-left: 10px;
border: 1px #6f6f6f solid;
border-collapse: collapse;

}
/*カードh2見出しの設定20110106*/
.card h2{
color:#505050;
font-size:100%;
margin: 0px;
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
background-color: #efefef;
}
/*カードstrongの設定20110112*/
.card strong{
font-size:1.0em;
line-height: 1.4em;
font-weight:bolder;
color: #555555;
}
/*カードformの設定20110118*/
.card form{
font-size:1.0em;
line-height: 1.4em;
float: left;
margin: 5px;

}

/*---------------- hyodai -----------------------*/

.hyodai h2
{
color:#666666;
font-size:150%;
margin: 10px;
}

/*---------------- corner -----------------------*/

.corner p
{
color:#000000;
font-size:70%;
margin: 5px;
}




/*---------------- body -----------------------*/
body{
background-color: #eeeeee;
}



/*---------------- map -----------------------*/

.map p
{
color:#000000;
font-size:70%;
margin: 5px;
}

.map tr
{
color:#000000;
font-size:60%;
margin: 5px;
}

/*---------------- footer -----------------------*/

.footer p
{
color:#000000;
font-size:90%;
margin: 20px;
}


/*---------------- topへ移動 -----------------------*/

p.idou
{
color:#000000;
font-size:60%;
margin-top: 0px;
margin-right: 20px;
margin-bottom: 0px;
margin-left: 20px; 
text-align: right;
}


/*---------------- spanの設定 -----------------------*/
/*span redの設定*/
span.red
{
color:#ff0000;
}
/*span blueの設定*/
span.blue
{
color:#0000ff;
}


/*============================== メニュータブの設定 =================================*/

.topmenu li
{
float:left;
display:block;
}

div.tab1
{
height:20px;
font-size:90%;
background-color: #eeeeee;
overflow: hidden;
}
/*20110319追記*/
ul.tab
{
margin: 0;
}
div.tab11
{
height:5px;
background-color: #faf4b1;
overflow: hidden;

}

div.tab2
{
height:18px;
font-size:80%;
background-color: #faf4b1;
overflow: hidden;
}

div.tab22
{
height:5px;
background-color: #C1DAFF;
overflow: hidden;
}

div.tab3
{
height:16px;
font-size:70%;
background-color: #C1DAFF;
overflow: hidden;
}

div.tab33
{
height:15px;
background-color: #FFEBF3;
overflow: hidden;
}

.on1  {
      background-color:#faf4b1;
      width:100px;
      height:20px;
      margin-right:3px;
      text-align:center;
         /*2010/11/16追記タブに画像重ねる*/
         background-image:url(./img/on1.gif);
         background-repeat:no-repeat;
         background-position:center top;
     }

.off1 {
      background-color:#fae4a1;
      width:100px;
      height:20px;
      margin-right:3px;
      text-align:center;
         /*2010/11/16追記タブに画像重ねる*/
         background-image:url(./img/on1.gif);
         background-repeat:no-repeat;
         background-position:center top;
     }

.on1 a         {
               text-decoration:none;
               display:block;
               /*margin-top:3px;*/

              }
.on1 a:link    {color:#666666;}
.on1 a:visited {color:#666666;}
.on1 a:hover   {color:#666666;}

.off a1         {
                text-decoration:underline;
                display:block;
                /*margin-top:3px;*/
               }
.off1 a:link    {color:#0000ff;}
.off1 a:visited {color:#ff0000;}
.off1 a:hover   {color:#888888;}


.on2  {
      background-color:#C1DAFF;
      width:80px;
      height:18px;
      margin-right:3px;
      text-align:center;
         /*2010/11/16追記タブに画像重ねる*/
         background-image:url(./img/on2.gif);
         background-repeat:no-repeat;
         background-position:center top;
     }
.on2 a         {
               text-decoration:none;
               display:block;
               /*margin-top:3px;*/
              }
.on2 a:link    {color:#666666;}
.on2 a:visited {color:#666666;}
.on2 a:hover   {color:#666666;}

.off2 a         {
                text-decoration:underline;
                display:block;
               /* margin-top:3px;*/
               }
.off2 a:link    {color:#0000ff;}
.off2 a:visited {color:#ff0000;}
.off2 a:hover   {color:#888888;}

.off2 {
      background-color:#CFCFFF;
      width:80px;
      height:18px;
      margin-right:3px;
      text-align:center;
         /*2010/11/16追記タブに画像重ねる*/
         background-image:url(./img/on2.gif);
         background-repeat:no-repeat;
         background-position:center top;
     }


.on3  {
      background-color:#FFEBF3;
      width:40px;
      height:16px;
      margin-right:3px;
      text-align:center;
         /*2010/11/16追記タブに画像重ねる*/
         background-image:url(./img/on3.gif);
         background-repeat:no-repeat;
         background-position:center top;
     }
.on3 a         {
               text-decoration:none;
               display:block;
               margin-top:3px;
              }
.on3 a:link    {color:#666666;}
.on3 a:visited {color:#666666;}
.on3 a:hover   {color:#666666;}

.off3 a         {
                text-decoration:underline;
                display:block;
                margin-top:3px;
               }
.off3 a:link    {color:#0000ff;}
.off3 a:visited {color:#ff0000;}
.off3 a:hover   {color:#888888;}

.off3 {
      background-color:#FFDFEB;
      width:40px;
      height:16px;
      margin-right:3px;
      text-align:center;
         /*2010/11/16追記タブに画像重ねる*/
         background-image:url(./img/on3.gif);
         background-repeat:no-repeat;
         background-position:center top;
     }

