@charset "utf-8";

/* ------------------------------------------------------
��Reset
------------------------------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;

  background-position: center;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  height: 100%;
}

/* ------------------------------------------------------
��cf
------------------------------------------------------ */

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ------------------------------------------------------
��wrapper
------------------------------------------------------ */
#wpr {
  width: 900px;
  margin: 0 auto;
  background-color: #F6EADA;
  background-repeat: repeat;
}

#nwpr {
  background-color: #F6EADA;
  width: 100%;
  min-width: 900px;
  background-repeat: repeat;
}

#hwpr {
  background-image: url(../img/hdrbk03.jpg);
  width: 100%;
  min-width: 900px;
  background-repeat: repeat-x;
}

/* ------------------------------------------------------
��hdr
------------------------------------------------------ */
#hdr {
  width: 970px;
  height: 410px;
  margin: 0 auto;
  background-image: url(../img/hdr03.jpg);
}

.htext {}

#hdr h1 {
  display: block;
  width: 450px;
  height: 100px;
  float: left;
  margin-left: 35px;
  margin-right: 100px;
}

#hdr h1 a {
  display: block;
  width: 450px;
  height: 100px;
}

#hdr ul li {
  width: auto;
  float: left;
  margin: 15px 0px 0px 8px;
}

#hdr a {
  display: block;
}

#hdr ul li a.l1 {
  width: 150px;
  height: 30px;
  background-image: url(../img/list1.png);
  text-indent: -9999px;
  overflow: hidden;
}

#hdr ul li a.l2 {
  width: 150px;
  height: 30px;
  background-image: url(../img/list02.png);
  text-indent: -9999px;
  overflow: hidden;
}

#hdr ul li a.l3 {
  width: 75px;
  height: 30px;
  background-image: url(../img/list3.png);
  text-indent: -9999px;
  overflow: hidden;
}

#nv ul li {
  margin-bottom: 15px;
  margin-left: 10px;
  float: left;
  width: 170px;
}

/* ------------------------------------------------------
��ftr
------------------------------------------------------ */
.ptt {
  margin: 10px 0px 0px 0px;
  float: right;
  clear: both;
}

#fwpr {
  width: 100%;
  background-color: #E9D1B3;
  padding-top: 25px;
  padding-bottom: 50px;
  clear: both;
}

#ftr {
  width: 900px;
  margin: 0 auto;
}

#fwpr address {
  font-size: 14px;
  display: block;
  width: 250px;
  float: left;
  font-style: normal;
  line-height: 1.5em;
  text-align: left;
}

#fwpr address strong {
  font-weight: bold;
  font-size: 18px;
}

.ftrc {
  width: 190px;
  float: left;
  margin-left: 25px;
  padding-top: 10px;
  text-align: left;
  border-top: #999 1px dotted;
}

.ftrc ul li {
  display: block;
  width: 190px;
  height: 30px;
  font-size: 14px;
  padding-top: 7px;
  margin-bottom: 10px;
  border-bottom: #999 1px dotted;
}

.ftrc ul li a {
  margin-left: 40px;
}

.p1 {
  background: url(../img/foot_list_1.gif) no-repeat;
}

.p2 {
  background: url(../img/foot_list_2.gif) no-repeat;
}

.p3 {
  background: url(../img/foot_list_3.gif) no-repeat;
}

.p4 {
  background: url(../img/foot_list_4.gif) no-repeat;
}

.p5 {
  background: url(../img/foot_list_5.gif) no-repeat;
}

.p6 {
  background: url(../img/foot_list_6.gif) no-repeat;
}

.p7 {
  background: url(../img/foot_list_7.gif) no-repeat;
}

.copy {
  font-size: 12px;
  text-align: right;
  clear: both;
}
