/* CSS Document */

/* ****************************************

*Site Name : piano ¶å½£
*Style Name : index.css

*Description : ¸ÄÊÌÀßÄêÍÑCSS

*Version : 1.00

*Last Update : 2008/10/22

*Author : Hiroyuki Matsumoto,

**************************************** */
*{
	font-size:13px;
}

* html #movie {
behavior: expression(IEPNGFIX.fix(this));
} 

body{
	background-color:#000000
}

/* ----------------------------------------
*	wrapper
---------------------------------------- */
#wrapper{
	background:url(../img/index.jpg) no-repeat top center;
	width:647px;
	height:647px;
	margin:auto;
	margin-top:40px;
	position:relative;
}

/* ----------------------------------------
*	roppongi
---------------------------------------- */
#roppongi{
	background:url(../img/roppongi.jpg) no-repeat top left;
	width:256px;
	height:358px;
	margin:auto;
	position:absolute;
	top:140px;
	left:45px;
	float:left;
	display:block;
	clear:both;
}

/* ----------------------------------------
*	nakasu
---------------------------------------- */
#nakasu{
	background:url(../img/nakasu.jpg) no-repeat top right;
	width:256px;
	height:358px;
	margin:auto;
	position:absolute;
	top:140px;
	right:45px;
	float:left;
}

/* ----------------------------------------
*	entrance
---------------------------------------- */
* html #entrance ul { margin-left:40px;}
*:first-child+html #entrance ul { margin-left:40px;}

#entrance ul{
	width:246px;
	height:16px;
	margin:auto;
	position:absolute;
	top:370px;
}

#entrance li{
	list-style:none;
	height:16px;
	float:left;
}

#entrance li a{
	height:16px;
	background-position:top;
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

#entrance li a:hover{
	background-position:bottom;
	padding:0px;
	margin:0px;
}

#entrance li#enter a{width:187px; background-image:url(../img/enter.jpg);}


#entrance span{
	visibility:hidden;
}


/* ----------------------------------------
*	footer
---------------------------------------- */
#footer{
	margin:auto;
	text-align:center;
}

#footer p{
	font-size:12px;
	color:#FFFFFF;
	padding-left:26px;
	padding-bottom:10px;
}
