@charset "Shift_JIS";

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

/* ヘッダ
---------------------------------------------------- */
#header {
  width: 777px;
  height: 80px;
  color: #333333;
  background: url(../images/header4.jpg) no-repeat;
}
h1 {
	margin: 0;
	position: absolute;
	left: 0px;
	top: 20px;
	height: 52px;
	width: 260px;
}

/* グローバル・ナビゲーション
---------------------------------------------------- */
#header ul {
  margin: 0;
  list-style: none;
}
#header li {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 33px;
  height: 34px;
  text-indent: -9999px;
}
#header li#top      { left: 300px; width: 108px; }
#header li#about    { left: 408px; width: 87px; }
#header li#ucon01  { left: 498px; width: 112px; }
#header li#ucon02 { left: 610px; width: 85px; }
#header li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  height: 34px;
}
#header li#top a:hover {
  background: url(../images/gnavi.jpg) -29px 0;
}
#header li#about a:hover {
  background: url(../images/gnavi.jpg) -137px 0;
}
#header li#ucon01 a:hover {
  background: url(../images/gnavi.jpg) -227px 0;
}
#header li#ucon02 a:hover {
  background: url(../images/gnavi.jpg) -339px 0;
}

/* 大きな画像
---------------------------------------------------- */
#cover {
  margin: 0 0 0 10px;
}
#cover img {
  vertical-align: bottom;
}
#cover table {
  margin: 4;
  padding: 2;
  width: 732px;
  font-size: small;
}
/* メイン・コンテンツ
---------------------------------------------------- */
#content {
  margin: 14px 0 0 70px;
  width: 600px;			/* ■IE6バグ回避に必要。無いと下に隙間ができる */
}
#content div {
  float: left;
  width: 600px;
}
#content table {
  margin: 0 0 20px;
  cellpadding: 4;
  font-size: small;
  line-height: 1.5;
}
#content h2 {
  margin: 0;
  padding: 0;
  height: 44px;
}


#content p {
  margin: 0 0 20px;
  width: 600px;
  font-size: small;
  line-height: 1.5;
}

/* フッタ
---------------------------------------------------- */
#footer {
  clear: both;
  margin: 0 0 0 10px;
  border-top: 1px solid #cbcbcb;
  position: relative;
  width: 732px;
}
#footer ul {
  margin: 0;
  list-style: none;
}
#footer li {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 8px;
	height: 19px;
	text-indent: -9999px;
	background-image: url(../images/sitemap.gif);
}
#footer li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  height: 19px;
}
#footer li#info    {
  left: 677px;
  width: 55px;
  background: url(../images/info.gif) no-repeat;
}
#footer li#sitemap {
  left: 603px;
  width: 73px;
  background: url(../images/sitemap.gif) no-repeat;
}
#footer li#privacy {
  left: 532px;
  width: 73px;
  background: url(../images/privacy.gif) no-repeat;
}
#footer p {
  margin-top: 10px;
  font-size: x-small;
  color: #666666;
  background: transparent;
}
