@charset "utf-8";

/** --------------------------------------------------------------------------------
 * 全体の囲み
 */
div#whole {
  margin: 0 auto;
  /*padding: 17px 16px;*/
  position: relative;
  width: 832px;
  min-height: 100%;
}

.ie_6 div#whole {
  height: 100%;
}

/** --------------------------------------------------------------------------------
 * header
 */
div#header {
  padding-top: 34px;
  padding-left: 30px;
}

div#header dl {
  zoom: 1;
}

div#header dl:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

div#header dl dt,
div#header dl dd {
  float: left;
}

div#header dl dt {
  margin-right: 20px;
  width: 196px;
  height: 56px;
}

div#header dl dd {
  width: 586px;
  height: 76px;
  background: url("/images/globalMenu/bg.png") no-repeat 0 0;
}

.ie_6 div#header dl dd {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/globalMenu/bg.png",sizingMethod=crop);
  zoom: 1;
}

div#header dl dd ul {
  margin-left: -10px;
  position: relative;
  height: 100%;
}

div#header dl dd ul li {
  margin-right: -37px;
  float: left;
  width: 142px;
  height: 100%;
}

div#header dl dd ul li.current {
  background: url("/images/globalMenu/current.png") no-repeat 0 0;
}

.ie_6 div#header dl dd ul li.current {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/globalMenu/current.png",sizingMethod=crop);
  zoom: 1;
}

div#header dl dd ul li a {
  margin-top: 26px;
  margin-left: 20px;
  display: block;
  position: relative;
  width: 105px;
  height: 50px;
}

/** --------------------------------------------------------------------------------
 * container
 */
div#container {
  margin-top: -17px;
  padding-top: 61px;
  background: url("/images/outerBox/bgT.png") no-repeat 0 0;
}

.ie_6 div#container {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/outerBox/bgT.png",sizingMethod=crop);
  zoom: 1;
}

div.containerWrap {
  padding: 0 72px;
  background: url("/images/outerBox/bgM.png") repeat-y 0 0;
}

.ie_6 div.containerWrap {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/outerBox/bgM.png",sizingMethod=scale);
  zoom: 1;
}

/** --------------------------------------------------------------------------------
 * contents
 */
div#contents {
  background: #f2f2f2 url("/images/innerBox/bgT.gif") no-repeat 0 0;
}

div.contentsWrap {
  padding: 20px 22px;
  background: url("/images/innerBox/bgB.gif") no-repeat 0 100%;
}

div#contents.indexPage div.contentsWrap {
  padding: 0;
}

div.main {
  padding: 20px 12px;
  position: relative;
  min-height: 310px;
}

.ie_6 div.main {
  height: 310px;
}

div#contents.indexPage div.main {
  padding: 40px 32px;
  background: url("/images/contents/bg/index.gif") no-repeat 320px 50%;
}

div#contents.interviewPage div.main,
div#contents.overviewPage div.main {
  background: url("/images/contents/bg/general2.gif") no-repeat 100% 100%;
}

div#contents.servicePage div.main,
div#contents.inquiryPage div.main {
  background: url("/images/contents/bg/general3.gif") no-repeat 100% 100%;
}

div.submitForms {
  padding-left: 12em;
}

div.submitForms form,
div.submitForms form p {
  display: inline;
}

/** ----------------------------------------
 * 共通部品
 */
div#contents h1 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 133%;
}

div#contents h2 {
  margin-bottom: 5px;
  padding-top: 30px;
  clear: both;
  font-weight: bold;
  font-size: 133%;
}

div#contents p.long {
  text-indent: 1em;
}

/** ----------------------------------------
 * 業務内容
 */
ul.serviceList {
  margin-top: 10px;
}

ul.serviceList li {
  margin-right: 2%;
}

ul.serviceList li {
  text-indent: 16px;
  background: url("/images/contents/listMarker.gif") no-repeat 0 0.8em;
}

ul.serviceList li ul {
  margin-left: 4%;
}

/** --------------------
 * 開発実績
 */
div.service {
  margin-bottom: 110px;
}

div.service dl dt {
  font-weight: bold;
  font-size: 125%;
}

div.service dl dd {
  padding-left: 16px;
}

div.service dl dd ul li {
  margin-right: 2%;
}

div.service dl dd ul li {
  text-indent: 16px;
  background: url("/images/contents/listMarker.gif") no-repeat 0 0.8em;
}

div.service dl dd p.link {
  text-align: right;
}

/* ハイパーテキスト */
div.service dl dd p.link a:visited {
  color: #06c;
}

/** ----------------------------------------
 * 会社概要
 */
dl.overview {
  position: relative;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

dl.overview dt,
dl.overview dd {
  padding-top: 5px;
  padding-bottom: 5px;
}

dl.overview dt {
  padding-left: 2em;
  position: absolute;
  width: 11.4em;
}

dl.overview dd {
  padding-left: 14em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #bbb;
}

dl.overview span#mailAddress {
  color: #06c;
  text-decoration: underline;
  cursor: pointer;
}

/** --------------------
 * 主要取引先
 */
ul.customer li {
  padding-left: 2em;
}

ul.customer li a {
  padding-left: 16px;
  background: url("/images/contents/listMarker.gif") no-repeat 0 50%;
}

/** ----------------------------------------
 * お問い合わせ
 */
form {
  margin-top: 20px;
  margin-bottom: 80px;
  position: relative;
}

dl.form {
  position: relative;
  margin: 20px 0 30px;
}

dl.form dt {
  position: absolute;
  width: 11.4em;
}

dl.form dd {
  margin-bottom: 5px;
  padding-left: 12em;
}

form dl.form dd {
  zoom: 1;
}

form dl.form dd input {
  width: 70%;
}

form dl.form dd textarea {
  width: 93%;
  height: 16em;
}

p.submit {
  padding-left: 12em;
}

/** ----------------------------------------
 * エラー
 */
div#sbl_errmsg {
  margin: 20px 70px;
  border: 1px solid #ddd;
  line-height: 1.8;
  color: #d55c53;
}

div#sbl_errmsg ul {
  padding: 15px 40px;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  zoom: 1;
}

div#sbl_errmsg ul li {
  padding-left: 16px;
  background: url("/images/contents/errorMarker.gif") no-repeat 0 50%;
}

/** --------------------------------------------------------------------------------
 * footer
 */
div#footer {
  padding: 10px 72px 0;
  height: 51px;
  background: url("/images/outerBox/bgB.png") no-repeat 0 0;
}

.ie_6 div#footer {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/outerBox/bgB.png",sizingMethod=crop);
  zoom: 1;
}

div#footer address {
  text-align: right;
}

