@charset "Shift_JIS";

/*------------------------------
contents header elements
------------------------------*/
#conHeader h1 {
  background-image: url(../../images/rental/rental_title.jpg);
  background-repeat: no-repeat;
  display:block;
  margin:0px;
}

/*------------------------------
contents01 elements
------------------------------*/
.con01 .copy {
  background-image: url(../../images/rental/rental_copy.jpg);
  background-repeat: no-repeat;
  height: 260px;
  margin: 0px;
  display:block;
}
.con01 .copy p {
  text-indent: -99999px;
}

.con01 p {
  padding: 0px;
  padding-left: 10px;
  padding-bottom: 10px;
  margin: 0px;
}

.con01 .con {
   background: url(../../images/logo_screen.jpg) no-repeat right bottom;
}


.con01 .con h3{
  padding: 5px;
  padding-left: 10px;
  padding-bottom: 2px;
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka]“™•", "MSP Gothic", "‚l‚r ‚oƒSƒVƒbƒN";
  color: #3399CC;
  display:block;
}

.con01 .con p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 15px;
  padding-right: 30px;
}


.con01 .conTableLayout {
	margin-bottom: 5px;
	margin-left: 0px;
	width: 100%;
	margin-top: 25px;
}

.con01 .conTableLayout img{
  float:right;
  display:block;
  border: 1px #3399CC solid;
}

.con01 .conTable h4{
  padding: 5px;
  padding-left: 10px;
  padding-bottom: 2px;
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka]“™•", "MSP Gothic", "‚l‚r ‚oƒSƒVƒbƒN";
  color: #FFFFFF;
  display:block;
}

.con01 .conTable table {
background-color:#006699;
width: 100%;
}
.con01 .conTable table td {padding: 5px;}
.con01 .conTd00{
  background-color:#006699;
}
.con01 .conTd01 {
  width: 50%;
  vertical-align: top;
}
.con01 .conTd02 {
  width: 20%;
  text-align:left;
}
.con01 .conTd03 {
  width: 15%;
  text-align:right;
}
.con01 .conTd04 {
  width: 20%;
}

/*------------------------------
contents01 Left elements
------------------------------*/
.con01L {
	margin-top: 15px;
}
.con01L .conHdr {
  background-image: url(../../images/rental/rental_subt01.jpg);
  background-repeat: no-repeat;
  height: 40px;
  margin: 10px 0px 5px 0px;
  text-indent: -99999px;
}

.con01L .conL {
  margin: 0px;
  padding:0px;
  width: 86px;
  float: left;
  margin-bottom:10px;
}
.con01L img{
  margin: 0px;
  padding:0px;
  width: 86px;
  height:70px;
}

.con01L .conL .conT {
  margin:0px;
  width: 86px;
  font-size:10px;
  text-align: center;
  color:#333333;
}
.con01L .conL .conImage {
  margin:0px;
  width: 86px;
  border:1px #51BEE9 solid;
}

.con01L .conR {
  margin: 0px;
  padding:0px;
  width: 86px;
  float: right;
  margin-bottom:10px;
}
.con01L .conR .conT {
  margin:0px;
  width: 86px;
  font-size:10px;
  text-align: center;
  color:#333333;
}
.con01L .conR .conImage {
  margin:0px;
  width: 86px;
  border:1px #51BEE9 solid;
}

