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

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

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

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

/* ----- 右カラム ----- */

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

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

div#main{
  width: 100%;
}

div#main_inner{
  margin-right: 198px;
  margin-left: 15px;
}

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

div#top_wrapper{
  margin: 10px 15px 0;
}