﻿/*--<--■　基礎タグ作成　■-->*/
body            {}/*--0.625*/
p               {font-size : 1em ;  }/*--*/
h1              {font-size : 2.4em ;  }/*--*/
h2              {font-size : 3.0em ;  font-family : "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif ;  }/*--*/
h3              {font-size : 1.6em ;  border-bottom : thin green solid ;  }/*--*/
h4              {font-size : 1.55em ;  }/*--*/
h5              {font-size : 1.5em ;  }/*--*/
h6              {font-size : 1em ;  }/*--*/
th              {font-size : 1em ;  }/*--*/
td              {font-size : 1em ;  }/*--*/
ol li           {font-size : 1em ;  }/*--*/
ul li           {font-size : 1em ;  }/*--*/
a               {text-decoration : none ;  color : blue ;  }/*--*/
a:hover         {text-decoration : underline ;  color : pink ;  background-color : white ;  }/*--*/
a:visited       {text-decoration : underline ;  color : blue ;  }/*--*/

/*--<--□　ここまで　基礎タグ作成　□-->*/
                {}/*--*//*--<--■　ページレイアウトフレーム　■-->*/
#TopHeader      {width : 100% ;  height : 200px ;  margin : 0 ;  clear : both ;  }/*--*/
#HeaderMaine    {width : 1200px ;  margin : 0 auto ;  }/*--トップエリア*/
#container      {width : 1200px ;  margin : 0 auto ;  }/*--トップ上、キャッチコピーエリア*/
#navi           {width : 1200px ;  margin : 0 ;  }/*--左側カラム*/
#maine          {width : 850px ;  margin : 0 ;  float : left ;  }/*--本文入力エリア*/
#side           {width : 320px ;  margin : 0 ;  padding : 0px 0px 0px 20px ;  float : right ;  }/*--右側カラム*/
#footer         {width : 100% ;  margin : 0 ;  clear : both ;  }/*--メニューエリア*/
#footerMaine    {width : 1200px ;  margin : 10px auto ; border-top:solid 1px #999;padding-top:16px; }/*--フッターエリア*/
#footer address {text-align: center;}
#navi li        {text-align : center ;  width : 120px ;  height : 32px ;  margin : 0 6px ;  padding : 0 ;  border-right : solid 4px gray ;  border-bottom : solid 4px gray ;  border-radius : 8px ;  display : inline ;  float : left ;  list-style : none ;  }/*--*/
#navi li a      {color : white ;  background-color : blue ;  }/*--*/
#navi li a:hover{color : pink ;  background-color : white ;  }/*--*/
#note li        {list-style : none ;  }/*--*/
#side li        {font-size : 1.1em ;  line-height : 1.8em ;  font-family : "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;  margin : 4px 0 ;  padding : 2px 4px ;  border-radius : 8px ;  list-style : none ;  }/*--*/
#HeaderMaine h1 {font-size : 3em ;  line-height : 100% ;  font-family : "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif ;  color : slategray ;  }/*--*/

/*  アイキャッチ用エリア  */
.eyeC{          /*アイキャッチエリア*/
    clear:both;
    width:100%;
    height:260px;
    /*border:solid 1px white;*/
    display: block;
}
.eyeCopy    {        /*アイキャッチ内のメッセージ*/
        font-size : 1.25em ; 
        color : forestgreen ;  
        background-color : lemonchiffon ;  
        width : 500px ;  padding : 10px ;  
        border : solid 2px maroon ;  
        border-radius : 10px ;   
       margin-top:0px;
        }/*--*/





/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.other{width:90%;
    margin:10px auto;
    border: solid 1px #CCC;
    background-color:rgb(243, 243, 186);
    padding:12px;}
.other h3{border-top:solid 3px #99C;border-bottom:solid 3px #99C;
    padding:8px 0;background-color:white;
    text-align:center;}
    
/*________side.php_______________*/

.news{width=100%;margin-left:12px}
.news p{margin:0;padding:0;line-height:105%}
.blogday{color:#336699;font-size:0.55em;
    line-height:100%;
    text-align:right;}
.blogtxt{color:#003366;font-size:0.90em;
    font-weight:bold;
    line-height:100%;
    margin-left:12px}
