/*----最背面の設定----*/
body{background-color:#ffffff;
     margin:0px;
     padding:0px;
     text-align:center;}

/*----タイトル画像----*/
div.header{width:770px;
           height:60px;
           background-image:url(images/simplelogo.gif);
           background-repeat:no-repeat;
           margin:0px;
           padding:0px;
           border-left-style:solid;
           border-right-style:solid;
           border-width:0px;
           border-color:#cccccc;}

/*----メインメニューの大枠----*/
ul.topnavi{margin:0px;
           width:770px;
           text-align:center;
           border-left-style:solid;
           border-right-style:solid;
           border-top-style:solid;
           border-width:1px;
           border-color:#cccccc;
           background-color:#E6E6E6;}

/*----メインメニューのそれぞれの大きさ、背景色----*/
/*----メインメニュー１----*/
li.menu1{float:left;
         list-style:none;
         width:154px;
         font-size:9pt;
         margin-right:0px;
         background-color:#ffffff;
border-bottom-style:solid;
border-bottom-width:2px;
border-bottom-color:#cccccc;
         border-right-style:solid;
         border-right-width:1px;
         border-right-color:#999999;
         font-weight:bold;}

li.menu2{float:left;
         list-style:none;
        width:154px;
         font-size:9pt;
         margin-right:0px;
         background-color:#ffffff;
border-bottom-style:solid;
border-bottom-color:#cccccc;
         border-right-style:solid;
         border-right-width:1px;
border-bottom-width:2px;
         border-right-color:#999999;
         font-weight:bold;}

li.menu3{float:left;
         list-style:none;
         width:154px;
         font-size:9pt;
         margin-right:0px;
         background-color:#ffffff;
border-bottom-style:solid;
border-bottom-color:#cccccc;
         border-right-style:solid;
         border-right-width:1px;
border-bottom-width:2px;
         border-right-color:#999999;
         font-weight:bold;}

li.menu4{float:left;
         list-style:none;
         width:154px;
         font-size:9pt;
         margin-right:0px;
         background-color:#ffffff;
border-bottom-style:solid;
border-bottom-color:#cccccc;
         border-right-style:solid;
         border-right-width:1px;
border-bottom-width:2px;
         border-right-color:#999999;
         font-weight:bold;}

li.menu5{float:left;
         list-style:none;
         width:152px;
         font-size:9pt;
         margin-right:0px;
         background-color:#ffffff;
border-bottom-style:solid;
border-bottom-color:#cccccc;
border-bottom-width:2px;
         border-right-color:#999999;
         font-weight:bold;}

/*----メインメニュー2----*/
li.menu6{float:left;
         list-style:none;
         width:154px;
         font-size:9pt;
         margin-right:0px;
         background-color:#ffffff;
border-bottom-style:solid;
border-bottom-color:#cccccc;
         border-right-style:solid;
         border-right-width:1px;
border-bottom-width:3px;
         border-right-color:#999999;
         font-weight:bold;}

li.menu7{float:left;
         list-style:none;
         width:154px;
         font-size:9pt;
         margin-right:0px;
         background-color:#ffffff;
border-bottom-style:solid;
border-bottom-color:#cccccc;
         border-right-style:solid;
          border-right-width:1px;
border-bottom-width:3px;
         border-right-color:#999999;
         font-weight:bold;}

li.menu8{float:left;
         list-style:none;
         width:154px;
         font-size:9pt;
         margin-right:0px;
         background-color:#ffffff;
border-bottom-style:solid;
border-bottom-color:#cccccc;
         border-right-style:solid;
          border-right-width:1px;
border-bottom-width:3px;
         border-right-color:#999999;
         font-weight:bold;}

li.menu9{float:left;
         list-style:none;
         width:154px;
         font-size:9pt;
         margin-right:0px;
         background-color:#ffffff;
border-bottom-style:solid;
border-bottom-color:#cccccc;
         border-right-style:solid;
          border-right-width:1px;
border-bottom-width:3px;
         border-right-color:#999999;
         font-weight:bold;}

li.menu10{float:left;
         list-style:none;
         width:152px;
         font-size:9pt;
         margin-right:0px;
         background-color:#ffffff;
border-bottom-style:solid;
border-bottom-color:#cccccc;
border-bottom-width:3px;
         font-weight:bold;}

/*----メインメニューリンク文字の色----*/
a.b1{color:#49749C;
     display:block;
     padding-top:7px;
     padding-bottom:7px;
     text-decoration:none;}
a.b2{color:#49749C;
     display:block;
     padding-top:7px;
     padding-bottom:7px;
     text-decoration:none;}
a.b3{color:#49749C;
     display:block;
     padding-top:7px;
     padding-bottom:7px;
     text-decoration:none;}
a.b4{color:#49749C;
     display:block;
     padding-top:7px;
     padding-bottom:7px;
     text-decoration:none;}

/*----メインメニューにカーソルが重なったとき----*/
/*----オレンジ----*/
a.b1:hover{color:#F2B212;}
/*----赤----*/
a.b2:hover{color:#C02427;}
/*----緑----*/
a.b3:hover{color:#5FA841;}
/*----黄----*/
a.b4:hover{color:#DDBB1D;}


div.wrapper{width:770px;
            background-color:#ffffff;
            margin:0px;
            padding:0px;
            border-left-style:solid;
            border-right-style:solid;
            border-width:0px;
            border-color:#cccccc;
            color:#272727;
            text-align:center;
            float:clear;}

/*----イメージ画像の設定----*/
div.box{width:700px;margin-top:20px;margin-bottom:px;}
div.box_left{float:left;}
div.box_right{float:right;}

ul.box_box{text-align:left;}
li.box_box1{border-style:solid;
            border-width:0px;
            border-color:#F2B212;
            background-image:url(images/teachers_back.jpg);
            background-repeat:no-repeat;
            float:clear;
            height:50px;
            width:300px;
            margin:2px;
            list-style:none;
            padding-left:75px;
            padding-top:8px;}

li.box_box2{border-style:solid;
             border-width:0px;
             border-color:#F2B212;
             background-image:url(images/man_back.jpg);
             background-repeat:no-repeat;
             float:clear;
             height:50px;
             width:300px;
             margin:2px;
             list-style:none;
            padding-left:75px;
            padding-top:8px;}

li.box_box3{border-style:solid;
             border-width:0px;
             border-color:#F2B212;
             background-image:url(images/woman1_back.jpg);
             background-repeat:no-repeat;
             float:clear;
             height:50px;
             width:300px;
             margin:2px;
             list-style:none;
            padding-left:75px;
            padding-top:8px;}

li.box_box4{border-style:solid;
             border-width:0px;
             border-color:#F2B212;
             background-image:url(images/nasukougen_back.jpg);
             background-repeat:no-repeat;
             float:clear;
             height:50px;
             width:300px;
             margin:2px;
             list-style:none;
            padding-left:75px;
            padding-top:8px;}

li.box_box5{border-style:solid;
             border-width:0px;
             border-color:#F2B212;
             background-image:url(images/mayu_midori_back.jpg);
             background-repeat:no-repeat;
             float:clear;
             height:50px;
             width:300px;
             margin:2px;
             list-style:none;
            padding-left:75px;
            padding-top:8px;}

li.box_box6{border-style:solid;
             border-width:0px;
             border-color:#F2B212;
             background-image:url(images/bbq_back.jpg);
             background-repeat:no-repeat;
             float:clear;
             height:50px;
             width:300px;
             margin:2px;
             list-style:none;
            padding-left:75px;
            padding-top:8px;}

span.box_text1{color:#333333;font-size:11pt;}
span.box_text2{color:#F2B212;font-size:8pt;}


/*----グレイバー左。----*/
div.left_bar{float:left;
width:220px;
background-color:#e6e6e6;
border-top-style:solid;
border-top-width:1px;
border-color:#cccccc;}

/*----グレイバー右,縦線----*/
div.right_bar{float:right;
width:548px;
background-color:#f3f3f3;
border-top-style:solid;
border-top-width:1px;
border-left-style:solid;
border-left-width:2px;
border-color:#cccccc;}

/*----お知らせ大枠----*/
div.right_info{float:right;
width:210px;
background-color:#ffffff;
border-style:solid;
border-width:1px;
border-color:#cccccc;
padding:20px;
font-size:small;}

/*----右寄せ----*/
div.right{float:right;
width:200px;
background-color:#ffffff;
border-style:solid;
border-width:0px;
border-color:#cccccc;
padding:0px;}

/*----英会話合宿とは大枠。縦線----*/
div.left{float:left;
width:520px;
background-color:#ffffff;
border-top-style:solid;
border-top-width:0px;
border-left-style:solid;
border-left-width:0px;
border-color:#cccccc;
padding-right:0px;}

/*----横線----*/
div.top_border{border-top-style:solid;
border-top-width:1px;
border-color:#cccccc;
padding-top:10px;
padding-bottom:10;}

/*----フッター部分の大枠----*/
div.footer{width:770px;
           color:#272727;
           border-style:solid;
           border-color:#cccccc;
           border-width:1px;
           font-size:smaller;}

/*----フッターのメニュー大枠----*/
div.footer_menu{padding:5px;font-size:smaller;}

/*----フッターのメニューのリンク設定----*/
a.menu_footer{text-decoration:none;color:#49749C}
a:hover.menu_footer{text-decoration:none;color:#F2B212;}

/*----フッターのアドレス----*/
div.add{text-align:right;
        padding-top:20px;
        padding-right:5px;
        padding-bottom:0px;}

/*----プライバシーポリシーの設定----*/
a.privacy{text-decoration:none;color:#cccccc;font-size:smaller;
}
a:hover.privacy{text-decoration:none;color:#49749C;}

/*----コピーライト----*/
div.copy{width:770px;
         text-align:right;
padding-right:5px;
}

/*----横線----*/
hr{color:#cccccc;
   height:1px;}

/*----見出し。紺色----*/
h1.h1{text-align:left;
   font-size:small;
   color:#2B4C6F;}
h4{text-align:left;
   font-size:small;
   color:#2B4C6F;}

/*----見出し。赤、金色----*/
h3{margin-right:px;
   color:#;
   border-top-style:solid;
   border-top-width:1px;
   border-bottom-style:solid;
   border-bottom-width:1px;
   border-color:#B1A900;
 font-size:small;
line-height:200%;}

/*----見出し。English camp。紺色----*/
h1.add{font-size:small;
      color:#2B4C6F;}

/*----Ｐタグ。行間、文字サイズ、左寄せ----*/
p{line-height:140%;
font-size:smaller;
text-align:left;}

/*----オレンジ----*/
span.orange{color:#F2B212;}


/*----コースリンク----*/
div.ss_a{height:120px;
width:255px;
border-style:solid;}

h2{color:#A6000F;font-size:small;}
