﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: 新細明體, 細明體, PMingLiU, MingLiU, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}
#container {
	background-color: #fff;
	width: 1000px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #ffffff;
	width: 1000px;
}
#navigation {
	background-color: #cccccc;
	overflow: hidden;
}
#navigationSearch{
	background-color: #990000;
	overflow: hidden;
	height: 30px;
}
#navigationDiv{
	background-color: #ffffff;
	overflow: hidden;
	height: 6px;
}
#column_l {
	width: 290px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_m {
	width: 470px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
	left: 10px;

}

#column_r {
	width: 210px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #fff;
	position: relative;
}
#footer {
	width: 1000px;
	text-align: center;
	background-color: #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* 報頭的樣式 */
#masthead img { 
	float: left; 
}
#mastheadimage { 
	float: left; 
}
#mastheadimage a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0px;
	border: 0px solid #ffffff;
}
#mastheadimage a:hover {
	color: #ffffff;
	text-decoration: none;
	border: 0px solid #ffffff;
	background-color: #ffffff;
}

#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* 導覽的樣式 */
#navigation ul {
	list-style-type: none;
	width: 1000px;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #cc6600;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* 頁尾的樣式 */
#footerUp{
	background-color: #990000;
	overflow: hidden;
	height: 10px;
}

#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
/* 連結的樣式 */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}