@charset "UTF-8" ;

/*//////////　基本のスタイル　//////////*/

* { margin : 0 ;   }

/*//////////　▼　サイト全体のレイアウト　▼　//////////*/

body {                    background-color: #dcdddd ;     }

#container {  
                   width : 1000px ;   
                   margin-left : auto ;    
                   margin-right : auto ;     
                   background-color: #ffffff ; 
                   padding-bottom : 10px ;
 }

#main {
                     width : 980px;
                   margin-left : 5px ;    
                   margin-right : 5px ;     

                         }

#footer{
                     text-align : center ;
                     font-size : 12px ;
                     line-height : 150% ;
                     background-color: #ffffff;
                     margin-top : 0px ;
                     margin-bottom : 10px ;
                     padding-top : 0px ;
                     padding-bottom : 10px ;
                     }


/*//////////　▼　タグ標準のレイアウト　▼　//////////*/

p { 
      font-size : 14px ;
      line-height : 150% ;
      }

a            {   text-decoration : none ; }

a img   {  border-style : none; }

table      {    
             margin-left : auto;
             margin-right : auto;
             font-size : 14px ;
              }

/*//////////　ヘッダー　//////////*/

#header {     background-color: #ffffff;                   }

#tittle {
                   width : 830px ;
                   margin : 10px 5px 2px 5px ;
                   font-size : 13px ;
                   line-height : 170% ;
                   border : 0px  ;
                   margin-left : auto ;    
                   margin-right : auto ;     
                   background-color: #ffffff;
                   padding-top : 8px ;
}

hr {
height: 5px;
background-color: silver;
border: none;
color: #ff0000;
}


h1 {    
               font-size : 28px ;  
               line-height : 150% ;
               }


/*//////////　▽▼　トップページのスライドショー　▼▽　//////////*/


#viewer {
    margin: 0 auto;
    width: 1000px;
    height: 500px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
 
#viewer img {
    top: 0;
    left: 0;
    position: absolute;
}


/*//////////　▽▼　メニュー　▼▽　//////////*/


#topmenu  {                     position : relate ;                     }

#topmenu h2 {
                   float : left ;
                   text-align : center ;
                   margin : 0px 8px 10px 8px ;
                   font-size : 13px ;
                   line-height : 170% ;
                   border : solid 5px #dcdddd ;
                   padding-right : 5px ;
                   padding-left : 5px ;
                   padding-top : 2px ;
                   padding-bottom : 2px ;
/* CSS3 */
   border-radius: 10px;
/* Firefox */   
   -moz-border-radius: 10px;
/* Safari,Chrome */
   -webkit-border-radius: 10px; /* Safari,Chrome */

                   }

#topmenu-a h2 a  {
                   display : block ;
                   width : 130px ;
                   color : #000000 ;
                    }

#topmenu-b h2 a  {
                   display : block ;
                   width : 295px ;
                   color : #000000 ;
                    }

 
#topmenu-a a:hover  {   
                   filter : alpha(opacity=70) ; 
                   -moz-opacity : 0.70 ;
                   opacity : 0.70 ;
  }



/*//////////　▼　その他いろいろ　▼　//////////*/


.center {             text-align : center;      }


/*//////////　▽▼　フォントサイズ　▼▽　//////////*/
.span1  {
                    font-size : 12px ;
                     }
/*//////////　▽▼　文字色『あお』　▼▽　//////////*/
.span2  {
                    color : navy ;
                    font-weight : bold ;
                    font-size : 15px ;
                      }
/*//////////　▽▼　文字色『ワイン』　▼▽　//////////*/
.span3  {  
                    color : #bb0033;   
                    font-weight : bold ;
                    font-size : 15px ;
                   }

/*//////////　▽▼　文字色『ワイン』＆文字デカ　▼▽　//////////*/
.span4  {  
                    color : #bb0033;   
                    font-weight : bold ;
                    font-size : 18px ;
                   }


.right {             text-align : right;      }

