@charset "UTF-8";


BODY 
{
                                        /* 1整個背景顏色顏色*/
	 FONT-SIZE: 22px; BACKGROUND-COLOR: #ffffff
}
#contents #sub bdo {
	width: 185px;
	margin: 0px;
}

#contents #sub bdo tt {
	margin: 0;
	padding: 0;
}

#contents #sub bdo tt a {
	display: block;
	margin: 0;
	padding: 2px 0 2px 18px;
	border-bottom: solid 1px #ddd;
	text-decoration: none;
	letter-spacing: 0.03em;
	
/* 2按鈕顏色*/
	background: #ffffff left 50% no-repeat;
	/* 文字顏色*/
	color: #000000;
	font-family: Verdana;
	font-size:16px;
}

/* disposal of IE6 */
#contents #sub bdo tt a {
	position: relative;
}

#contents #sub bdo tt a:hover 
{
    /* 3滑鼠移動過去顏色按鈕顏色*/
     font-family: Verdana;
	font-size:16px;
	background-color: #edbe00;
	color: #ffffff;
};