@charset "utf-8";
#contentbox {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 100px;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-left: 25px;
}

#contentbox #left {
	float: left;
	width: 210px;
}


#contentbox #right {
	float: right;
	width: 740px;
}
.sTitleR  {
	margin-bottom: 25px;
}


.ssTitle {
	margin-bottom: 15px;
	background-image: url(../images/point.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.ssContent {
	margin-bottom: 25px;
}
.lineYellow {
	border: 5px solid #EBCEAE;
}
.lineGreen {
	border: 5px solid #1DBFBF;
}
.linePink {
	border: 5px solid #F76984;
}
.lineOlivine {
	border: 5px solid #99CE15;
}
#titleImg {
	float: left;
}

#btnList {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#btnList ul li {
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}
#btnList ul li .newsBtn01  {
	background-image: url(../images/newsBtn01.png);
	background-position: top;
}
#btnList ul li .newsBtn02 {
	background-image: url(../images/newsBtn02.png);
	background-position: top;
}


#btnList ul li a {
	display: block;
	height: 30px;
	width: 80px;
}
#btnList ul li a:hover {
	background-position: bottom;
}



#newsContent   {
	font-family: "微軟正黑體";
	color: #333;
	padding-top: 20px;
	line-height: 2em;
}
#newsContent > h1{
	font-family: Arial, "微軟正黑體";
	line-height: 2em;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #55463E;
}
#newsContent > h2 {
	font-family: Arial, "微軟正黑體";
	text-align: center;
	line-height: 3em;
	letter-spacing: 0.1em;
}
#newsContent > p{
	line-height: 2.3em;
	margin-top: 8px;
	font-size: 110%;
}
#newsContent > ul   {
	line-height: 2em;
	padding-left: 25px;
}
#newsContent > img{
	float: right;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 1em;
}


.bold {
	font-weight: bold;
	font-size: 110%;
}
#newsContent table {
	border-left-width: 1px;
	border-left-color: #CDC1AB;
	border-right-color: #CDC1AB;
	margin-top: 5px;
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}


#newsContent table td {
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDC1AB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CDC1AB;
	vertical-align: middle;
}

#newsContent table .tabtitle {
	text-align: center;
	color: #FFF;
	background-color: #B18D76;
}
#newsContent table .tabbgcolor {
	background-color: #FAF7F1;
}
#newsContent table .tab_Noline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#newsContent table tr td ul {
	margin-left: 30px;
	line-height: 2em;
}
#newsContent table tr td ul li {
	list-style-type: decimal;
	line-height: 1.8em;
	list-style-position: outside;
	margin-top: 5px;
	margin-bottom: 5px;
}
