/*WORKS ENGLISH-JAPANESE
-------------------------------------*/
#main {
	clear: both;
	text-align: center;
}

/* WORKS Flash ver. ------
#main h2{
	display: none;
}
#works_flash {
	width: 750px;
	height: 500px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}
#works_menu ul, #works_menu li{
	display: none;
}
-------------------------- */
#works_wrap {
	width: 750px;
	margin: 0 auto;
	padding: 50px 0;
}
#works_menu {
	position: relative;
	width: 750px;
	height: 500px;
	margin: 0 auto;
}
#works_menu h2{
	position: absolute;
	top: 30px;
	left: 60px;
	width: 175px;
	height: 45px;
	text-indent: -9876px;
	background: url(../images/works_top_title.jpg) no-repeat;
}
#shop{
	position: absolute;
	top: 140px;
	left: 50px;
	width: 335px;
	height: 320px;
}
#house{
	position: absolute;
	top: 30px;
	left: 385px;
	width: 310px;
	height: 215px;
}
#original{
	position: absolute;
	top: 245px;
	left: 385px;
	width: 240px;
	height: 240px;
}
