@charset "Shift_JIS";

/* ページ全体の基本レイアウト
---------------------------------------------------- */

body {
  margin: 0;
  padding: 0;
  font-size: small;
  line-height:1.2;
  color: #333;
  background: #fff url(images/bg-body2.jpg) repeat-x;
}
body#home {
  margin: 0;
  padding: 0;
  font-size: small;
  line-height:1.2;
  color: #333;
  background: #fff url(images/bg-body.jpg) repeat-x;
}
body#news {
  margin: 0;
  padding: 0;
  font-size: x-small;
  line-height:1.2;
  color: #333;
  background: #eee url(images/news-bg.jpg);
}
/* PLUSONE
---------------------------------------------------- */
body#plus {
  margin: 0;
  padding: 0;
  font-size: small;
  line-height:1.2;
  color: #333;
  background: #fff;
}

body#plus    h1 { 
  margin-top: 0;
  border-left: 6px solid #CC0000;
  height: 33px;
  text-indent: -9999px;
  background: no-repeat 8px;
  background-image: url(images/h1-plus.gif); }


#plus-container {
  margin: 0 auto;
  padding: 0;
  width: 820px;
  color: #333;
  border:solid 0px #f00;
  background: url(images/bg-container.jpg) repeat-y;
}
#plus-header{
  margin: 0 auto;
  padding: 0 10px;
  width: 800px;
  height: 130px;
  color: #333;
  background: url(images/plus-header.jpg) no-repeat;
  position:relative;
}

#plus-header #logo img {
  position: absolute;
  top:  14px;
  left: 20px;
  border: none;
}

#shop-photo {
  margin: 0 auto;
  padding: 0;
  width: 800px;
  height: 168px;
  border: solid 0px red;
}


#shop-photo img {
  margin: 0;
  padding: 0;
  border: none;
}

#plus-header hr {
  display: none;
  clear: left;
  visibility: hidden;
  height: 0;
  margin: 0;
  border: none;

}

#plus-header ul#nav {
  position: absolute;
  top:  113px;
  right: 10px;
}

#plus-header ul#nav li {
  font-size:xx-small;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  height: 30px;
  float: right;
}
#plus-header ul#nav li a {
  display: block;
  padding: 0;
  height: 30px;
  text-decoration: none;
  background-image: url(images/nav-items.jpg);
  background-repeat: no-repeat;
}
#plus-header ul#nav li#nav-shoplist     { width:  90px; }
#plus-header ul#nav li#nav-menuprice { width:  89px; }
#plus-header ul#nav li#nav-gallery { width:  89px; }
#plus-header ul#nav li#nav-event    { width:  89px; }
#plus-header ul#nav li#nav-link  { width:  89px; }
#plus-header ul#nav li#nav-home  { width:  90px; }

#plus-header ul#nav li#nav-shoplist a     { background-position:      0 0; }
#plus-header ul#nav li#nav-menuprice a { background-position:  -90px 0; }
#plus-header ul#nav li#nav-gallery a { background-position: -179px 0; }
#plus-header ul#nav li#nav-event a    { background-position: -268px 0; }
#plus-header ul#nav li#nav-link a  { background-position: -357px 0; }
#plus-header ul#nav li#nav-home a  { background-position: -446px 0; }

#plus-header ul#nav li#nav-shoplist a:hover     { background-position:      0 50%; }
#plus-header ul#nav li#nav-menuprice a:hover { background-position:  -90px 50%; }
#plus-header ul#nav li#nav-gallery a:hover { background-position: -179px 50%; }
#plus-header ul#nav li#nav-event a:hover    { background-position: -268px 50%; }
#plus-header ul#nav li#nav-link a:hover  { background-position: -357px 50%; }
#plus-header ul#nav li#nav-home a:hover  { background-position: -446px 50%; }

#plus-header ul#nav li#nav-shoplist.current-page     { background: url(images/nav-items.jpg)      0 100%; }
#plus-header ul#nav li#nav-menuprice.current-page { background: url(images/nav-items.jpg)  -90px 100%; }
#plus-header ul#nav li#nav-gallery.current-page { background: url(images/nav-items.jpg) -179px 100%; }
#plus-header ul#nav li#nav-event.current-page    { background: url(images/nav-items.jpg) -268px 100%; }
#plus-header ul#nav li#nav-link.current-page  { background: url(images/nav-items.jpg) -357px 100%; }
#plus-header ul#nav li#nav-home.current-page  { background: url(images/nav-items.jpg) -446px 100%; }

