@charset "utf-8";

/* ------------------------------------------------------- 
  Basic Layout
  ------------------- */

@import url(reset.css);
@import url(fonts.css);
@import url(base.css);
@import url(module.css);
@import url(lower.css);


/* ==============================
   cm Layout Settings
 ============================= */

#contents {
padding:59px 50px;
background-color:#fff5f7;
}
#contents .section-left {
float:left;
width:403px;
height:255px;
} 
#contents .section-right {
float:left;
margin:12px 0 0 40px;
}
#contents .section-right h2 {
margin:0 0 42px 0;
}
#contents .section-right p.altTxt {
margin-bottom:20px;
}
