@charset "UTF-8";

/* ================================================================ *
	admin  : Graphics Drive Inc. Masako Yoshimoto
	update : 2009/11/26
	
	共通設定CSS
 * ================================================================ */

/* reset */

body, div,h2, h3 {
  margin: 0;
  padding: 0;
}

/*画像*/
a img {
  border: none;
}
a:hover img {
  border: none;
}

/* 回り込み解除設定 */
#sitemap ul, #footer, .gototop, #imgbox01, #under_menu, h3{
  clear: both;
}

/* clearfix (#contentsのfloat を解除) */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* caption を隠す */
caption{
	  visibility: hidden;
	  margin:0;
	  padding:0;
}


	 


/* ---------- バグ回避 ----------- */

/* IE6/IE7 で垂直配置がずれるバグを回避 */
html[lang^="ja"] ul#thumbslist {
  margin-top: 0;
}