#plus-content {
  padding: 10px;
  width: 800px;
  height:auto;
  color: #333;
  background: url(images/bg-content.jpg) no-repeat;
 
}
#plus-content hr {
  display: none;
  clear: left;
  visibility: hidden;
  height: 0;
  margin: 0;
  border: none;

}


#plus-footer {
  padding: 9px 10px 40px 10px;
  margin: 0;
  width: 800px;
  height: 70px;
  color: #000;
  background: url(images/plus-footer.jpg) no-repeat bottom;
}

#plus-footer {
  position: relative;
}
#plus-footer {
  font-size: x-small;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#plus-footer ul#footnav li#footnav-pagetop {
  font-size:xx-small;
  position: absolute;
  right: 30px;
  bottom: 44px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-indent: -9999px;
  width:65px;
  height: 12px;
  text-decoration: none;
  background-image: url(images/plus-item.jpg);
  background-repeat: no-repeat;
}

#plus-footer ul#footnav li#footnav-pagetop a {
  display: block;
  padding: 0;
  height: 12px;
  text-decoration: none;
  background-image: url(images/plus-item.jpg);
  background-repeat: no-repeat;
}

#plus-footer ul#footnav li#footnav-pagetop     { width:  65px; }
#plus-footer ul#footnav li#footnav-pagetop a     { background-position: 0 0; }
#plus-footer ul#footnav li#footnav-pagetop a:hover     { background-position: 0 100%; }

/* newstopics area */

#plus-iframe {
  margin:  0 0 15px 0;
  padding: 0;
  width:  450px;
  height: 85px;
  border: solid 1px #CCCCCC;
  font-size: small;
  color: #333;
  background: #fff;
}


body#plus-news {
  margin: 0;
  padding: 0;
  font-size: x-small;
  line-height:1.5;
  color: #333;
  background: #fff;
}




#ver-zebra
{
	
	font-size: 12px;
	margin: 0px;
	width: 450px;
	text-align: left;
	border-collapse: collapse;
}
#ver-zebra th
{
	font-size: 12px;
	font-weight: normal;
	padding: 2px 2px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #333;
	text-align: center;
}
#ver-zebra td
{
	padding: 2px 2px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #669;
}
.vzebra-top
{
	background: #F9E6EE;
}
#ver-zebra #vzebra-dog
{
	background:  #DCC6D6;
	border-bottom: 1px solid  #D1CCD6;
}

.vzebra-odd
{
	background: #eff2ff;
}
.vzebra-even
{
	background: #e8edff;
}
#ver-zebra #vzebra-adventure, #ver-zebra #vzebra-children
{
	background: #d0dafd;
	border-bottom: 1px solid #c8d4fd;
}
#ver-zebra #vzebra-comedy, #ver-zebra #vzebra-action
{
	background: #dce4ff;
	border-bottom: 1px solid #d6dfff;
}

.caution2 {
	margin: 10px 0 0 0;
	padding: 0px;
	color:#f00;
	font-size: small;
	line-height:1.6em;
}


/* NEWS&TOPICS
---------------------------------------------------- */
body#plus-news a {
  text-decoration:none;
  padding-bottom: 3px;
  color: #CC0000;
}
body#plus-news a:visited {
  color: #660000;
}
body#plus-news a:hover {
  color: #ff7f00;
}

body#plus-news table td.newsdata{
  font-size: x-small;
  line-height:1.5em;
  color: #333;
}
body#plus-news table td.date{
  font-size: x-small;
  color: #333;
}

body#plus #content table td{
  font-size: 12px;
  color: #333;
  line-height:1.5em;
}

/*
---------------------------------------------------- */

#container {
  margin: 0 auto;
  padding: 0;
  width: 820px;
  color: #333;
  border:solid 0px #f00;
  background: url(images/bg-container.jpg) repeat-y;
}
#header #logo {
  margin: 0 auto;
  padding: 0 10px;
  width: 800px;
  height: 100px;
  color: #333;
  background: url(images/bg-header.jpg) no-repeat;
}
#header ul#nav {
  margin: 0;
  padding: 0 10px;
  width: 800px;
  height: 230px;
  color: #333;  background: url(images/bg-nav.jpg) no-repeat;
}
#home #header ul#nav {
  margin: 0;
  padding: 0 10px;
  width: 800px;
  height: 285px;
  color: #333;
  border: solid 0px #f00;
  background: url(images/bg-nav-top.jpg) no-repeat;
}

