@charset "UTF-8";

/*--------------------------------
デフォルト
--------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	overflow: auto;
}
body,html {
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.87em;
	line-height: 1.5;
	background-color: #fff;
	overflow-x: hidden;
	min-width: 1024px;
	position: relative;
}
/* clearfix */
.clear:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
/* 共通設定 */
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	height: 100%;
	text-align: center;
}
img {
	margin: 0 auto;
	padding-top: 15%;
	border: 0;
}
/* リンク設定 */
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}