@charset "utf-8";
/* CSS Document */
.div_720x220 {
	height: 1079px;
	width: 706px;
	padding: 10px;
}
#adblock {
	overflow: hidden;
	width: 905px;	/* 廣告圖片的寬 + 選單圖片最大的寬 */
	height: 1099px;
	position: relative;
	float: left;
	background-image: url(../images/stroke_dn-all.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#adblock ul, #adblock li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#adblock ul.showbox, #adblock ul.link {
	position: absolute;
}
#adblock ul.showbox li a {
	display: block;
	height: 1099px;
}
#adblock ul.showbox {
	right: 0;
}
#adblock ul.link li a {
	display: block;
	width: 153px;	/* 滑鼠未移入時的選單圖片寬 */
	height: 43px;	/* 選單圖片的高 */
	position: absolute;
	line-height: 43px;
	font-family: "微軟正黑體", Arial;
	font-size: 1.4em;
	color: #474646;
	background-image: url(../images/stroke_dn-02.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-right: 4px;
	margin-left: 14px;
}
#adblock ul.link li a.selected {
	width: 153px;
	color: #FFF;
	background-image: url(../images/stroke_dn-01.gif);
	background-repeat: no-repeat;
	text-decoration: none;
