@charset "shift_jis";
body { margin-top: 20px;  font-size: 14pt; width: 100%;
       vertical-align: 0; background-image: none;
       background: #ffffff; letter-spacing:0;
       color: #000000; font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
       display: block;  }

a:link { color: #ff6600; }

img { border: none; }
h1 { margin: 0; color: #666666; font-family: Verdana; }
h2 { color: #666666; font-family: Verdana; }
h4 { margin: 10px 0px 5px 0px; color: #f27300; font-size: 18pt; }
table { border-style: none; }

strong { color: #000000; line-height: 1.6em; }
span.ma2 { color: #f27300; padding-right: 2px; font-size: x-large; }
span.ba { font-weight:bold; font-size: small; }

/*CONTAINER
------------------------------------------------------------*/
div#cont { text-align: left; margin-right: auto; margin-left: auto; }

#top { display: none; } 
#nav { display: none; } 
div#header { position: relative; }
#header img { display: none; } 

/*SUB MENU
------------------------------------------------------------*/

div#sub { text-align: center; }
#sub a { text-decoration: none; color: #ff9900; }

#sub table { margin: 0px 2px 5px 90px; }
#sub th { line-height: 0.8em;  padding: 3px 0px 0px 0px; 
        width: 126px; font-family: Verdana;
        text-align: center; font-weight:bold; font-size: large; }
#sub td { line-height: 1em;  padding: 1px 0px 3px 0px; 
        width: 150px;
        text-align: center; font-size: small; }

#sub a { text-decoration: none; }

div#s_hbg { display: none; }

div#s_bbg { display: none; }

/*CHOICE
------------------------------------------------------------*/
div#ch { text-align: left; }
#ch a { color: #666699; text-decoration: underline; font-weight:bold; }
#ch a:visited { color: #666699; text-decoration: underline;
        font-weight:bold; }

div#inst { display: none; }

div#type { margin: 7px 0px 0px 100px; text-align: left; }

div#ch_bbg { display: none; }

/*MAIN
------------------------------------------------------------*/
div#m_hbg { display: none; }

div#cl_main { width: 730px; margin-top: 0px; margin-left: 40px; }

#cl_main h3 { display: none; }

/*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; }

