@charset "utf-8";
/* CSS Document */

body {
	line-height: 1.4;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	-webkit-text-size-adjust: 100%;
	background-color: #FFF;
	position: relative;

}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}#contents {
	background-image: url(../image/base.png);
	background-repeat: no-repeat;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding-top: 380px;
	height: 200px;
}
#contents #link {
	height: 48px;
	width: 412px;
	margin-right: auto;
	margin-left: auto;
}
