@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #333333;
  background: #e5e5dd url(../images/back.jpg) repeat-y;
}
#wrapper {
  width: 777px;
  color: #333333;
  background: url(../images/back-body.jpg) repeat-y;
}

/* リンク
---------------------------------------------------- */
a:link {
  color: #3366ff;
  background: transparent;
}
a:visited {
  color: #800080;
  background: transparent;
}
a:hover, a:active {
  color: #ff9933;
  background: transparent;
}

/* ヘッダ
---------------------------------------------------- */
#header {
  padding-top: 40px;
  height: 40px;
  color: #999999;
  background: url(../images/back-header.jpg) no-repeat;
}
#header #logo {
  position: absolute;
  top: 31px;
}
#header ul {
  margin: 0;
  padding: 0;
  width: 737px;
  list-style: none;
  text-align: right;
  font-size: x-small;
  line-height: 1.0;
}
#header li {
  display: inline;
  padding-left: 1em;
  text-transform: uppercase;
  vertical-align: top;
}

/* ページ本体
---------------------------------------------------- */
#pagebody {
  width: 732px;
  padding-left: 10px;
}

/* コンテンツ
---------------------------------------------------- */
#content {
  float: right;
  width: 484px;
  padding-bottom: 3em;
  border-bottom: 1px solid #cccccc;
}
#content h1 {
  margin: 0;
  padding-bottom: 11px;
  border-bottom:1px solid #cccccc;
  font-size: x-small;
}
#content h1 img {
  vertical-align: bottom;
}
#content h2 {
  margin: 2em 0 0;
  font-size: xx-small;
  font-weight: normal;
  color: #ff9900;
  background: transparent;
}
#content p {
  font-size: xx-small;
  line-height: 1.6;
}
#content .lead p {
  font-size: x-small;
  line-height: 1.3;
  color: #3366ff;
  background: transparent;
}
#content h2+p {
  margin-top: 0.3em;
}

/* ナビゲーション
---------------------------------------------------- */
#navigation {
  float: left;
  width: 236px;
  border-top: 13px solid #3366ff;
}
#navigation ul {
  margin: 0 0 1em;
  padding: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  list-style: none;
}
#navigation li {
  margin: 0;
  padding: 0;
  width: 236px;
  height: 43px;
  text-indent: -9999px;
}
#navigation li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  width: 236px;
  height: 43px;
}
#navigation li#top      {
  background: url(../images/nav.gif) no-repeat 0 0;
}
#navigation li#about    {
  background: url(../images/nav.gif) no-repeat -236px -43px;
}
#navigation li#clients  {
  background: url(../images/nav.gif) no-repeat 0 -86px;
}
#navigation li#services {
  background: url(../images/nav.gif) no-repeat 0 -129px;
}
#navigation li#faq      {
  background: url(../images/nav.gif) no-repeat 0 -172px;
}
#navigation li#top a:hover    {
  background: url(../images/nav.gif) no-repeat -236px 0px;
}
#navigation li#clients a:hover  {
  background: url(../images/nav.gif) no-repeat -236px -86px;
}
#navigation li#services a:hover {
  background: url(../images/nav.gif) no-repeat -236px -129px;
}
#navigation li#faq a:hover      {
  background: url(../images/nav.gif) no-repeat -236px -172px;
}

#navigation address {
  margin: 0;
  padding: 1em 0 0 1px;
  border-top: 1px solid #cccccc;
  font-style: normal;
  font-size: xx-small;
  text-transform: uppercase;
  line-height: 1.5;
  color: #999999;
  background: transparent;
}
#navigation div {
  margin: 0.7em 0 0 5px;
}

/* フッタ
---------------------------------------------------- */
#footer {
  clear: both;
}
#footer ul {
  margin: 0;
  padding: 15px 0;
  width: 742px;
  list-style: none;
  text-align: right;
  font-size: xx-small;
}
#footer li {
  display: inline;
  padding-left: 1.7em;
  text-transform: uppercase;
}
#footer li a {
  padding: 11px 0;
  vertical-align: middle;
  text-decoration: none;
}
#footer li#privacy a {
  padding-right: 18px;
  color: #666666;
  background: url(../images/privacy.gif) right no-repeat;
}
#footer li#sitemap a {
  padding-right: 19px;
  color: #666666;
  background: url(../images/sitemap.gif) right no-repeat;
}
#footer li#info a {
  padding-right: 22px;
  color: #666666;
  background: url(../images/info.gif) right no-repeat;
}
#footer p {
  margin: 0;
  padding: 1em 35px 1em 0;
  width: 742px;
  text-align: right;
  text-transform: uppercase;
  font-size: x-small;
  color: #ffffff;
  background: url(../images/back.jpg) repeat-y;
}

