@charset "utf-8";
@import "reset.css";
/* CSS Document */

* {
     margin: 0;
 }
html, body {
    height: 100%;
}

.footer, .push {
    height: 4em;
}

.clear{
  font-size:0;
  width:0;
  height:0;
  line-height:0;
  clear:both;
}
strong{
  font-weight:bold;
}
a{
  color:#f6ab3b;
  text-decoration:underline;
}

a:hover{
  text-decoration:none;
}

ul{
  margin:1em 0 1em 3em;
}
ul li{
  padding-left:1.2em;
  list-style:disc;
}

*{
font-family:Arial, Helvetica, sans-serif;
}
body{
  background:url('/images/bg.jpg');
  color:#919191;
  font-size:12px;
}

.bg_grass{
  background:url('/images/bg-grass.png') repeat-x 50px bottom;
   min-height: 100%;
   height: auto !important;
   height: 100%;
    margin: 0 auto -4em;
}

p{
  margin:0;
  font-size:10px;
  line-height: 12px;
  color:#808080;
}

#wrapper{
  width:986px;
  margin:20px auto 0 auto;
  background:url('/images/bg-footer.png') no-repeat bottom left;
  height:630px;
  position:relative;
}
#header{
  position:relative;
  height: 182px;
  background:url('/images/bg-header.png') no-repeat top left;
  z-index:10;
}
#header .logo{
  position:absolute;
  top:-10px;
  left:345px;
}
#header .buy{
  position:absolute;
  left:630px;
  bottom: -12px;
}
#header .member{
  position:absolute;
  left: 738px;
  bottom:-24px;
}

#content{
  height:380px;
  background-color:#fff;
  border-left:12px #ced74b solid;
  border-right:6px #ced74b solid;
  position:relative;
  z-index:1;
}


#column-l{
  width: 445px;
  height: 285px;
  position:absolute;
  left:20px;
  top:25px;  
}

#column-l .block{
  margin-bottom:20px;
}


#column-r{
	width: 440px;
	height:325px;
	overflow: auto;
	position:absolute;
	right:30px;
	top:23px;
}

#column-r h2{
  color:#9cab39;
  font-size:13px;
  font-weight:bold;
  margin:0 0 2px 0;
}

#column-r .block{
  margin-bottom:15px;
}

#column-r .block .c_logo{
  float: left;
  width: 100px;
  text-align:center;
}

#column-r .block .c_right{
  float: right;
  width: 300px;
}

#column-r  .meta{
  margin: 5px 0 0 0;
  color: #9cab39;
  font-size:11px;
}

#column-r  .meta .phone{
  padding-left: 10px;
  background: url('/images/icon-phone.gif') 0px 3px no-repeat;
  float:left;
  width:120px;
}

#column-r  .meta .url{
  padding-left: 15px;
  background: url('/images/icon-arrow-right.gif') 0px 5px no-repeat;
  float:left;
}

#column-r  .meta .url a{
  color:#9cab39;
  text-decoration:none;
}

#column-r  .meta .url a:hover{
  text-decoration: underline;
}

 .your_favorite{
	position:absolute;
	bottom:39px;
	right:99px;
	width:342px;
	height:30px;
	color:#9cab39;
	font-size:11px;
	line-height:13px;
}
.your_favorite strong{
  color:#808080;
  font-size:14px;
  font-weight:bold;
}

.cc{
  bottom:-20px;
  font-size:10.5px;
  position:absolute;
  right:20px;
}
  
  .mmu{
  bottom:-40px;
  font-size:10.5px;
  position:absolute;
  left:20px;
  }
  
  
.cc a{
  color:#fff;
  text-decoration:none;
}

.brochure{
  position:absolute;
  bottom:7px;
  left:320px;
  z-index:25;
}

.why_not_change{
  position:absolute;
  bottom:90px;
  left:30px;
  z-index:25;
}

address{
  color:#808080;
  font-size:10px;
  position:absolute;
  left:90px;
  bottom:30px;
  z-index:25;
}

address a{
  color:#808080;
  text-decoration:none;
}

#end{
	background:#FFF;
	width: 446px;
	height: 450px;
	margin:auto;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:4px;
}
#endtitle{
	background:#9cab39;
	width: 446px;
	height: 25px;
	margin:auto;
	color:#ffffff;
    font-size:15px;
    font-weight:bold;
	padding-left:4px;
	padding-top:4px;
}

