@charset "UTF-8" ;

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

* { margin : 0 ;   }

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


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

#wrapper {  
                   width : 945px ;   
                   margin-left : auto ;    
                   margin-right : auto ;    
                   padding-top : 10px ;    
                   padding-bottom : 10px ;    
                   background-color: #ffffff ; 
 }

#side1 {                      width : 200px;
                      float : left ;
                      }

#main {
                     width : 735px;
                      float : right ;
                   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      {                  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 : 32px ;  
               line-height : 150% ;
               }


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


#viewer {
    margin: 0 auto;
    width: 945px;
    height: 400px;
    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 20px 8px ;
                   font-size : 13px ;
                   line-height : 170% ;
                   border : solid 5px #FFD5DF ;
                   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 h2 a  {
                   display : block ;
                   width : 200px ;
                   color : #000000 ;
                    }

#topmenu-english {
                    text-align : center ;
                   margin : 0px 8px 20px 8px ;
                   font-size : 17px ;
                   line-height : 170% ;
                   border : solid 5px #66cccc ;
                   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-english a  {
                   display : block ;
                   width : 910px ;
                   color : #000000 ;
                    }



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

#counter  {  text-align  :  center  }

#news  { 
                   padding-left : 80px ;    
                   font-size : 16px ;
                   line-height : 180% ;
                   font-weight : bold ;
               }




/*//////////　▼　左サイドメニュー　▼　//////////*/

#side1 h2 {
                   margin : 0px 5px 2px 5px ;
                   font-size : 13px ;
                   line-height : 170% ;
                   border : solid 1px #999999 ;
                   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 */
                   }

#side1 a  {
                   display : block ;
                   color : #000000 ;
/* CSS3 */
   border-radius: 10px;
/* Firefox */   
   -moz-border-radius: 10px;
/* Safari,Chrome */
   -webkit-border-radius: 10px; /* Safari,Chrome */
                    }

#side1-a h2  {  background-color : #FFD5DF ;                    }
 
#side1-a a:hover  {   background-color : #ffffff ;  }

#side1-b h2  {
                   font-size : 13px ;
                   line-height : 180% ;
                   border : solid 2px #FF809F ;
                   text-align : center ;
                   }

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


.center {             text-align : center;      }


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

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


.right {             text-align : right;      }

/*//////////　▽▼　修了生の声　▼▽　//////////*/

#box   {
                   width  :  700px  ;
                   border: solid 3px #dcdddd   ;
                   margin-left : auto ;    
                   margin-right : auto ;     
                   padding  :  3px  ;
                   font-size : 14px ;

/* CSS3 */
   border-radius: 10px;
/* Firefox */   
   -moz-border-radius: 10px;
/* Safari,Chrome */
   -webkit-border-radius: 10px; /* Safari,Chrome */

                      }

#box-name    {
                  background-color  :  #a2d7dd ;
                  text-align :  center  ;     
                  font-weight : bold ;
                  padding  :  5px  ;
                      }


