@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0 0 0 10px;
  color: #333333;
  background: #cccccc url(../image/bodyleft.gif) repeat-y;
}
#wrapper {
  width: 100%;
  border-top: 13px solid #3366ff;
  color: #333333;
  background: #ffffff;
}


/* リンク
---------------------------------------------------- */
a:link {
  color: #3366ff;
  background: transparent;
}
a:visited {
  color: #800080;
  background: transparent;
}
a:hover, a:active {
  color: #ff9933;
  background: transparent;
}

/* ヘッダ
---------------------------------------------------- */
#header #logo {
  position: absolute;
  top: 31px;
  left: 0;
}


/* ページタイトル
---------------------------------------------------- */
#pagetitle  {
  margin: 80px 10px 0 0;
	background-color:#99ccff;
}

#pagetitle h1 {
  margin: 0;
	padding: 0;
	border-style:none;
	font-size: xx-small;
}


/* ナビゲーション
---------------------------------------------------- */
#navigation {
  float: left;
  width: 236px;
  margin-top: 12px;
  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 0 0;}
#navigation li#lbl02 { background: url(../image/lbl02.gif) no-repeat 0 0;}
#navigation li#lbl03 { background: url(../image/lbl03.gif) no-repeat 0 0;}
#navigation li#lbl04 { background: url(../image/lbl04.gif) no-repeat 0 0;}
#navigation li#lbl05 { background: url(../image/lbl05.gif) no-repeat 0 0;}

#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;
}

/* コンテンツ
---------------------------------------------------- */
#content {
  margin: 10px 10px 0 248px;
  padding-bottom: 3em;
  border-bottom: 1px solid #cccccc;
}
#content h1 {
  margin: 0;
  padding-bottom: 11px;
  border-bottom:1px solid #cccccc;
  font-size: small;
}
#content h1 img {
  vertical-align: bottom;
}
#content h2 {
  margin: 2em 0 0;
  font-size: x-small;
  font-weight: normal;
  color: #ff9900;
  background: transparent;
}
#content p {
  font-size: x-small;
  line-height: 1.6;
}
#content .lead p {
  font-size: small;
  line-height: 1.3;
  color: #3366ff;
  background: transparent;
}
#content h2+p {
  margin-top: 0.3em;
}

/* サブ・ナビゲーション
---------------------------------------------------- */
ul#subnav  {
  position: absolute;
  top: 42px;
  right: 15px;
  margin: 0;
  padding: 0 0 0 250px;			/* ■ロゴと重ならないための余白を確保 */
  list-style: none;
  text-align: right;
  font-size: x-small;
  line-height: 1.5;
}
ul#subnav li {
  display: inline;
  padding-left: 1em;
  text-transform: uppercase;
  vertical-align: top;
}

/* フッタ
---------------------------------------------------- */
#footer {
  clear: both;
}
#footer ul {
  margin: 0;
  padding: 10px 10px;
  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: 10px 0;
  vertical-align: middle;
  text-decoration: none;
}
#footer li#privacy a {
  padding-right: 18px;
  color: #666666;
  background: url(../image/privacy.gif) right no-repeat;
}
#footer li#sitemap a {
  padding-right: 19px;
  color: #666666;
  background: url(../image/sitemap.gif) right no-repeat;
}
#footer li#info a {
  padding-right: 22px;
  color: #666666;
  background: url(../image/info.gif) right no-repeat;
}
#footer p {
  margin: 0;
  padding: 1em 10px;
  text-align: right;
  text-transform: uppercase;
  font-size: x-small;
  color: #ffffff;
  background: #cccccc;
}

