@charset "shift_jis";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, "lr oSVbN", sans-serif;
	font-size:11px;
}
.clear {
	clear:both;
}
.hide {
	display: none;
}
.container {
	width: 850px;
	margin-top: 15px;
	margin-left: 0px;
}
.top_bottom {
 text-align:center;
	margin:10px auto;
}


/*華東画像の設定*/
#map01 a 
	{
 display:block;    /*ここを忘れずに*/
	width:500px;      /*画像の幅*/
	height:285px;     /*画像の高さ*/
	background-image:url(images/top/shanhai_01.gif);
	background-repeat: no-repeat;
	margin : 0;
	padding : 0;
}

/*華南画像の設定*/
#map02 a {
 	display: block;    /*ここを忘れずに*/
	width:500px;      /*画像の幅*/
	height:135px;     /*画像の高さ*/
	background-image:url(images/top/kan_01.gif);
	background-repeat: no-repeat;
	margin : 0;
	padding : 0;
}

#map01 a:hover {   /*華東ロールオーバーの画像を設定*/
	background-image: url(images/top/shanhai_02.gif);
}
#map02 a:hover {   /*華南ロールオーバーの画像を設定*/
	background-image: url(images/top/kan_02.gif);
}

