@charset "shift_jis";
body { margin-top: 5px;  font-size: 14pt; width: 100%;
       vertical-align: 0; background-image: none;
       background: #ffffff; letter-spacing:0;
       color: #000000; font-family: "ＭＳ Ｐゴシック", "Osaka";
       display: block;  }

a:link { color: #ff6600; }

img { border: none; }
h2 { margin: 0px; color: #555555; }
h2 { margin: 15px 60px 0px 90px; color: #666666; font-family: Verdana; }
table { border-style: none; margin: 0px 5px 0px 60px; }
p { color: #000000; margin: 5px 60px 0px 90px; 
    padding: 5px 5px 5px 10px; background-color: #fff0e1;
    text-align: left; line-height: 1.3em; }
span.po {  font-size: 15pt; line-height: 1em;
           font-weight:bold; color: #3c4964; }

/*CONTAINER
------------------------------------------------------------*/
div#cont { margin-top: 0px; text-align: left; margin-right: auto; margin-left: auto; }

#top { display: none; } 
#nav { display: none; } 
div#header { display: none; }

/*SUB MENU
------------------------------------------------------------*/
div#m_hbg { display: none; }
div#sub { margin-top: 0px; text-align: center; }
#sub a { text-decoration: none; color: #ff9900; }
div#s_bbg { display: none; }

div#mov { display: none; }

/*LESSON
------------------------------------------------------------*/
div#les { text-align: left; }

div#les td { line-height: 1em; padding: 0px 10px 0px 10px; width: 338px;
     border-color: #666666; border-style: dotted;
     border-width: 5px 0px 5px 0px; }

div#les_bbg { display: none; }

/*MAIN
------------------------------------------------------------*/
div#m_hbg { height: 36px; text-align: center; }

div#cl_main { width: 730px;
        margin-top: 0px; margin-left: 40px; }

#cl_main h3 { display: none; }

#cl_main p { margin-top: 5px; margin-bottom: 0px; margin-right:20;
        text-align: right;  font-size: smaller; color: #999999;
        font-family: Times New Roman; }

/*FEE
------------------------------------------------------------*/

#fee table { margin: 0px 0px 5px 90px;
           border-width: 1; border-color: #fcc9a7; border-style: solid;
           text-align: left; }
#fee thead { background-color: #fcc9a7;
           font-size: 17px; color: #000000; }

#fee th { width: 200px; border-color: #fcc9a7; border-style: solid;
           border-width: 1px; padding: 5px 7px 5px 7px; text-align: center;
           font-size: 14px; line-height: 1em;
           font-family: Trebuchet MS,ＭＳ Ｐゴシック,Osaka; }
#fee td { width: 100px; left; border-width: 1px;
          border-color: #fcc9a7; border-style: solid;
          text-align:center; font-size: 17px; 
          font-family: ＭＳ Ｐ明朝,細明朝体; }

/*FOOTER
------------------------------------------------------------*/
div#footer { margin-top: 0px; padding-top: 40px;
	text-align: center; font-family: Comic Sans MS;  font-size: small; }

/*CLEARFIX
------------------------------------------------------------*/
/*for modern browser*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   line-height:0;
   visibility: hidden; }

/* exlude MacIE5 */
.clearfix {
   zoom:1; /*for IE 5.5-7*/
   display: inline-block; }

