@charset "utf-8";
/* CSS Document */

/* =========================================================
　２カラム レイアウト
========================================================= */

/* ----- 中と右 ----- */

div#wrapper{
  width: 100%;
  float: right;
  margin-top: 15px;
  margin-left: -175px;
}

/* ----- 左カラム ----- */

div#left{
  width: 160px;
  float: right;
  margin-top: 15px;
  /*margin-left:15px;*/
  z-index: 1000;
  position: relative;
}/* z-indexとpositionはChrome対策 */

/* ----- 中カラム ----- */

div#main{
  width: 100%;
}

div#main_inner{
  margin-left: 190px;/*余白15px;*/
  margin-right: 15px;
}

/* ----- wrapper上にタイトル等がある場合 ----- */

#top_wrapper{
  margin: 15px 15px -10px;
}