@charset "shift_jis";
/* CSS Document */

body {
  min-width: 910px;
}

a:hover img {
  filter: Alpha(opacity=70);
  opacity: 0.7;
}

*a:hover img.nover {
  filter: Alpha(opacity=100);
  opacity: 0.7;
}

/* =========================================================
header
========================================================= */
div#header {
  height: 165px;
  background: url(../img/bg_hdr.gif) repeat-x top;
}

div#header h1 {
  width: 900px;
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
}

div#header div.wrap {
  width: 900px;
  height: 60px;
  padding: 10px 0;
  margin: 0 auto;
  background: url(../img/bg_hdrwrap.png) no-repeat left center;
}

p#hdrLogo {
  width: 404px;
  height: 60px;
  padding-left: 65px;
  float: left;
}

ul#hdrList {
  float: left;
  width: 124px;
  height: 50px;
  padding-left: 20px;
  margin: 5px 0 0 10px;
  background: url(../img/bg_hdrlist.gif) no-repeat;
}

ul#hdrList li {
  padding-left: 15px;
  background: url(../img/ico_pointer01.gif) no-repeat left center;
  font-size: 13px;
  line-height: 24px;
}

p#hdrTel {
  float: right;
}

/* =========================================================
nav
========================================================= */
div#nav {
  clear: both;
  width: 100%;
  height: 55px;
  background: url(../img/bg_nav.png) repeat-x top;
  overflow: hidden;
}

div#nav ul {
  width: 900px;
  margin: 0 auto;
}

div#nav ul li {
  float: left;
  height: 55px;
}

/* =========================================================
wrapper
========================================================= */
div#wrapper {
  width: 100%;
  background: #f4f5f6 url(../img/bg_wrapper.png) repeat-x top;
}

/* =========================================================
container
========================================================= */
div#container {
  width: 900px;
  margin: 0 auto;
  padding: 0 5px;
  background: url(../img/bg_container.png) repeat-y center;
}

/* =========================================================
slideshow
========================================================= */
div#slideImg {
  width: 900px;
  height: 280px;
  margin: 0px auto;
  background: url(../img/bg_slide.png) no-repeat;
  float: left;
  display: inline;
}

div#slideshow {
  width: 860px;
  height: 250px;
  position: relative;
  top: 15px;
  left: 20px;
}

div#slideshow img {
  position: absolute;
  z-index: 8;
  opacity: 0;
}

div#slideshow img.active {
  z-index: 10;
  opacity: 1;
}

div#slideshow img.last-active {
  z-index: 9;
}

/* =========================================================
topicpath
========================================================= */
p#topicpath {
  clear: both;
  width: 835px;
  height: 40px;
  margin: 0 auto;
  padding-left: 25px;
  line-height: 40px;
  background: url(../img/bg_topicpath.png) no-repeat left center;
}

p#topicpath a {
  color: #000;
  text-decoration: none;
}

p#topicpath a:hover {
  color: #999;
  text-decoration: underline;
}

/* =========================================================
side
========================================================= */
div#side {
  float: left;
  width: 190px;
  padding-left: 20px;
  margin-bottom: 20px;
}

/* =========================================================
snav
========================================================= */
div#snav {
  margin: 30px 0;
  background: #104f94 url(../img/bg_snav01.png) repeat-x top;
}

div#snav ul {
  padding-bottom: 2px;
}

div#snav ul li {
  width: 186px;
  margin: 0 auto;
  background: url(../img/bg_snav02.png) no-repeat;
}

div#snav ul li a {
  height: 40px;
  padding-left: 25px;
  line-height: 40px;
  color: #000;
  text-decoration: none;
  display: block;
}

div#snav ul li a:hover {
  color: #999;
  text-decoration: underline;
}

/* =========================================================
contents
========================================================= */
div#contents {
  float: right;
  width: 650px;
  padding-right: 20px;
  margin-bottom: 30px;
}

div#btmContact {
  clear: both;
  width: 645px;
  height: 90px;
  padding-left: 5px;
  background: url(../img/bg_contact01.png) no-repeat;
}

div#btmContact p {
  float: left;
  padding: 15px 0 0 10px;
}

p#pagetop {
  clear: both;
  height: 32px;
  padding: 5px 0 0;
  background: url(../img/bg_pagetop.png) repeat-x;
  text-align: right;
}
/* =========================================================
subContents
========================================================= */
div#subContents {
  background: url(../img/bg_sub01.gif) repeat-y;
  margin-bottom: 20px;
}

div#subContents div.wrap {
  width: 610px;
  padding: 0 20px 20px;
  background: url(../img/bg_sub02.gif) no-repeat bottom;
  text-align: center;
}

/* =========================================================
information
========================================================= */
div#information {
  width: 900px;
  padding: 0 0 10px;
  background: url(../img/bg_info.png) repeat;
}

/* =========================================================
info
========================================================= */
div#info {
  height: 50px;
  padding: 10px 0;
}

div#info p {
  float: left;
  padding: 0 10px;
}

div#info ul {
  float: left;
  width: 124px;
  height: 50px;
  margin: 0 10px 0 5px;
  padding-left: 20px;
  background: url(../img/bg_infolist.png) no-repeat;
}

div#info ul li {
  padding-left: 15px;
  background: url(../img/ico_pointer01.gif) no-repeat left center;
  font-size: 13px;
  line-height: 24px;
}

/* =========================================================
aboutus
========================================================= */
div#aboutus {
  clear: both;
  width: 860px;
  margin: 0 auto;
  background: url(../img/bg_aboutus01.png) repeat-y;
}

div#aboutus div.wrap {
  width: 820px;
  padding: 5px 20px 15px;
  background: url(../img/bg_aboutus02.png) no-repeat bottom;
  overflow: hidden;
}

/* =========================================================
company
========================================================= */
div#company {
  float: left;
  width: 400px;
}
div#company dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 23px;
}
div#company dl dt {
  width: 17.5%;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}

div#company dl dd {
  width: 82.5%;
  font-size: 12px;
  border-bottom: 1px dotted #ccc;
}

.mg10 {
  margin: 10px 0 0;
  padding: 0 0 10px;
}

/* =========================================================
accessMap
========================================================= */
div#accessMap {
  float: right;
}

div#accessMap p {
  font-size: 11px;
  text-align: right;
}

/* =========================================================
ftrNav
========================================================= */
#ftrNav {
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
}

#ftrNav a {
  color: #000;
  text-decoration: none;
  padding: 0 10px 0 15px;
  background: url(../img/ico_pointer02.gif) no-repeat left center;
}

#ftrNav a:hover {
  color: #999;
  text-decoration: underline;
}

/* =========================================================
footer
========================================================= */
div#footer {
  background-color: #0070ce;
}

/* =========================================================
ftrLink
========================================================= */
div#ftrLink {
  width: 900px;
  margin: 0 auto;
  padding: 20px 0;
}

div#ftrLink p {
  padding-right: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
}

div#ftrLink p a {
  color: #fff;
  text-decoration: none;
}

div#ftrLink p a:hover {
  color: #cae8ff;
  text-decoration: underline;
}
