@charset "utf-8";
/* dummy \*/
* html div {
 height:1%;
 }
html {
	height: 100%;
	width: 100%;
}
/* dummy */
/* 基本項目設定 */
*{
margin:0;
padding:0;
}

body{
	color:#333333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	height: 100%;
	width: 100%;

}

img{
border:none;
vertical-align:bottom;
}

a{
	text-decoration:none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #999999;
}

ul{
list-style-type:none;
}

hr{
display:none;
clear:both;
}

.left {
	float: left;
}
.clear_both {
	float: none;
}

.right {
	float: right;
}
.left {
	float: left;
}
#fade {
	position:absolute; /* ie6 */
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 3;
}

#main {
	background-image: url(../../images/idx_mainimage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
}
#maincopy {
	height: 64px;
	width: 690px;
	margin-top: -32px;
	margin-left: -225px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
}
