@charset "utf-8";

/* ------------------------------------------- CSS Information
 File Name:      index-sale.css
 Author:         IIYAMA
 Style Info:     ブラウザスタイルのリセットと基本設定
----------------------------------------------------------- */

body , html {
    height: 100%;
	margin:0 auto;
	padding:0;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
}


body {
	background-color:#000;
	color: #000000;
	text-align: center;
}


#topinfo {
	height:100%;
	width:900px;
	margin:0 auto;
	min-height: 100%;
}

a:hover img {
opacity:0.7;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}
