﻿@charset "UTF-8";
@import url(layout.css);
@import url(textset.css);



/* マージンをリセット */
body, div {
  margin: 0;
  padding: 0;
}

/* 配置の基準の設定
#container, #main, #mainbox {
  position: relative;
} */





/* ---------- バグ回避 ----------- */

/* IE6 で画像が消えることがあるバグを回避 */
.contents img {
  position: relative;
}

/* IE6/IE7 で垂直配置がずれるバグを回避 */
html[lang^="ja"] #sidenavi {
  margin-top: 0;
}
