@charset "utf-8";

/* -------------------------- CSS指定 目次

  [1]全体のリンク指定
  [2]レイアウト指定
  [3]#header内の各要素指定
  [4]#content内の各要素指定
  [5]#sidebar内の各要素指定
  [6]#undernavi内の各要素指定
  [7]#footer内の各要素指定
  [8]トップページの指定
  [9]各ページ固有指定

Web Magic / www.hp-webmagic.com */


/* -- 一括指定 -- */

* { margin: 0; padding: 0; }

img,img a,img a:hover {
  border: 0;
  text-decoration: none;
}

/* -------------------------- [1]全体のリンク指定 */

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #9900ff;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

a:active {
  color: #ff0000;
  text-decoration: underline;
}

/* -------------------------- [2]レイアウト指定 */

body {
  font-size: 90%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background: url(image/bg-body.jpg) repeat-x 0 0;
}

#wrapper {
  text-align: left;
  margin: 0 auto;
  width: 860px;
}

#header {
  width: 860px;
  height: 310px;
  margin: 0 0 20px;
  position: relative;
  background: url(image/bg-header.jpg) no-repeat 0 100%;
}

#content {
  width: 630px;
  float: right;
}

#home #content {
  width: 860px;
  float: none;
}

#sidebar {
  width: 200px;
  float: left;
  padding-top: 30px;
}

#undernavi {
  clear: both;
  position: relative;
  height: 80px;
  background: url(image/bg-undernavi.jpg) no-repeat 100% 100%;
}

#footer { background: url(image/bg-footer.jpg) repeat-x 0 0; }

#footer-inner {
  width: 860px;
  margin: 0 auto;
  padding: 10px 0 5px;
  background: url(image/bg-footer-inner.jpg) no-repeat 100% 0;
}

/* -------------------------- [3]#header内の各要素指定 */

p.logo {
  text-indent: -9999px;
  width: 220px;
  height: 70px;
  background: url(image/logo.jpg) no-repeat 0 0;
  position: absolute;
  top: 10px;
  left: 0;
}

h1 {
  font-size: 100%;
  font-weight: normal;
  position: absolute;
  top: 50px;
  left: 250px;
}

h2 {
  font-size: 100%;
  font-weight: normal;
  position: absolute;
  bottom: 30px;
  right: 0;
}

#header p.description {
  margin: 0;
  line-height: 1em;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.globalnavi {
  font-size: 90%;
  list-style-type: none;
  width: 660px;
  line-height: 30px;
  position: absolute;
  top: 80px;
  right: 0;
}

.globalnavi li {
  text-align: center;
  float: left;
  width: 132px;
}

.globalnavi a:link,
.globalnavi a:visited {
  text-decoration: none;
  display: block;
  background-color: transparent;
  color: #333;
  background-image: url(image/bg-globalnavi.jpg);
  background-repeat: no-repeat;
}

.navi01 a:link,
.navi01 a:visited {
  font-weight: bold;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  background-color: transparent;
  color: #669900;
}

.navi04 a:link,
.navi04 a:visited { font-size: 90%; }

.navi01 a:link,
.navi01 a:visited,
.navi02 a:link,
.navi02 a:visited,
.navi03 a:link,
.navi03 a:visited,
.navi04 a:link,
.navi05 a:visited { background-position: 0 0; }

.navi05 a:link,
.navi05 a:visited { background-position: -132px 0; }

.globalnavi a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  background-image: url(image/bg-globalnavi.jpg);
  background-repeat: no-repeat;
}

.navi01 a:hover,
.navi02 a:hover,
.navi03 a:hover,
.navi04 a:hover { background-position: 0 -30px; }

.navi05 a:hover { background-position: -132px -30px; }

/* -------------------------- [4]#content内の各要素指定 */

p.topic-path {
  height: 30px;
  margin: 0;
}

p {
  line-height: 1.5em;
  margin: 0 0 1em;
}

h3 {
  font-size: 130%;
  font-weight: normal;
  line-height: 50px;
  margin: 0 0 20px;
  padding-left: 70px;
  background: url(image/bg-h2.jpg) no-repeat 0 0;
}

h3 span {
  padding-left: 5px;
  border-left: 5px solid #360;
}

h4 {
  font-size: 130%;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 1em;
  padding-left: 5px;
  border-left: 5px solid #360;
  color: #360;
}

/* -------------------------- [5]#sidebar内の各要素指定 */