#content {
  padding: 10px;
  width: 800px;
  color: #333;
  margin:0 auto;
}
#content-inner {
  background: url(images/dot-divider.gif) repeat-y 500px 0;
}
#maincol {
  float: left;
  width: 430px;
  padding: 0px 0 0 32px;

}

#subcol {
  margin: 0 0 0 500px;
  padding: 5px 0 10 30px;
}

#content hr {
  clear: left;
  visibility: hidden;
  height: 0;
  margin: 0;
  border: none;
}


#content2 {
  padding: 10px;
  margin: 0 auto;
  width: 800px;
  color: #333;
  background: url(images/bg-content.jpg) no-repeat;
}
#content2 #flashArea {
  margin: 0 auto;
  padding: 0;
  border: none;
}
/* NEWS&TOPICS
---------------------------------------------------- */
a {
  text-decoration:none;
  padding-bottom: 0.1em;
  color: #7aae00;
}
a:visited {
  color: #777777;
}
a:hover {
  color: #ff7f00;
}

table td.newsdata{
  font-size: x-small;
  line-height:1.2em;
  color: #333;
}
table td.date{
  font-size: x-small;
  color: #333;
}



/* リンク
---------------------------------------------------- */
a.dot {
  text-decoration:none;
  padding-bottom: 0.1em;
  color: #7aae00;
  background: url(images/dot-green.gif) repeat-x bottom;
}
a.dot:visited {
  color: #777777;
  background: url(images/dot-gray.gif) repeat-x bottom;
}
a.dot:hover {
  color: #ff7f00;
  background: url(images/dot-orange.gif) repeat-x bottom;
}

/* ヘッダ
---------------------------------------------------- */
#header {
  position: relative;
}
#header #logo img {
  position: absolute;
  top:  20px;
  left: 20px;
  border: none;
}

#header #flashArea {
  position: absolute;
  top:  133px;
  left: 10px;
  margin: 0 auto;
  padding: 0;
  border: none;
}

#header #shop-photo {
  position: absolute;
  top:  155px;
  left: 0px;
  margin: 0;
  padding: 0;
  width: 800px;
  height: 168px;
  border: solid 0px red;
}


#header #shop-photo img {
  margin: 0;
  padding: 0;
  border: none;
}

#header hr {
  display: none;
  clear: left;
  visibility: hidden;
  height: 0;
  margin: 0;
  border: none;

}
#header #shop-photo {
  position: absolute;
  top:  155px;
  left: 10px;
  margin: 0;
  padding: 0;
  width: 800px;
  height: 168px;
  border: solid 0px red;
}


#header #shop-photo img {
  float: left;
  padding: 0px 15px 0px 0px;
  border: none;
}

/* ナビゲーション
---------------------------------------------------- */
#header ul#nav li {
  font-size:xx-small;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  height: 30px;
  float: right;
}
#header ul#nav li a {
  display: block;
  padding: 0;
  height: 30px;
  text-decoration: none;
  background-image: url(images/nav-items.jpg);
  background-repeat: no-repeat;
}
#header ul#nav li#nav-shoplist     { width:  90px; }
#header ul#nav li#nav-menuprice { width:  89px; }
#header ul#nav li#nav-gallery { width:  89px; }
#header ul#nav li#nav-event    { width:  89px; }
#header ul#nav li#nav-link  { width:  89px; }
#header ul#nav li#nav-home  { width:  90px; }

#header ul#nav li#nav-shoplist a     { background-position:      0 0; }
#header ul#nav li#nav-menuprice a { background-position:  -90px 0; }
#header ul#nav li#nav-gallery a { background-position: -179px 0; }
#header ul#nav li#nav-event a    { background-position: -268px 0; }
#header ul#nav li#nav-link a  { background-position: -357px 0; }
#header ul#nav li#nav-home a  { background-position: -446px 0; }

#header ul#nav li#nav-shoplist a:hover     { background-position:      0 50%; }
#header ul#nav li#nav-menuprice a:hover { background-position:  -90px 50%; }
#header ul#nav li#nav-gallery a:hover { background-position: -179px 50%; }
#header ul#nav li#nav-event a:hover    { background-position: -268px 50%; }
#header ul#nav li#nav-link a:hover  { background-position: -357px 50%; }
#header ul#nav li#nav-home a:hover  { background-position: -446px 50%; }

