/* CSS Document */

body{
	font-family:"新細明體";
	font-size:12px;
	color:#333333;
	line-height: 18px;
}

a:link {
	font-family: "新細明體";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-family: "新細明體";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a:hover,active {
	font-family: "新細明體";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

.b1{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e2dede;
	border-bottom-color: #e2dede;
	border-left-color: #e2dede;
}
.b2{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #e2dede;
	border-bottom-color: #e2dede;
	border-right-width: 1px;
	border-right-color: #e2dede;
}

.b3{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #e2dede;
	border-left-width: 1px;
	border-left-color: #e2dede;
}
.b4{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #e2dede;
	border-left-width: 1px;
	border-left-color: #e2dede;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2dede;
}
.b5{ border-bottom:1px solid #e2dede}