@charset "utf-8";

/* 共通部分 */
#imagemap {
	margin: 0px auto;
	padding: 0px;
	background: url(../img/apg_10_j.jpg) top left no-repeat;
	width: 785px;
	height: 500px;
	position: relative;
}
#imagemap li {
	margin: 0px;
	padding: 0px;
	position: absolute;
	list-style: none;
	font-size: 14px;
}
#imagemap a {
	position: absolute;
}
#imagemap a span {
	display: none;
}

/* area01 */
#area01 {
	top: 227px;
	left: 466px;
}
#area01 a {
	width: 70px;
	height: 60px;
}
#area01 a:hover {
	background: url(../img/apg_10a_j.jpg) -466px -227px no-repeat;
}

/* area02 */
#area02 {
	top: 256px;
	left: 388px;
}
#area02 a {
	width: 60px;
	height: 30px;
}
#area02 a:hover {
	background: url(../img/apg_10a_j.jpg) -388px -256px no-repeat;
}

/* area03 */
#area03 {
	top: 96px;
	left: 126px;
}
#area03 a {
	width: 30px;
	height: 306px;
}
#area03 a:hover {
	background: url(../img/apg_10a_j.jpg) -126px -96px no-repeat;
}

/* area04 */
#area04 {
	top: 96px;
	left: 169px;
}
#area04 a {
	width: 108px;
	height: 118px;
}
#area04 a:hover {
	background: url(../img/apg_10a_j.jpg) -169px -96px no-repeat;
}

/* area05 */
#area05 {
	top: 246px;
	left: 169px;
}
#area05 a {
	width: 108px;
	height: 102px;
}
#area05 a:hover {
	background: url(../img/apg_10a_j.jpg) -169px -246px no-repeat;
}

/* area06 */
#area06 {
	top: 358px;
	left: 169px;
}
#area06 a {
	width: 108px;
	height: 47px;
}
#area06 a:hover {
	background: url(../img/apg_10a_j.jpg) -169px -358px no-repeat;
}

/* area07 */
#area07 {
	top: 302px;
	left: 310px;
}
#area07 a {
	width: 150px;
	height: 50px;
}
#area07 a:hover {
	background: url(../img/apg_10a_j.jpg) -310px -302px no-repeat;
}

*{
	border: 0px;
	padding: 0px;
}

#dialog-overlay {

	/* set it to fill the whil screen */
	width:100%; 
	height:100%;
	
	/* transparency for different browsers */
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
	background:#000; 

	/* make sure it appear behind the dialog box but above everything else */
	position:absolute; 
	top:0; left:0; 
	z-index:3000; 

	/* hide it by default */
	display:none;
}

#areaWindow01{
	display:none;
	position:absolute;
	z-index:5000; 
	width:400px;
}
#areaWindow02{
	display:none;
	position:absolute;
	z-index:5000; 
	width:400px;
}
#areaWindow03{
	display:none;
	position:absolute;
	z-index:5000; 
	width:400px;
}
#areaWindow04{
	display:none;
	position:absolute;
	z-index:5000; 
	width:400px;
}
#areaWindow05{
	display:none;
	position:absolute;
	z-index:5000; 
	width:400px;
}
#areaWindow06{
	display:none;
	position:absolute;
	z-index:5000; 
	width:400px;
}
#areaWindow07{
	display:none;
	position:absolute;
	z-index:5000; 
	width:400px;
}
#areaWindow08{
	display:none;
	position:absolute;
	z-index:5000; 
	width:400px;
}
#areaWindow09{
	display:none;
	position:absolute;
	z-index:5000; 
	width:400px;
}
#areaWindow10{
	display:none;
	position:absolute;
	z-index:5000; 
	width:400px;
}
#areaWindow11{
	display:none;
	position:absolute;
	z-index:5000; 
	width:400px;
}
#areaWindow12{
	display:none;
	position:absolute;
	z-index:5000; 
	width:400px;
}
#areaWindow13{
	display:none;
	position:absolute;
	z-index:5000; 
	width:400px;
}
#areaWindow14{
	display:none;
	position:absolute;
	z-index:5000; 
	width:400px;
}
#areaWindow15{
	display:none;
	position:absolute;
	z-index:5000; 
	width:400px;
}

div.window{
	/* css3 drop shadow */
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	
	/* css3 border radius */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;

	/* styling of the dialog box, i have a fixed dimension for this demo */ 
	width:100%;
	height:100%;
	margin:0;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	
	/* make sure it has the highest z-index */
	position:absolute; 

}

div.window_title{
	background:#4682B4;
	height:25px;
	line-height:25px;
	text-indent:1em;
	color:white;
	font-weight:bold;
	cursor:move;
}
div.window_main{
	overflow:auto;
	background:#ffffff;
	margin:0;
	padding: 10px;
/*	height: 100px;*/
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}		

 a.close{
	position:absolute;
	right:5px;
	top:2px;
	color:white;
}
