@charset "UTF-8";

/*下層タイトル部*/
#layer-title {
  width: 760px;
  clear: both;
  overflow: hidden;
}
#title-under {
  width: 760px;
  height: 23px;
  clear: both;
  background-image: url(../image/title_under.gif);
  background-repeat: no-repeat;
  background-position: right top;
  overflow: visible;
}

/*左コンテンツ*/
#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;
}
.blog-list-wrap {
  width: 530px;
  float: left;
  clear: both;
  margin-top: 15px;
  text-align: center;
}
.blog-list-bc {
  width: 510px;
  height: 23px;
  margin-left: auto;
  margin-right: auto;
  /*float: center;*/
  clear: both;
  text-align: left;
  background-image: url(image/blog-list.gif);
  background-repeat: no-repeat;
  overflow: hidden;
}
.blog-date {
  padding-top: 4px;
  width: 100px;
  font-size: 0.9em;
  float: left;
  clear: none;
}
.blog-index {
  padding-top: 4px;
  width: 410px;
  font-size: 0.9em;
  float: left;
  clear: none;
}
.page-text {
  width: 530px;
  clear: both;
  float: left;
  margin-top: 15px;
  font-size: 0.9em;
  line-height: 130%;
}
.page-text h1 {
  font-size: 1.2em;
}

/*右サイドバー*/
#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;
}


