@charset "UTF-8";
@import "news.css";

/* メインイメージ
-----------------------------------------------------------------*/
#primary #main_image {
  margin-bottom: 1em;
  background: url("../images/top/main_image.png") no-repeat;
  width: 683px;
  height: 300px;
}
#primary #main_image ol {
  text-align: center;
  list-style: none;
  padding-top: 200px;
}
#primary #main_image ol li {
  display: inline;
}

/* 最新制作実績
-----------------------------------------------------------------*/
#primary #works {
  margin-bottom: 1em;
}
#primary #works dl#works_contents {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 2px dotted #ccc;
}
#primary #works dl#works_contents dt {
  float: left;
  width: 175px;
  height: 176px;
}
#primary #works dl#works_contents dd {
  margin-left: 185px;
  min-height: 176px;
}
#primary #works dl#works_contents dd h3 {
  background: url("../images/caption2.gif") repeat-y;
  text-indent: 1em;
  padding: 0.2em 0;
  font-weight: bold;
  margin-bottom: 0.8em;
}
#primary #works #works_contents dl#works_url {
  height: 1.5em;
}
#primary #works #works_contents dl#works_url dt {
  width: 3em;
  float: left;
  height: 1em;
  padding: 0.2em;
  line-height: 1.2em;
  background: #2f7c14;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#primary #works #works_contents dl#works_url dd {
  margin-left: 4em;
  line-height: 1.5em;
}
#primary #works #works_contents ul#website {
  list-style: none;
  margin: 0.5em 0;
}
#primary #works #works_contents ul#website li {
  display: inline;
  padding: 0.2em 0.5em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #3d5fba;
  font-size: 80%;
  margin: 0 0.5em 0 0;
}

/* more-link
-----------------------------------------------------------------*/
#primary .more_link {
  text-align: right;
}