@charset "utf-8";
body {
  font-family: 'Lucida Grande', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #FFFFFF;
  width: 100%;
  /* [disabled]min-width: 960px; */
  background-color: #000000;
}
input, select, textarea {
	font-family: Arial, “ＭＳ Ｐゴシック”, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 1px solid #C5C5C5;
	vertical-align: bottom;
}



a {
  color: #FFFFFF;
  text-decoration: underline;
}
a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
li {
	list-style: none;
}
.float_clear {
	display: block;
	clear: both;
	visibility: hidden;
	height: auto;
}
.alpha a:hover img {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha(opacity=85)";
}
#wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 594px;
}
#wrap img {
  width: 100%;
  height: auto;
}
