/* -----------------------------------------------
index.css
----------------------------------------------- */
* {
  font-family: "Verdana", "sans-serif";
}
/* -----------------------------------------------
wordpress css 
----------------------------------------------- */
/* editor */
p {
  display: block;
  margin: 1em 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
  clear: both;
  margin-bottom: 20px;
}
.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
  margin-bottom: 20px;
}
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
  margin-bottom: 20px;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

.img_left {
  float: left;
  margin: 0 20px 10px 10px;
}

.img_right {
  float: right;
  margin: 0 10px 10px 20px;
}

/* a */
a {
  text-decoration: none;
  color: #1c2082;
}

a:hover {
  text-decoration: underline;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* contents */
body {
  margin: 0;
  padding: 0;
  background: url("../img/index/bg_index.jpg") center top;
  background-repeat: repeat-x;
}

div#header {
  height: 204px;
  width: 1000px;
  margin: 0;
}

div#headerLogo {
  margin: 60px 0 0 0;
  padding: 0;
  width: 500px;
  height: 21px;
  float: left;
}

div.headerUtility ul li {
  float: left;
  margin-right: 15px;
  font-size: 12px;
  color: #333;
  list-style: none;
  background: url("../img/common/icon04.gif") left top;
  background-repeat: no-repeat;
  padding-left: 17px;
}

div.headerUtility ul li a {
  color: #333;
}

div.contents div.backnumber {
  width: 120px;
  background: url("../img/common/icon04.gif") left top;
  background-repeat: no-repeat;
  padding-top: -15px;
  padding-left: 17px;
  float: right;
}

div.contents h1 {
  width: 950px;
  height: 30px;
  border-bottom: solid 3px #660099;
  font-size: 18px;
  font-weight: bold;
  color: 333;
  margin: 20px 0;
  padding: 15px 10px 5px 0px;
}

div.contents h2 {
  width: 100%;
  height: 30px;
  background: url("../img/common/kpv_h2.gif") left top;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #fff;
  margin: 30px 0 0 0;
  padding: 10px 10px 10px 45px;
  font-weight: normal;
  clear: both;
}

div.contents h2 a {
  color: #fff;
  text-decoration: underline;
}

div.contents h3 {
  width: 100%;
  height: 30px;
  background: url("../img/common/kpv_h3.gif") left top;
  background-repeat: no-repeat;
  font-size: 15px;
  color: #333;
  margin: 40px 0 0 0;
  padding: 10px 10px 10px 20px;
  clear: both;
}

div.contents h3 a {
  color: #333;
  text-decoration: underline;
}

div.contents p {
  font-size: 14px;
  line-height: 180%;
  margin: 10px;
}

div#main p.subtitle {
  font-size: 20px;
  color: #660099;
  font-weight: bold;
}

div#main p.subtitle01 {
  font-size: 15px;
  color: #333;
  margin-top: 10px;
  font-weight: bold;
  line-height: 180%;
}

div.contents p.subtitle02 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

div.t_right01 {
  width: 950px;
  height: 160px;
  margin-top: 20px;
  padding-top: 10px;
  background: url("../img/index/top_bg.jpg") right top;
  background-repeat: no-repeat;
}

div.contents ul li {
  font-size: 15px;
  line-height: 200%;
  margin: 10px;
}

div.contents dl {
  width: 48%;
  font-size: 85%;
  margin: 20px 10px;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 10px;
}

div.contents dl dt {
  float: left;
  height: 40px;
}

div.contents dl dd {
  margin-left: 110px;
}

div.c_left {
  float: left;
  width: 500px;
}

div.c_right {
  float: right;
  width: 460px;
}

div.c_left02 {
  float: left;
  width: 650px;
}

div.c_right02 {
  float: right;
  width: 310px;
}

div.c_left03 {
  float: left;
  width: 500px;
}

div.c_right03 {
  float: right;
  width: 460px;
  height: 310px;
  background: url("../img/works/photo3_04.jpg") left top;
  background-repeat: no-repeat;
}

div.c_right03 p {
  margin: 240px 10px 0px 10px;
  font-size: 80%;
}

div.c_left04 {
  float: left;
  width: 500px;
}

div.c_right04 {
  float: right;
  width: 460px;
}

div.c_right img {
  margin-left: 15px;
}

div.contacts {
  margin: 30px auto;
  width: 608px;
}

div.option {
  width: 95%;
  margin: 20px auto;
  padding: 10px;
  border: solid 1px #999;
}

div.contents table {
  width: 90%;
  margin: 20px auto;
  line-height: 150%;
}

div.contents table th {
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  background-color: #006699;
  color: #fff;
  font-size: 12px;
  padding: 7px;
}

div.contents table td {
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  font-size: 12px;
  text-align: center;
  padding: 7px;
}

div.contents table th.white {
  background-color: #fff;
}

div.contents table th.blue {
  background-color: #1c2082;
}

div.contents img.ma20 {
  margin-top: 20px;
  margin-bottom: 10px;
  clear: both;
}

div.toback {
  width: 100%;
  height: 47px;
  background: url("../img/works/toback.gif") center top;
  background-repeat: no-repeat;
  margin: 0;
}

div#contents div.toback p {
  font-size: 15px;
  color: 333;
  text-align: center;
  padding-top: 12px;
  font-weight: bold;
}

div#contents div.toback p a {
  color: #333;
}
