@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #333333;
  background: #e5e5dd url(../image/back.jpg) repeat-y;
}
#wrapper {
  width: 777px;
  color: #333333;
  background: url(../image/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: 31px;
  color: #999999;
  background: url(../image/back-header.jpg) no-repeat;
}
h1 {
  margin: 0;
  float: left;
  width: 248px;
  font-size: small;
}
h1 img {
  vertical-align: bottom;
}
#header ul {
  margin: 0;
  padding: 10px 39px 0 0;
  float: right;
  width: 490px;
  list-style: none;
  text-align: right;
  line-height: 1.0;			/* ■この指定が無いとブラウザ毎に縦位置が変る */
}
#header li {
  display: inline;
  padding-left: 1em;
  text-transform: uppercase;
  font-size: x-small;
}

/* ページ本体
---------------------------------------------------- */
#pagebody {
  clear: both;
  position: relative;
  width: 777px;			/* ■IE用バグ対策 */
  padding-top: 12px;
}

/* コンテンツ
---------------------------------------------------- */
#content {
  padding: 241px 0 1.2em;
  margin-left: 258px;
  border-bottom: 1px solid #cccccc;
  width: 484px;
  color: #333333;
  background: url(../image/cover.jpg) no-repeat;
}
#content h2 {
  font-size: small;
  color: #ff9933;
  background: transparent;
}
#content li {
  font-size: small;
}

/* ナビゲーション
---------------------------------------------------- */
#navigation {
  position: absolute;
  top: 12px;
  left: 10px;
  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#lbl01 { background: url(../image/lbl01.gif) no-repeat;}
#navigation li#lbl02 { background: url(../image/lbl02.gif) no-repeat;}
#navigation li#lbl03 { background: url(../image/lbl03.gif) no-repeat;}
#navigation li#lbl04 { background: url(../image/lbl04.gif) no-repeat;}
#navigation li#lbl05 { background: url(../image/lbl05.gif) no-repeat;}


/* マウスオーバー時の指定
---------------------------------------------------- */
#navigation li#about  a:hover    { background: url(../image/nav_02_on.gif) no-repeat;}
#navigation li#clients  a:hover    { background: url(../image/nav_03_on.gif) no-repeat;}
#navigation li#services  a:hover    { background: url(../image/nav_04_on.gif) no-repeat;}
#navigation li#faq  a:hover    { background: url(../image/nav_05_on.gif) no-repeat;}


#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;
}

/* フッタ
---------------------------------------------------- */
#footer ul {
  margin: 0;
  padding-right: 31px;
  list-style: none;
}
#footer li {
  margin: 9px 0 10px 9px;
  padding: 0;
  height: 19px;
  text-indent: -9999px;
}
#footer li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  height: 19px;
}
#footer li#info    {
  float: right;
  width: 55px;
  background: url(../image/info.gif) no-repeat;
}
#footer li#sitemap {
  float: right;
  width: 73px;
  background: url(../image/sitemap.gif) no-repeat;
}
#footer li#privacy {
  float: right;
  width: 73px;
  background: url(../image/privacy.gif) no-repeat;
}
#footer p {
  clear: right;
  margin: 0;
  padding: 1em 35px 1em 0;
  width: 742px;
  text-align: right;
  text-transform: uppercase;
  font-size: x-small;
  color: #ffffff;
  background: url(../image/back.jpg) repeat-y;
}
