@charset "UTF-8";

/* ================================================================ *
	admin  : Graphics Drive Inc. Masako Yoshimoto
	update : 2009/01/22
	
	共通設定CSS
 * ================================================================ */

/* リセット */
body, div, p {
	margin: 0px;
	padding: 0px;

}

/*clearfix*/
#navi ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
  width: 100%;/*winIE*/
}


/*画像*/
a img {
  border: none;
}

/* 回り込み解除設定 */
#header, #navi, #bar, .box, #footer {
  clear: both;
}


/* ---------- バグ回避 ----------- */

/* IE6/IE7 で垂直配置がずれるバグを回避 */
html[lang^="ja"] #bannerbox {
  margin-top: 0;
}