<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0;
  background: url(images/background.gif) top left repeat;
}

H2, P {
  margin: 0 0 1em 0;
}

#wrapper {
  width: 100%;
}

#header {
  width: 100%;
  height: 30px;
  background: rgb(0,105,210);
  text-align: center;
  border-top: 0px solid rgb(80,80,80);
}

#header_ {
  width: 800px;
  margin: 0 auto;
  position: relative;
  font-size: 11px;
  line-height: 30px;
  color: #fff;
}

#header_ A {
  color: #fff;
}

#header_l {
  position: absolute;
  top: 0;
  left: 0;
}

#header_r {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
}

#title {
  width: 100%;
  height: 233px;
  text-align: center;
  background: rgb(0,105,210);
}

#title H1 {
  width: 800px;
  height: 230px;
  margin: 0 auto;
  background: url(images/logoimage.gif) top left no-repeat;
  text-indent: -5000px;
}

#container {
  width: 100%;
  text-align: center;
}

#contents {
  width: 800px;
  margin: 0 auto;
  padding: 1em 0;
  background: #fff;
}

#contents P {
  text-align: left;
  font-size: 14px;
  padding: 1em 2em;
  color: rgb(40,40,40);
}

.images {
  margin: 0 0 20px 0;
}

.lesson1, .lesson2 {
  width: 760px;
  margin: 0 auto 30px auto;
}

.lesson2 {
  background: url(images/bbb.jpg) top right no-repeat;
}

.lesson1_, .lesson2_ {
  height: 90px;
  margin: 0;
}

.lesson1_ {
  background: url(images/lesson1.gif) top left no-repeat;
}

.lesson2_ {
  background: url(images/lesson2.gif) top left no-repeat;
}

.lesson1_ H3, .lesson2_ H3 {
  text-align: left;
  padding: 15px 0 0 0;
  margin: 0 0 0 110px;
  font-size: 20px;
  color: rgb(70,70,70);
}

.lesson_btn {
  display: block;
  width: 600px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  background: url(images/lesson_btn.gif) top left no-repeat;
  text-decoration: none;
  color: rgb(60,60,60);
  font-weight: bold;
}

.lesson_btn:hover {
  text-decoration: underline;
}

.lesson_btn SPAN {
  color: rgb(0,105,210);
}

H2 {
  width; 100%;
  background: rgb(0,105,210);
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  margin: 50px 0 20px 0;
}

H4 {
  width: 100%;
  text-align: left;
  padding: 0 1.5em 0 10px;
  margin: 1em 0 0 1em;
  border-left: 5px solid rgb(40,145,250);
  height: 25px;
  line-height: 27px;
}

.outline {
  width: 760px;
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 13px;
  margin: 0 auto;
}

.outline TH {
  background: rgb(0,105,210);
  color: #fff;
  padding: 10px;
  font-size: 14px;
}

.ol_l {
  width: 25%;
  background: rgb(230,230,230);
}

.ol_r {
  width: 75%;
  text-align: left;
  background: rgb(250,250,250);
  padding: 10px;
}

.month {
  width: 400px;
  height: 150px;
  float: left;
}

.month_, ._month {
  background: url(images/month_bg.gif) top left repeat;
  height: 130px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.month_ {
  margin: 0 10px 0 20px;
}

._month {
  margin: 0 20px 0 10px;
}

.month H5 {
  margin: 0;
  text-align: left;
  padding: 10px 0 0 15px;
  font-size: 15px;
  color: rgb(0,105,210);
}

#contents .month P {
  margin: 0;
  padding: 10px 20px;
  font-size: 13px;
}

.detail {
  margin: 40px 50px 0 50px;
  background: url(images/month_bg.gif) top left repeat;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px;
}

#contents .detail P {
  margin: 0;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: rgb(0,105,210);
}

.learn P.frame {
    padding: 10px;
    border: 2px solid #0069d2;
    border-radius:15px;
    background-color:#f0f8ff;
    margin-top:10px;
    margin-bottom:10px;
    width: 280px; 
}

#order {
  margin: 50px 0 0 0;
  width: 400px;
  height: 94px;
  display: block;
  background: url(images/bt_orange.gif) top left no-repeat;
  text-indent: -5000px;
}

#order A {
  width: 400px;
  height: 94px;
  display: block;
  background: url(images/bt_orange.gif) left top no-repeat;
}

#order A:hover {
    background: url(images/bt_orange_on.gif) left top no-repeat;
}


#contents TABLE {
  border: 1px solid #dcdcdc; font-size: 13px; color: rgb(60,60,60); margin: 0 0 40px 10px;
}

#contents TABLE TD {
  padding: 0; background: rgb(240,240,240); line-height: 20px;
}

#contents TABLE TD.bgWhite {
  background: #fff;
  border-right: 1px solid #dcdcdc; 
  border-bottom: 1px solid #dcdcdc; 
}

#contents TABLE TD.bgBlue {
  background: #6495ed;
  text-align: center;
}

#contents P.table {
  line-height: 15px; padding: 0px; margin: 5px;
}

#footer {
  width: 100%;
  height: 125px;
  background: rgb(80,80,80);
  text-align: center;
}

#footer_ {
  width: 800px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 13px;
  color: #fff;
}

#footer P {
  margin: 0;
  line-height: 25px;
}

#footer A {
  color: #fff;
  margin: 0 1em;
}

#pagetop {
    position: fixed;
    bottom: 3%;
    right:3%;
    background: rgb(47,134,195);
    padding: 10px;
    border: 2px solid #fff;
}

#pagetop A {
    text-decoration: underline;
    color: #fff;
}

#pagetop A:hover {
    text-decoration: none;
}

#preseminar {
    position: absolute;
    left: 50%;
    top: 283px;
    margin: 0 0 0 420px;
}

#tweets {
    position: absolute;
    width: 200px;
    left: 50%;
    top: 283px;
    margin: 0 0 0 -620px;
}

#login {
    position: absolute;
    right: 50%;
    top: 283px;
    margin: 0 420px 0 0;
}

#menu {
    width: 100%;
    height: 60px;
    text-align: center;
}

#menu_ {
    width: 800px; 
    margin: 0 auto; 
    height: 60px; 
    line-height: 60px;
}

._menu {
    float: left; 
    margin: 0 1px 0 0; 
    height: 60px; 
    line-height: 60px; 
    width: 130px; 
    color: #fff;
}

.__menu {
    float: left; 
    height: 60px; 
    line-height: 60px; 
    width: 145px; 
    color: #fff;
}

._menu a, .__menu a {
    background: rgb(0,105,210); 
    display: block; 
    width: 130px; 
    height: 60px; 
    line-height: 60px; 
    color: #fff; 
    text-decoration: none;
}

._menu a { width: 130px; }
.__menu a { width: 145px; }
._menu a:hover, .__menu a:hover { font-weight: bold; }


#contents2, #contents3, #contents4, #contents5, #contents6 {
/*   display: none; */
}

}</pre></body></html>