#header ul#nav li#nav-shoplist.current-page     { background: url(images/nav-items.jpg)      0 100%; }
#header ul#nav li#nav-menuprice.current-page { background: url(images/nav-items.jpg)  -90px 100%; }
#header ul#nav li#nav-gallery.current-page { background: url(images/nav-items.jpg) -179px 100%; }
#header ul#nav li#nav-event.current-page    { background: url(images/nav-items.jpg) -268px 100%; }
#header ul#nav li#nav-link.current-page  { background: url(images/nav-items.jpg) -357px 100%; }
#header ul#nav li#nav-home.current-page  { background: url(images/nav-items.jpg) -446px 100%; }


/* サブナビゲーション
---------------------------------------------------- */

#header ul#subnav li#subnav-sitemap {
  font-size:xx-small;
  position: absolute;
  top:  9px;
  right: 206px;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  height: 15px;
}

#header ul#subnav li#subnav-sitemap a {

  display: block;
  margin: 0;
  padding: 0;
  height: 15px;
  text-decoration: none;
  background-image: url(images/subnav-items.jpg);
  background-repeat: no-repeat;
}

#header ul#subnav li#subnav-sitemap     { width:  66px; }
#header ul#subnav li#subnav-sitemap a     { background-position: 0 0; }
#header ul#subnav li#subnav-sitemap a:hover     { background-position: 0 100%; }
#header ul#subnav li#subnav-sitemap.current-page     { background: url(images/subnav-items.jpg)  0 100%; }

#header ul#subnav li#subnav-contact {
  font-size:xx-small;
  position: absolute;
  top:  9px;
  right: 75px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-indent: -9999px;
  height: 14px;
  text-decoration: none;
  background-image: url(images/subnav-items2.jpg);
  background-repeat: no-repeat;
}

#header ul#subnav li#subnav-contact a {
  display: block;
  margin: 0;
  padding: 0;
  height: 14px;
  text-decoration: none;
  background-image: url(images/subnav-items2.jpg);
  background-repeat: no-repeat;
}

#header ul#subnav li#subnav-contact     { width:  83px; }
#header ul#subnav li#subnav-contact a     { background-position: 0 0; }
#header ul#subnav li#subnav-contact a:hover     { background-position: 0 100%; }
#header ul#subnav li#subnav-contact.current-page     { background: url(images/subnav-items2.jpg)  0 100%; }

/* ショップナビゲーション
---------------------------------------------------- */

#header ul#shopnav li#shopnav-minamirinkan {
  font-size:xx-small;
  position: absolute;
  top:  137px;
  left: 280px;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  height: 16px;
}

#header ul#shopnav li#shopnav-minamirinkan a {

  display: block;
  margin: 0;
  padding: 0;
  height: 16px;
  text-decoration: none;
  background-image: url(images/shopnav-items.jpg);
  background-repeat: no-repeat;
}

#header ul#shopnav li#shopnav-minamirinkan     { width:  105px; }
#header ul#shopnav li#shopnav-minamirinkan a     { background-position: 0 0; }
#header ul#shopnav li#shopnav-minamirinkan a:hover     { background-position: 0 100%; }
#header ul#shopnav li#shopnav-minamirinkan.current-page     { background: url(images/shopnav-items.jpg)  0 100%; }

#header ul#shopnav li#shopnav-tsukimino {
  font-size:xx-small;
  position: absolute;
  top:  137px;
  left: 400px;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  height: 16px;
}

#header ul#shopnav li#shopnav-tsukimino a {

  display: block;
  margin: 0;
  padding: 0;
  height: 16px;
  text-decoration: none;
  background-image: url(images/shopnav-items2.jpg);
  background-repeat: no-repeat;
}

#header ul#shopnav li#shopnav-tsukimino     { width:  105px; }
#header ul#shopnav li#shopnav-tsukimino a     { background-position: 0 0; }
#header ul#shopnav li#shopnav-tsukimino a:hover     { background-position: 0 100%; }
#header ul#shopnav li#shopnav-tsukimino.current-page     { background: url(images/shopnav-items2.jpg)  0 100%; }


#header ul#shopnav li#shopnav-ebina {
  font-size:xx-small;
  position: absolute;
  top:  137px;
  left: 500px;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  height: 16px;
}

