@charset "utf-8";

/* =================================== 

2カラム用レイアウト

=================================== */

div#left-side{
    float:left;
    width:200px;
    padding:0;
    min-height:635px;
}

div#content{
    float:right;
    margin-right:30px;
    /* margin-bottom:30px; */
    width:570px;
    height:auto;
}


div#left-side:after{
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/*** For IE6 ***/
 
* html div#content{
    margin-right:15px;
}
