* {
  margin: 0;
  padding: 0;
  line-height: 120%;
  letter-spacing: 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: '‚l‚r ‚oƒSƒVƒbƒN',Arial,sans-serif;
  color: #333333;
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  border: none;
}

body {
  background: url("../default/img/common/bg.jpg") repeat-x 0 1px;
}

b,strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
  color: red;
}

ins {
  text-decoration: underline;
  color: green;
}

#wrapper {
  width: 900px;
  margin: 0 auto;
}

/* header
---------------------------------*/

#header {
  padding-top: 20px;
  height: 75px;
}

#header #logoblock {
  float: left;
  width: 185px;
  margin-top: 10px;
}

#header #menublock {
  float: right;
  width: 600px;
}

#header #copy {
  float: right;
  position: relative;
  top: -9px;
}

#header #globalnavi {
  clear: both;
}

#header #globalnavi li {
  float: left;
}

#header #globalnavi a {
  width: 100px;
  height: 51px;
  display: block;
  overflow: hidden;
  background-image: url("../default/img/common/gnav.gif");
  text-indent: -9999px;
}

#header #NAVI_HOME { background-position: 0 0; }
#header #NAVI_SCHE { background-position: -100px 0; }
#header #NAVI_ACCE { background-position: -200px 0; }
#header #NAVI_EQUI { background-position: -300px 0; }
#header #NAVI_RECO { background-position: -400px 0; }
#header #NAVI_HIGH { background-position: -500px 0; }

#header #NAVI_HOME:hover { background-position: 0 -51px; }
#header #NAVI_SCHE:hover { background-position: -100px -51px; }
#header #NAVI_ACCE:hover { background-position: -200px -51px; }
#header #NAVI_EQUI:hover { background-position: -300px -51px; }
#header #NAVI_RECO:hover { background-position: -400px -51px; }
#header #NAVI_HIGH:hover { background-position: -500px -51px; }

#header #NAVI_HOME_SELECTED { background-position: 0 -51px; }
#header #NAVI_SCHE_SELECTED { background-position: -100px -51px; }
#header #NAVI_ACCE_SELECTED { background-position: -200px -51px; }
#header #NAVI_EQUI_SELECTED { background-position: -300px -51px; }
#header #NAVI_RECO_SELECTED { background-position: -400px -51px; }
#header #NAVI_HIGH_SELECTED { background-position: -500px -51px; }


/* content
---------------------------------*/

#content {
  clear: both;
  padding-top: 20px;
  min-height: 500px;
}

#maincolumn {
  width: 580px;
  float: left;
}

#maincolumn h2 {
  margin-bottom: 20px;
}

#rightcolumn {
  width: 250px;
  float: right;
}

#rightcolumn .menublock {
  margin-top: 30px;
}

#rightcolumn #schedulecontrol {
  width: 250px;
  text-align: center;
  margin-top: 10px;
}

#rightcolumn #schedulecontrol h3 a {
  color: #2E97FF;
  font-weight: bold;
}

#rightcolumn #ajaxcalendar {
  width: 250px;
}

#rightcolumn #ajaxcalendar th {
  font-weight: bold;
}

#rightcolumn #ajaxcalendar td {
  text-align: center;
}

#rightcolumn #ajaxcalendar td a {
  color: #2E97FF;
  text-decoration: underline;
}
.pagetop {
  margin-top: 30px;
}


/* footer
---------------------------------*/

#footer {
  width: 100%;
  height: 109px;
  padding-top: 30px;
  margin-top: 60px;
  background: url("../default/img/common/bg.jpg") repeat-x;
}

#footer div {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}

#footer ul {
  width: 500px;
  margin: 0 auto;
}

#footer ul li {
  float: left;
  color: #2F97FF;
}

#footer ul li a {
  color: #2F97FF;
  font-size: 9px;
  padding: 0 10px;
}

#footer address {
  clear: both;
  margin: 0 auto;
  font-size: 9px;
  padding-top: 27px;
}


/* utility
---------------------------------*/
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}