@charset "utf-8";
/* CSS Document */

#stageindex {
	width:1000px;
	clear: both;
	margin-bottom: 30px;
	height: 430px;
}

#stageindex #imageContainer {
	position:relative;
	width:1000px;
	height:400px;
	overflow:hidden;
	border-bottom: 1px #333333 solid;
}

#stageindex #imageContainer img{
	display:none;
position:absolute;
top:0px;
left:0px;
}


#homemenu {
	clear: both;
	height: 23px;
	text-align: right;
	position: relative;
	margin-bottom: 30px;
	margin-top: 2px;
}
#homemenu ul{
	list-style-type:none;
	float: right;
}

#homemenu ul li{
	width:100px;
	height:23px;
	float:left;
	margin-left: 1px;
}


/*

#copy{
float:left;
width:912px;
position:absolute;
bottom:0px;
}
address{
font-style:normal;
font-size:12px;
color:#666666;
text-align:center;
}
*/