#header ul#shopnav li#shopnav-ebina a {

  display: block;
  margin: 0;
  padding: 0;
  height: 16px;
  text-decoration: none;
  background-image: url(images/shopnav-items3.jpg);
  background-repeat: no-repeat;
}

#header ul#shopnav li#shopnav-ebina     { width:  105px; }
#header ul#shopnav li#shopnav-ebina a     { background-position: 0 0; }
#header ul#shopnav li#shopnav-ebina a:hover     { background-position: 0 100%; }
#header ul#shopnav li#shopnav-ebina.current-page     { background: url(images/shopnav-items3.jpg)  0 100%; }



/* メインコンテンツ
---------------------------------------------------- */
#maincol p, #maincol dd {
  line-height: 1.5;
}

#maincol dl.lead {
  margin: 0 0 40px;
  padding: 25px 0 0;
  position: relative;
  color: #333;
  background: url(images/lead-top.gif) no-repeat;
  width: 100%;    /* この指定がないとIEではdt要素の位置がおかしくなる */
}
#iframe {
  margin:  0 auto;
  padding: 0;
  width:  405px;
  height: 270px;
  border: solid 0px;
  font-size: small;
  color: #333;
  background: #eee url(images/news-bg.jpg);
}

#maincol dl.lead dd {
  margin: 0;
  padding: 0 0 20px;
  color: #333;
  background: #eeeeee url(images/lead-bottom.gif) no-repeat bottom;
}

#maincol dl.lead dt {
  margin: 0;
  padding: 0;
  width:  73px;
  height: 73px;
  position: absolute;
  bottom: -29px;
  right:  -25px;
  text-indent: -9999px;
  background: url(images/new.gif) no-repeat;
}
html>body #maincol dl.lead dt {      /* 新しいブラウザにはPNG画像を表示 */
  background-image: url(images/new.png);
}

h1 {
  margin-top: 0;
  border-left: 6px solid #9ddf00;
  height: 33px;
  text-indent: -9999px;
  background: no-repeat 8px;
}
body#recruit h1 {
  margin-top: 0;
  border-left: 6px solid #9ddf00;
  height: 53px;
  text-indent: -9999px;
  background: no-repeat 8px;
}
body#home     h1 { background-image: url(images/h1-top.gif); }
body#minamirinkan h1 { background-image: url(images/h1-minamirinkan.gif); }
body#tsukimino h1 { background-image: url(images/h1-tsukimino.gif); }
body#ebina    h1 { background-image: url(images/h1-ebina.gif); }
body#company    h1 { background-image: url(images/h1-company.gif); }
body#price    h1 { background-image: url(images/h1-price.gif); }
body#recruit    h1 { background-image: url(images/h1-recruit.gif); }


/* サイドバー
---------------------------------------------------- */
#subcol h2 a {
  display: block;
  margin: 0 auto;
  padding: 0;
  width:265px;
  height: 125px;
  text-indent: -9999px;
  text-decoration: none;
  background-image: url(images/h2.jpg);
  background-repeat: no-repeat;
}

#subcol h3 {
  display: block;
  margin: 0 auto;
  padding: 0;
  width:265px;
  height: 90px;
  text-indent: -9999px;
  text-decoration: none;
  background-image: url(images/h3.jpg);
  background-repeat: no-repeat;
}

#subcol h4 {
  display: block;
  margin: 0 auto;
  padding: 0;
  width:265px;
  height: 157px;
  text-indent: -9999px;
  text-decoration: none;
  background-image: url(images/h4.jpg);
  background-repeat: no-repeat;
}
#subcol h5 a{
  display: block;
  margin: 0 auto;
  padding: 0;
  width:265px;
  height: 100px;
  text-indent: -9999px;
  text-decoration: none;
  background-image: url(images/h5.jpg);
  background-repeat: no-repeat;
}

#subcol h6 a{
  display: block;
  margin: 0 auto;
  padding: 0;
  width:265px;
  height: 125px;
  text-indent: -9999px;
  text-decoration: none;
  background-image: url(images/plusone.jpg);
  background-repeat: no-repeat;
}


#subcol img {
  margin: 0 auto;
  padding: 0px 5px 5px 10px;
}
#subcol a img{
  list-style: none;
  border: none;
}


#subcol ul {
  margin: 0;
  padding: 0 0 1em 0;
  list-style: none;
}
#subcol li {
  margin: 0;
  padding: 0 0 0 15px;
  line-height: 1.7;
  color: #333;
  background: url(images/marker.gif) no-repeat 0 0.5em;
}


