/* CSS Document */

@charset "UTF-8";

/* -------------------------------------------------------------
   [1] 分譲住宅トップページに関する指定 */
   
#cont_main {
  width: 930px;
  margin: 0px auto;
  position: relative;
  background-position: 100% 0%;	
  background-repeat: no-repeat;
  background-attachment: scroll;
  overflow: hidden;
}

#cont_main:after {
    content: ".";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #cont_main {
    height: 1em;
    overflow: visible;
}
/**/

.box {
  margin-left: 10px;
}

.copy {
  margin: 10px;
  font-size: 90%;
  text-align: left;
}

.copy_title {
  margin: 20px 0px 10px 10px;
}

#banner {
  margin: 0px 0px 10px 25px;
}

#flame {
   width:900px;
   margin:5px 0px 0px 0px;
}


/* -------------------------------------------------------------
   [4] 文字・タグに関する指定 */

/* -- 文字 -- */
