/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
/*==============RESET END===============*/

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}

a {
  color: #009;
}
a:hover {
  text-decoration: none;
}

#wrapper {
  width: 980px;
  margin: 0 auto;
  color: #333;
  line-height: 150%;
}

div#headerWrapper {
  background: url(../img/com_header_navi_bg.jpg) repeat-x top;
  height: 190px;
  width: 100%;
  padding-top: 10px;
}

#header {
  width: 980px;
  margin: 0 auto;
}
#header h1 a {
  float: left;
  display: block;
  width: 342px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/header_logo.jpg);
  margin-top: 18px;
}
#header p {
  background: url(../img/header_tel.jpg) no-repeat;
  width: 230px;
  height: 27px;
  float: right;
  padding-top: 71px;
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 1px;
}
#header ul {
  clear: both;
}
#header ul li {
  display: inline;
}
#header ul li a {
  display: block;
  width: 120px;
  height: 57px;
  float: left;
  margin-right: 23px;
  text-indent: -9999px;
  overflow: hidden;
}
#header ul li:last-child a {
  margin-right: 0px;
}
#header a#navigationAssess {
  background: url(../img/com_header_navi_01.jpg) no-repeat;
}
#header a#navigationHowtobuy {
  background: url(../img/com_header_navi_02.jpg) no-repeat;
}
#header a#navigationReview {
  background: url(../img/com_header_navi_03.jpg) no-repeat;
}
#header a#navigationFaq {
  background: url(../img/com_header_navi_04.jpg) no-repeat;
}
#header a#navigationShop {
  background: url(../img/com_header_navi_05.jpg) no-repeat;
}
#header a#navigationCompany {
  background: url(../img/com_header_navi_06.jpg) no-repeat;
}
#header a#navigationContact {
  background: url(../img/com_header_navi_07.jpg) no-repeat;
}
/*=====Left Navigation=====*/

#leftNavigation {
  width: 240px;
  float: left;
}
#leftNavigation ul {
}
#leftNavigation a {
  display: block;
  width: 240px;
  text-indent: -9999px;
  overflow: hidden;
  margin-bottom: 20px;
}
#leftNavigation a#leftnaviAssess {
  background: url(../img/com_left_banner01.jpg) no-repeat;
  height: 200px;
}
#leftNavigation a#leftnaviColor {
  background: url(../img/com_left_banner02.jpg) no-repeat;
  height: 150px;
}
#leftNavigation a#leftnaviGreeting {
  background: url(../img/com_left_banner03.jpg) no-repeat;
  height: 138px;
}
#leftNavigation a#leftnaviFaq {
  background: url(../img/com_left_banner04.jpg) no-repeat;
  height: 176px;
}
#leftNavigation a#leftnaviReview {
  background: url(../img/com_left_banner05.jpg) no-repeat;
  height: 174px;
}
#leftNavigation li#leftnaviFrame {
  padding: 110px 10px 10px 10px;
  background: url(../img/com_left_frame.jpg) no-repeat;
  font-size: 13px;
  height: 150px;
  margin-bottom: 5px;
}
#mainContents {
  position: relative;
  width: 720px;
  margin-left: 20px;
  float: right;
}

#topPagelink {
  text-align: right;
  clear: both;
  padding-top: 20px;
}
#topPagelink a {
  background: #ccc;
  padding: 8px;
  color: #333;
  text-decoration: none;
  --webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#topPagelink a:hover {
  text-decoration: underline;
}

#footerContents {
  clear: both;
  width: 100%;
  background: #ccc;
  padding: 5px 0;
}
#footerContents div {
  width: 980px;
  margin: 10px auto;
  padding: 5px 0;
  height: 30px;
  font-size: 14px;
}

#footerContents ul {
  float: left;
  width: 580px;
}

#footerContents li {
  display: inline;
  margin-right: 1em;
  padding-right: 1em;
  border-right: 2px solid #666;
}

#footerContents li:last-child {
  border-right: none;
}

#footerContents address {
  float: right;
  width: 400px;
}

/*SNS PARTS*/
#sns_parts {
  width: 240px;
}

#sns_parts ul.business {
  clear: both;
  width: 200px;
  display: flex;
}
#sns_parts ul.business li a {
  display: block;
  margin-bottom: 0.5em;
  text-align: center;
  width: 90px;
}
#sns_parts ul.business img {
  display: block;
  width: 50px;
  margin: 0 auto;
}
#sns_parts ul.business li {
  width: 40%;
  margin: 1em 0;
  list-style: none;
}
