@charset "utf-8";

* {
  margin: 0px;
  padding: 0px;
}

a {
  color: #696969;
}

body {
  font-size: 10.5pt;
  font-family: "UD Shin Go Regular", "メイリオ";
  line-height: 150%;
  background-color: #f5f5f5;
}

div#header {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("/img/header.png");
  background-repeat: repeat-x;
  background-position: top center;
  height: 80px;
  padding-left: 5px;
  padding-right: 5px;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

#header h1 {
  font-size: 8pt;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 30px;
}


#header div.logo {
  float: left;
  width: 500px;
  height: 40px;
}

.logo img {
  bottom: 0;
  position: absolute;
}

#header div.company {
  float: left;
  text-align: right;
  width: 600px;
  right: 0;
  height: 40px;
  position: absolute;
}

.company img {
  bottom: 0;
  right: 0;
  position: absolute;
}

.company a, .logo a {
  border: none;
}

div#body {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

div#leftmenu {
  background-color: white;
  float: left;
  width: 270px;
}

div.menulist {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}

#leftmenu a.category, span.category {
  display: block;
  border-bottom: 1px solid #d3d3d3;
  line-height: 35px;
  background-image: url("/img/menu_category.gif");
  background-repeat: no-repeat;
  background-position: 0px 50%;
  padding-left: 20px;
  font-weight: bold;
  font-family: "UD Shin Go Medium", "メイリオ";
}

#leftmenu a.category:hover, a.item:hover {
  background-color: #ffe4e1;
}

#leftmenu a.item, span.item {
  display: block;
  border-bottom: 1px solid #d3d3d3;
  line-height: 35px;
  background-image: url("/img/menu_item.gif");
  background-repeat: no-repeat;
  background-position: 5px 50%;
  padding-left: 25px;
  font-size: 9pt;
}

#leftmenu div.menucaption {
  text-align: center;
  line-height: 35px;
  background-color: #ff9900;
  color: white;
  font-size: 11pt;
  font-weight: bold;
  font-family: "UD Shin Go Medium", "メイリオ";
}

#leftmenu div.linkitem {
  text-align: center;
  padding-top: 5px;
}

.linkitem a, img {
  border: none;
}

div#content {
  background-color: white;
  float: left;
  width: 830px;
}

#content h2.toppage {
  background-image: url("/img/h2.png");
  background-repeat: repeat-x;
  font-size: 12pt;
  line-height: 34px;
  border: 1px solid #d3d3d3;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
}

#content div#pickup {
  width: 810px;
  margin: 10px auto 10px auto;
}

#pickup div.pickupitem {
  float: left;
  width: 400px;
  height: 200px;
  border: 1px dotted #ff9900;
  margin-bottom: 10px;
  cursor: pointer;
}

#pickup div.pickupitem:hover {
  background-color: #ffe4b2;
}

.pickupitem h3 {
  background-image: url("/img/pickup.png");
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 12pt;
  font-weight: bold;
  font-family: "UD Shin Go Medium", "メイリオ";
  line-height: 30px;
  padding-left: 20px;
  margin: 5px;
}


.pickupitem div.pickuparticle {
  position: relative;
}


.pickuparticle img {
  left: 5px;
  top: 0;
  position: absolute;
}

.pickuparticle p {
  left: 110px;
  width: 279px;
  text-indent: 1em;
  position: absolute;
  padding-right: 1px;
  font-size: 11pt;
}

#content div.article {
  padding-left: 5px;
}

#content div#update {
  padding-left: 5px;
}

#update dt {
  background-image: url("/img/dlt.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
  line-height: 30px;
  color: gray;
}

#update dd {
  padding-left: 30px;
  line-height: 30px;
  border-bottom: 1px solid gainsboro;
}

div#footer {
  border-top: 1px #ff9900 solid;
  width: 1100px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-bottom: 3px solid #ff9900;
  font-size: 12px;
}

#footer div#footerlink {
  text-align: center;
  line-height: 35px;
}

#footer div#copyright {
  text-align: right;
  font-size: 8pt;
  line-height: 20px;
  color: #808080;
}

#footer #copyright a {
  color: #808080;
}


div.totop {
  line-height: 30px;
  font-size: 9pt;
  text-align: right;
}

.totop a {
  background-image: url("/img/totop.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  color: #808080;
}

a.icon {
  background-image: url("/img/linkicon.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

/* プライバシーポリシー */
#content ol.policy {
  padding-top: 10px;
  padding-left: 20px;
}

#content .policy li.item {
  padding-bottom: 10px;
}

#content ol.management {
  padding-left: 30px;
}

#content ol.management li {
  padding-bottom: 10px;
}

#content .management ul {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
}

#content .management ul li {
  padding-bottom: 0;
}

#content .management ol.mokuteki {
  margin-left: 20px;
}

#content .management ol.mokuteki li {
  padding-bottom: 0;
}

#content div#privacycontact,#content div#complaincontact {
  width: 98%;
  margin: 0 auto;
}

#content div#privacycontact dt,#content div#complaincontact dt {
  font-weight: bold;
  font-family: "UD Shin Go Medium", "メイリオ";
  font-size: 14px;
}
#content div#complaincontact dd.complainWbtm{
  margin-bottom: 10px;
}

div#map {
  margin-top: 5px;
}