/**
  *  スタイル定義
  */
/**  タグ  **/


/**
  *  Classes (Page)
  *  Widget の移動可能範囲全体の定義
  */
#page {
  /** margin: 10px auto; **/
 margin:  0px;
 padding: 0px;
  width: 639px;
  float: left;
  /*
 width:639px;
 margin-bottom:50px;
 padding:0 25px 30px;
 background:url(../img/widget/bg.gif) 0 0 repeat;
 border-top:1px solid #999;
 border-bottom:1px solid #999;
  */
}

/**
  *  Classes (Line)
  *  各カラム 比率合計 100% / #page width となるようにする
  **/
#widget_col_0 {
 float:left;
 width:313px;
}

#widget_col_0 li{
 padding:3px;
}

#widget_col_1 {
 float:left;
 width:313px;
}

#widget_col_1 li{
 padding:3px;
}

.widgetParts{
 margin-bottom:25px;
}


/**
#widget_col_2 {
  float:left;
  width: 200px;
  background:#eeffee;
}

#widget_col_3 {
  float:left;
  width: 200px;
  background:#eeffee;
}
**/

#control_buttons {
  position:absolute;
  right:0px;
  top:10px;
  width: 50px;
}

/**
  *  ボタン画像は /common/css からの相対パスもしくは絶対パスで定義
  */
/*
#edit_button {
  position:relative;
  float:left;
  width:16px;
  height:16px;
  background: url(/top/common/images/edit.png);
  behavior: url(/top/common/images/png.htc);
  margin-right:5px;
}
*/

#delete_button {
  position:relative;
  float:right;
  width:16px;
  height:16px;
  background: url(/top/common/images/delete.png);
  behavior: url(/top/common/images/png.htc);
  margin-right:15px;
}


