﻿body{
     margin:0px;          /* ページ全体のmargin */
     padding:0px;         /* ページ全体のpadding */
     text-align:center;   /* 下記のautoに未対応用のセンタリング */
     background-color: #ffffff;
}
#select{
  margin-left: 10px;
  float:left;
  
}

#left_col{   /* 上側  */
    margin-left: 10px;
    position: relative;
	float: left;
}
#canvas{	
    border:3px solid #333;/*　線の太さ */
}
#right_col{   /* 下側  */
    clear: both;   /* 上下との回り込みをさせない */
    margin-left: 110px;
    position: relative;
	float: left;
}
#canvas2{	
    border:3px solid #333;/*　線の太さ */
}

