@charset "UTF-8";

html { overflow-y: scroll; }

body {
	font-size: 14px;
	color: 999;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	min-width: 980px;
	word-break: normal;
	word-wrap: break-word;
	background: #ffffff;
	line-height: 1.5;
}

div#page {
  width: 640px;
  margin: 30px auto 0px auto;
  padding: 0px;
}

ul#gallery {
  width: 640px;
  height: auto;
}

ul#gallery li {
  width: 100px;
  padding: 8px 8px 0px 0px;
  height: auto;
  float: left;
}

ul#gallery li.end {
  width: 100px;
  padding: 8px 0px 0px 0px;
  height: auto;
}

ul#gallery li img {
  width: 100px;
  height: 67px;
}

/* clear要素
----------------------------------------------------------- */
.clearfix {
  width: 100%;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
