@charset "big5";

/* 基本樣式
---------------------------------------------*/
.right {
	font-size: 65%;
	font-family: "verdana";
	background-color: #ffffff;
}

/* 新聞內容
---------------------------------------------*/
#primary h1 {
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}
#primary p {
	font-size: 115%;
	margin-top: 1em;
	margin-bottom: 1em;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}
.primary .date {
	font-size: 75%;
	text-align: right;
	color: #666666;
}
.news {
	font-size: 100%;
	text-align: left;
	color: #666666;
}
.newsdate {
	font-size: 70%;
	font-family: "verdana";
	text-align: center;
	color: #666666;
}
.newsspace {
	background-color: #e0e0e0;
	line-height: 1px;
}
.w-content {
	text-align:justify;
	text-indent: 1.9em;
	background: #ffffff 
	font-family: "新細明體", "細明體";
	font-size: 91%;
	text-decoration:none;
}
.calculate {
	width:210px;
	font-family: "新細明體", "細明體";
	font-size: 75%;
	text-decoration:none;
}
.bmi {
	font-family: "新細明體", "細明體";
	font-size: 75%;
	text-decoration:none;
	padding-top: 3px;
}
/* 新聞一覽
---------------------------------------------*/

	/* 共用值
	---------------------------------------------*/
	#primary .list,#secondary .list {
		margin-bottom: 20px;
	}
	#primary .list li,#secondary .list li {
		margin: 5px 0 0 15px;
		padding-left: 15px;
		background: url(../images/arrow.gif) left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
	}
	
	/* 新聞標題
	---------------------------------------------*/
	#primary .list h2 {
		padding: 3px 10px;
		background-color: #F3F3F3;
		border-left: 5px solid #2D78BF;
		border-bottom: 1px solid #CCCCCC;
	}
	#secondary .list h2 {
		padding: 3px 15px;
		color: #FFFFFF;
		background-color: #2D78BF;
	}

