@charset "utf-8";

/* Basic Setting 
====================================================================== */
html {
  overflow-y: scroll;

}

body { 
  font-family: Hiragino Kaku Gothic Pro,Meiryo,MS Gothic,Helvetica,Osaka-mono,sans-serif;
  font-size: 14px;
  line-height: 190%;
  letter-spacing: 1px;
}
h2 {
  font-size: 20px;
}

#container {
  width: 960px;
  margin-right: auto;
  list-style-type: none;
  margin-left: auto;
  background-color: white;
}
/* header
------------------------------------------------------------------*/
#header {
  margin-left: auto;
  padding-bottom: 15px;
  margin-right: auto;
  padding-top: 15px;
  width: 950px;
}
#header_right {
  font-size: 13px;
  float: right;
}
#mainimage {
  margin: 10px auto;
}
/* globalnavi
------------------------------------------------------------------*/
#globalnavi {
  overflow: hidden;
  width: 960px;
}

#globalnavi li {
  height: 40px;
  float: left;
  display: block;
}

#globalnavi a {
  overflow: hidden;
  display: block;
  height: 0px;
  background-repeat: no-repeat;
  padding-top: 40px;
  background-image: url(/image/globalnav.png);
  width: 160px;
}
/*off
----------------------------------------------------*/

.menu1 a {
  background-position: 0 0px;
  width: 160px;
}
.menu2 a {
  background-position: -160px 0;
  width: 160px;
}
.menu3 a {
  background-position: -320px 0;
  width: 160px;
}
.menu4 a {
  background-position: -480px 0;
  width: 160px;
}
.menu5 a {
  background-position: -640px 0;
  width: 160px;
}
.menu6 a {
  background-position: -800px 0;
  width: 160px;
}
/*on
----------------------------------------------------*/
.menu1 a:hover {
  background-position: 0 -40px;
  width: 160px;
}
.menu2 a:hover {
  background-position: -160px -40px;
  width: 160px;
}
.menu3 a:hover {
  background-position: -320px -40px;
  width: 160px;
}
.menu4 a:hover {
  background-position: -480px -40px;
  width: 160px;
}
.menu5 a:hover {
  background-position: -640px -40px;
  width: 160px;
}
.menu6 a:hover {
  background-position: -800px -40px;
  width: 160px;
} 

#home li.menu1 a {
  background-position: 0 -80px;
  width: 160px;
}
#landscape li.menu2 a {
  background-position: -160px -80px;
  width: 160px;
}
#maintenance li.menu3 a {
  background-position: -320px -80px;
  width: 160px;
}
#rental li.menu4 a {
  background-position: -480px -80px;
  width: 160px;
}
#companyguide li.menu5 a {
  background-position: -640px -80px;
  width: 160px;
}
#contact li.menu6 a {
  background-position: -800px -80px;
  width: 160px;
}


/*localnavi
----------------------------------------------------*/
#localnavi {
  width: 200px;
  float: left;
}
#localnavi ul li {
  margin-left: 15px;
  margin-top: 30px;
}
#localnavi li a {
  padding: 5px 5px 5px 20px;
  background-color: #eaeaea;
  display: block;
  color: black;
  text-decoration: none;
  line-height: 1.5em;
}
/*naviicon
----------------------------------------------------*/
#naviicon {
  float: left;
  width: 200px;
  padding-top: 0px;
}
#naviicon img {
  padding-top: 20px;

}
/*contents
------------------------------------------------------------------*/
#content img {
  float: left;
}
#content {
  width: 960px;
  height: 152px;
}
.content-box {
  float: right;
  width: 750px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-box p {
  margin: 20px;
  line-height: 1.5em;
  font-size: 16px;  
}
.bold {
  font-weight: bold;
}
/*garden-box
----------------------------------------------------*/
.garden-box {
  margin-top: 10px;
  margin-right: 30px;
  margin-left: 50px;
  width: 280px;
  float: left;
  background-color: #f4f4f4;
}
.garden-box p {
  font-weight: bold;
}
/*m-box
----------------------------------------------------*/
#m1-box {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  float: left;
  width: 374px;
  height: 299px;
}
#m2-box {
  border-bottom: 1px solid #cccccc;
  float: right;
  width: 375px;
  height: 299px;
}
#m3-box {
  border-right: 1px solid #cccccc;
  height: 300px;
  float: left;
  width: 374px;
}
#m4-box {
 border-left-color: #cccccc;
  height: 300px;
  float: right;
  width: 375px;
}
.img-m {
  float: right;
}
.hm {
  float: left;
  margin-top: 90px;
  margin-left: 50px;
  font-weight: bold;
}
.m {
  padding: 20px 10px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  clear: both;
}
/*rental
----------------------------------------------------*/
.rental_table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 500px;
  font-size: 16px;
}
.rental_table th {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 4px 10px;
  width: 25%;
  text-align: center;
  background-color: #efefef;
}
.rental_table td {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 4px 10px;
  text-align: center;
}
#route {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}
/*mailform
----------------------------------------------------*/
#mailform {
  margin: 30px 30px;
  background-image: url(../image/mailform.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 50px;
}
#mailform p {
  margin-left: 90px;
  font-size: 20px;
}
/*privacy
----------------------------------------------------*/
.privacy {
  border: 4px double #cccccc; 
  width: 600px;
  text-align: left;
  font-size: 15px;
  margin: 20px;
  padding: 10px;
}
.privacy li {
  list-style-position: inside;
  list-style-type: square;
  padding: 5px;
}
/*company
----------------------------------------------------*/
#company {
  float: right;
  width: 750px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#company table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  width: 750px;
 border-collapse: collapse;
}
#company td {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 10px 20px;
  background-color: #ffffff;
}
#company th {
  border-right: 1pt solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-top: 10px;
  padding-left: 20px;
  background-color: #eeeeee;
  font-weight: normal;
  width: 25%;
}
/* toPageTop
------------------------------------------------------------------*/
#toPageTop {
  bottom: 100px;
  left: 500px;
  position: fixed;
}
/* footer
------------------------------------------------------------------*/
#footer {
  -x-background-x-position: center;
  font-size: 14px;
  color: white;
  clear: right;
  background-image: url(/image/bg_footer.png);
  text-align: center;
  background-repeat: repeat-x;
}

