@charset "UTF-8";

/*下層タイトル部*/
#layer-title {
  width: 760px;
  clear: both;
}
#title-under {
  width: 760px;
  height: 23px;
  clear: both;
  background-image: url(../image/title_under.gif);
  background-repeat: no-repeat;
  background-position: right top;
  overflow: hidden;
}

/*左コンテンツ*/
#left-content {
  width: 530px;
  float: left
}
#page-image {
  width: 530px;
  clear: both;
}

#page-introduct {
  width: 530px;
  clear: both;
  margin-top: 7px;
  font-size: 0.9em;
  line-height: 130%;
}
.subtitle {
  width: 530px;
  height: 23px;
  float: left;
  clear: both;
  margin-top: 24px;  
  background-image: url(../image/subtitle-marker.gif);
  background-repeat: no-repeat;
  color: #588952;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}
.subtitle-inner {
  padding-top: 3px;
  padding-left: 15px;
}
.page-text {
  width: 530px;
  clear: both;
  float: left;
  margin-top: 15px;
  font-size: 0.9em;
  line-height: 130%;
}
.page-text p {
  margin-bottom: 10px;
}

/*右サイドバー*/
#right-content {
  width: 210px;
  float: right;
  /*margin-left: 20px;*/
}

#side-menu {
  width: 210px;
  clear: both;
}
#side-menu-title {
  background-image: url(image/side-menu-title.gif);
  background-repeat: no-repeat;
  width: 210px;
  height: 30px;
  clear: both;
  overflow: hidden;
}
.side-menu-inner {
  background-image: url(image/side-menu.gif);
  background-repeat: no-repeat;
  width: 210px;
  height: 27px;
  clear: both;
  overflow: hidden;
}
.side-menu-text {
  background-image: url(image/right_menu_marker.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  padding-left: 19px;
  padding-top: 5px;
  font-size: 0.8em;
}
.side-menu-text a:link,.side-menu-text a:visited,.side-menu-text a:active {
  color: #779c70;
  font-weight: bold;
  text-decoration: none;
}
.side-menu-text-active {
  padding-left: 10px;
  padding-top: 5px;
  color: #779c70;
  font-size: 0.8em;
}
#side-menu-bottom {
  background-image: url(image/side-menu-bottom.gif);
  background-repeat: no-repeat;
  width: 210px;
  height: 4px;
  clear: both;
  overflow: hidden;
}
#side-ask {
  width: 210px;
  margin-top: 25px;
  clear: both;
  overflow: hidden;
}
#side-gagaku {
  width: 210px;
  margin-top: 10px;
  clear: both;
  overflow: hidden;
}
#side-w3c-xhtml {
  width: 210px;
  margin-top: 50px;
  clear: both;
  overflow: hidden;
  text-align: right;
}
#side-w3c-css {
  width: 210px;
  margin-top: 10px;
  clear: both;
  overflow: hidden;
  text-align: right;
}

/*Table*/
#content-table {
  width: 530px;
  font-size: 0.8em;
  border: solid 1px #588952;
}
tr {
  padding: 0px;
  margin: 0px;
}
.td-l {
  width: 100px;
  background-color: #D8EAD5;
}
.td-r {
  width: 430px;
  background-color: #D8EAD5;
}
.td-l-inner {
  padding: 2px;
}
.td-r-inner {
  padding: 2px;
}
.td-c {
  width: 100%;
  background-color: #D8EAD5;
}
.td-c-inner {
  padding: 2px;
  text-align: center;
}