/* フッタ
---------------------------------------------------- */
#footer {
  padding: 9px 10px 40px 10px;
  margin: 0;
  width: 800px;
  height: 70px;
  color: #000;
  background: url(images/bg-footer.jpg) no-repeat bottom;
}

#footer {
  position: relative;
}
#footer {
  font-size: x-small;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer ul#footnav li#footnav-pagetop {
  font-size:xx-small;
  position: absolute;
  right: 33px;
  bottom: 44px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-indent: -9999px;
  height: 12px;
  text-decoration: none;
  background-image: url(images/footnav-item.jpg);
  background-repeat: no-repeat;
}

#footer ul#footnav li#footnav-pagetop a {
  display: block;
  padding: 0;
  height: 12px;
  text-decoration: none;
  background-image: url(images/footnav-item.jpg);
  background-repeat: no-repeat;
}

#footer ul#footnav li#footnav-pagetop     { width:  65px; }
#footer ul#footnav li#footnav-pagetop a     { background-position: 0 0; }
#footer ul#footnav li#footnav-pagetop a:hover     { background-position: 0 100%; }

#footer ul#footnav li#footnav-company {
  font-size:xx-small;
  position: absolute;
  right: 138px;
  bottom: 44px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-indent: -9999px;
  height: 12px;
  text-decoration: none;
  background-image: url(images/footnav-item2.jpg);
  background-repeat: no-repeat;
}

#footer ul#footnav li#footnav-company a {
  display: block;
  padding: 0;
  height: 12px;
  text-decoration: none;
  background-image: url(images/footnav-item2.jpg);
  background-repeat: no-repeat;
}

#footer ul#footnav li#footnav-company     { width:  121px; }
#footer ul#footnav li#footnav-company a     { background-position: 0 0; }
#footer ul#footnav li#footnav-company a:hover     { background-position: 0 100%; }
#footer ul#footnav li#footnav-company.current-page     { background: url(images/footnav-item2.jpg)  0 100%; }


#footer ul#footnav li#footnav-recruit {
  font-size:xx-small;
  position: absolute;
  right: 300px;
  bottom: 44px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-indent: -9999px;
  height: 12px;
  text-decoration: none;
  background-image: url(images/footnav-item3.jpg);
  background-repeat: no-repeat;
}

#footer ul#footnav li#footnav-recruit a {
  display: block;
  padding: 0;
  height: 12px;
  text-decoration: none;
  background-image: url(images/footnav-item3.jpg);
  background-repeat: no-repeat;
}

#footer ul#footnav li#footnav-recruit     { width:  66px; }
#footer ul#footnav li#footnav-recruit a     { background-position: 0 0; }
#footer ul#footnav li#footnav-recruit a:hover     { background-position: 0 100%; }
#footer ul#footnav li#footnav-recruit.current-page     { background: url(images/footnav-item3.jpg)  0 100%; }


/* 料金表
---------------------------------------------------- */
.clear {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.cmenu {
	width: 450px;
	margin: 0px;
	padding: 0px;
  border: solid 0px #ede;
}

.cmenu dt {
	float: left;
	width: 250px;
	padding: 0px 0px 0px 15px;
  border-bottom: solid 0px red;
}
.cmenu dd {
	margin-left: 290px;
	padding: 0px 15px 0px 0px;
  border-bottom: solid 0px red;
}

.cmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.m-price {
	margin: -20px;
	padding: 0px 20px 0px 0px;
	float:right;
  border: solid 0px red;
}


.caution {
	margin: 0px;
	padding: 10px 10px;
	color:#f00;
	font-size: x-small;
}

/* リンクページ設定
---------------------------------------------------- */
#content3 {
  padding: 10px;
  width: 800px;
  color: #333;
  background: url(images/bg-content.jpg) no-repeat;
}

#clients1 {
  float: left;
  width: 360px;
  margin: 0px 0px 10px 0px;
  padding: 0px 10px 10px 20px;

}
#ceo{
	text-align:right;
	font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "平成明朝";
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}


#clients2 {
  float: right;
  width: 360px;
  margin: 0px 0px 10px 0px;
  padding: 0px 20px 10px 10px;
}

#content3 hr {
  clear: both;
  visibility: hidden;
  height: 0;
  margin: 0;
  border: none;
}