dl.button {
  margin: 0 0 20px;
  background: url(image/bg-button-dl.jpg) repeat-y 0 0;
}

dl.button dt a {
  text-indent: -9999px;
  text-decoration: none;
  width: 200px;
  height: 75px;
  display: block;
  background-image: url(image/bg-button-dt.jpg);
  background-repeat: no-repeat;
}

.button01 a { background-position: 0 0; }
.button02 a { background-position: 0 -75px; }
.button03 a { background-position: 0 -150px; }

dl.button dt a:hover {
  text-decoration: none;
  background-image: url(image/bg-button-dt.jpg);
  background-repeat: no-repeat;
}

.button01 a:hover { background-position: -200px 0; }
.button02 a:hover { background-position: -200px -75px; }
.button03 a:hover { background-position: -200px -150px; }

dl.button dd {
  margin: 0;
  padding: 10px 15px;
  background: url(image/bg-button-dd.jpg) no-repeat 0 100%;
}

dl.button p {
  font-size: 85%;
  line-height: 1.5em;
  margin: 0;
}

p.button-form {
  text-indent: -9999px;
  margin-bottom: 20px;
}

p.button-form a {
  text-decoration: none;
  width: 200px;
  height: 70px;
  display: block;
  background: url(image/bg-button-form.jpg) no-repeat 0 0;
}

p.button-form a:hover { background: url(image/bg-button-form.jpg) no-repeat -200px 0; }

/* -------------------------- [6]#undernavi内の各要素指定 */

#undernavi p {
  text-align: right;
  margin: 0;
}

/* -------------------------- [7]#footer内の各要素指定 */

p.copy {
  text-align: center;
  line-height: 1em;
  margin: 0 0 20px;
  color: #fff;
}

p.copy a:link,
p.copy a:visited,
p.copy a:hover {
  text-decoration: none;
  color: #fff;
}

#footer p.description {
  text-align: right;
  line-height: 1em;
  margin: 0 0 5px;
  color: #fff;
}

address {
  text-align: right;
  font-style: normal;
  line-height: 1.2em;
  color: #fff;
}

address span { display: block; }

/* -------------------------- [8]トップページの指定 */
#top-category {
  font-size: 90%;
  width: 820px;
  height: 220px;
  margin: 0 0 20px;
  padding: 10px 20px;
  overflow: hidden;
  background: url(image/bg-topcategory.jpg)
}

#top-category dl {
  width: 260px;
  float: left;
  margin-right: 20px;
}

#top-category dl.rightbox { margin-right: 0; }

#top-category dt {
  text-indent: -9999px;
  width: 260px;
  height: 40px;
}

#top-category dd {
  width: 230px;
  height: 170px;
  padding: 0 15px 10px;
  overflow: auto;
}

.leftbox dt { background: url(image/bg-topcategory-dt01.jpg) no-repeat 0 0; }
.centerbox dt { background: url(image/bg-topcategory-dt02.jpg) no-repeat 0 0; }
.rightbox dt { background: url(image/bg-topcategory-dt03.jpg) no-repeat 0 0; }
.leftbox dd { background: url(image/bg-topcategory-dd01.jpg) no-repeat 0 0; }
.centerbox dd { background: url(image/bg-topcategory-dd02.jpg) no-repeat 0 0; }
.rightbox dd { background: url(image/bg-topcategory-dd03.jpg) no-repeat 0 0; }

#top-category dd p { margin: 0 0 15px; }

#top-category dd .link {
  text-align: right;
  line-height: 1em;
  margin: 0;
}

#easy-up {
  width: 860px;
  clear: both;
}

iframe#news {
  display: block;
  width: 860px;
  height: 400px;
  border: 0;
  overflow: hidden;
}

/* -------------------------- [9]各ページ固有指定 */
.ol-privacypolicy { margin: 0 0 2em 3em; }

.ol-privacypolicy li {
  line-height: 1.5em;
  margin: 0 0 1em;
}

.ol-privacypolicy p { margin: 0 0 0.5em; }

.dl-info {
  width: 630px;
  padding-bottom: 120px;
  overflow: hidden;
}

.dl-info dt {
  width: 100px;
  float: left;
  clear: left;
  padding: 1em 0;
  color: #006600;
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
}

.dl-info dd {
  width: 530px;
  float: left;
  padding: 1em 0;
  border-bottom: 1px solid #cccccc;
}

.dl-info dt.info-works,
.dl-info dd.info-works {
  height: 200px;
  border-bottom: none;
}


