@charset "UTF-8";

/* ================================================================ *
	admin  : Graphics Drive Inc. Masako Yoshimoto
	update : 2009/03/25
	
	共通設定CSS
 * ================================================================ */

/* reset */

body, div,p,h1,h2,h3 {
  margin: 0;
  padding: 0;
}

/*画像*/
a img {
  border: none;
}

/* 回り込み解除設定 */
#top, #footer,.gototop{
  clear: both;
}

/* clearfix (#mainのfloat を解除) */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* ---------- バグ回避 ----------- */

/* IE6/IE7 で垂直配置がずれるバグを回避 */
html[lang^="ja"] ul#thumbslist {
  margin-top: 0;
}