#content3 h2 {
  margin: 2em 0 0.3em;
  padding: 0px 0px 0px 5px;
  font-size: small;
  font-weight: normal;
  color: #666666;
  background: transparent;
  border-bottom: solid 1px #999999;
  border-left: solid 5px #999999;
  background:#ededed;
}

.sub{
	font-size: medium;
	color: #66CC00;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pro";
}
.info{
	font-size: small;
	color: #333333;
	font-weight: normal;
	padding: 2px;
	width: 350px;
	border: 1px solid #66CC00;
}



/* 問い合わせフォーム
---------------------------------------------------- */
#content4 {
  padding: 10px;
  width: 800px;
  color: #333;
  background: url(images/bg-content.jpg) no-repeat;
}
#main2 {
  margin: 0 auto;
  padding: 0;
  font-size: small;
  width: 700px;
  color: #333;
  border: 0px solid #cccccc;
}

#content4 h2 {
  margin: 0 0 1em;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  font-size: small;
  background: #ededed;

}

#content4 .lead p {
  margin: 0 auto;
  padding: 0;
  width: 700px;
  text-align: left;
  line-height: 1.4;
  font-size: small;
  color: #666666;
}
#thanks {
  margin: 15px auto;
  width: 600px;
  height: 250px;
  border: 1px solid #cccccc;
}

#thanks p {
  margin: 0;
  text-align: center;
  line-height: 1.4;
  font-size: small;
  color: #666666;
  background: transparent;
}

#content4 hr {
  clear: both;
  visibility: hidden;
  height: 0;
  margin: 0;
  border: none;
}
/* テーブル
---------------------------------------------------- */

#content4#main table {
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  width: 600px;
  border: 1px solid #666666;
  border-collapse: collapse;
}
#content4#main table td {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 15px;
  text-align: left;
  line-height: 1.6;
  font-size: small;
  color: #666666;
  border-bottom: 1px dotted #726d6b;
}


#content4#main table th{
  width: 185px;
}




/* フォーム設定
---------------------------------------------------- */
form {
  margin: 0;
  font-size: small;
}
fieldset {
  margin: 0;
  padding: 0.5em 0 1.3em 0;
  border-width: 1px;
  border-color: #726d6b;
  border-style: none none dotted none;
}
fieldset#last {
  border-bottom: none;
}
.label {
  clear: left;
  display: block;
  padding-top: 0.8em;
  padding-left: 10px;
  float: left;
  width: 150px;
  line-height: 1em;
  font-size: small;
  color: #666666;
}
.control {
  display: block;
  margin: 0 0 0 160px;
  padding-top: 0.8em;
  line-height: 1em;
  font-size: small;
  color: #666666;
}
input, select, textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #aaaa94 #dfdfd6 #dfdfd6 #aaaa94;
  vertical-align: middle;
  color: #696969;
  background: #f1f1ed;
}
input.radio {
  border-style: none;
  color: #000000;
  background: transparent;
}

.label-m {
  clear: left;
  display: block;
  padding-top: 0.8em;
  padding-left: 12px;
  float: left;
  width: 120px;
  line-height: 2em;
}

input.req1, select.req1 {
  border-style: solid;
  border-width: 2px;
  border-color: #9999FF;
  vertical-align: middle;
  color: #696969;
  background: #f6f6f2;
}
input.req2 {
  border-style: dashed;
  border-width: 2px;
  border-color: #9999FF;
  vertical-align: middle;
  color: #696969;
  background: #f6f6f2;
}

input:focus, select:focus, textarea:focus {
  background: #ffffff;
}

/* 入力部品の幅設定
---------------------------------------------------- */
#mail, #city, #city2, #number, #bldg, #comment {
  width: 360px;
}
#name1, #name2 {
  width: 180px;
}
#year, #month, #day {
  width: 70px;
}
#post1, #post2 {
  width: 60px;
}
#state {
  width: 120px;
}
#tel1, #fax1, #handy, #tel2 {
  width: 150px;
}


/* 送信ボタン
---------------------------------------------------- */

#submit {
  margin: 0 auto;
  color: #444444;
  text-align: center;
}

#submit input {
  margin: 15px auto;
  border-width: 2px;
  border-color: #ffb87c #d26000 #d26000 #ffb87c;
  width: 10em;
  vertical-align: middle;
  color: #ffffff;
  background: #ff7400;
}


