@charset "UTF-8";

* {
 margin: 0px;
 padding: 0px;
 margin-left: auto;
 margin-right: auto;
}

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

body {
 margin: 0px;
 padding: 0px;
 background-image: url(../images/head_back.png);
 background-repeat: repeat-x;
 background-color: #dcd7d4;
 font-family: Verdana,'メイリオ','ＭＳ Ｐゴシック'sans-serif;
 text-align: center;
 width: 100%;
 height: 0 auto;
}

/* --IE7用--- */
*:first-child+html body {
 font-family: Verdana,'ＭＳ Ｐゴシック','メイリオ',sans-serif;
}
/* --IE8用--- */
head~/* */body  body {
 font-family: Verdana,'メイリオ','ＭＳ Ｐゴシック',sans-serif;
}

img {
 margin: 0px;
 padding: 0px;
 border: none;
}

table.headtb {
 background-image: url(../images/himg.png);
 background-repeat: no-repeat;
 background-position: center top;
 margin-left: 0 auto;
 margin-right: 0 auto;
}

.headtb {
 text-align: center;
}

.strong {
 font-weight: bold;
 color: #cc0000;
 font-size: 110%;
}

p {
 display:inline;
}


/* ----------------------------------------------------- header --- */

#header{
  background-image: url(../images/head_back.gif);
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 120px;
}

body > #container{
  height: 0 auto;
  width: 100%;
}

span.logo{
  position : absolute;
  top : -999em;
  left : -999em;
}

.headwsize{
 width : 1020px;
 height: 140px;
}

div#header h1{
  margin: -2px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width : 200px;
  height : 114px;
  background : transparent url("../images/logo.png") left top no-repeat;
  float: left;
}

div#header h1 a{
  margin: 0px;
  padding: 0px;
  width : 200px;
  height : 114px;
}

#menuleft {
  float: left;
}

#menuright {
  float: right;
  padding: 63px 0px 0px 0px;
}

#dropmenu{
  z-index: 2;
  list-style-type: none;
  width: 800px;
  height: 20px;
  margin: 0px auto 0px;
  padding: 0;
  background: #dcd7d4;
  border-radius: 3px 3px 0 0;
}

#dropmenu li{
  z-index: 3;
  position: relative;
  width: 16.667%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: 0.1em;
}

#dropmenu li a{
  z-index: 4;
  display: block;
  margin: 0;
  padding: 15px 0 15px;
  color: #41210f;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  background: #ff7400;
  background-image: -webkit-linear-gradient(#dcd7d4, #ccb1a1);
  background-image: -moz-linear-gradient(#dcd7d4, #ccb1a1);
  background-image: -o-linear-gradient(#dcd7d4, #ccb1a1);
  background-image: -ms-linear-gradient(#dcd7d4, #ccb1a1);
  background-image: linear-gradient(#dcd7d4, #ccb1a1);
  border-left: 1px solid #e4dad4;
  border-right: 1px solid #cfc6c0;
  border-bottom: 3px solid #caac9d;
}

#dropmenu li:hover > a.bmenu{
  z-index: 5;
  background: #c8a796;
  color: #fef3ed;
  border-bottom: 3px solid #921717;
}

#dropmenu li:hover > a{
  z-index: 4;
  background: #c8a796;
  color: #fff9f6;
}

#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}

#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}

#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}

#dropmenu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}

#dropmenu li ul li a{
  padding: 13px 15px;
  background: #c8a796;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}

#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #dcd7d4;
  border-bottom: 1px solid #dcd7d4;
}

#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}

#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

.clear {
 clear:both;
}

#footer {
  margin: 0px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 200px;
}