/* 共用樣式 */
html, body {
	margin: 0;
	padding: 0;

	font-family: 'Verdana', 'Arial', 'sans-serif';
}
img {
	border: none;
}

/* 顏色 */
.red {
	color: red;
}
.green {
	color: green;
}
.gray {
	color: gray;
}
.silver {
	color: silver;
}
.lightblue {
	color: lightblue;
}
.white {
	color: white;
}
.black {
	color: black;
}

/* 注意 */
.notice {
	color: red;
}

.hide {
	display: none;
}

/* 游標效果 */
.hand {
	cursor: pointer;
}
.nohand {
	cursor: '';
}

/* 評論、知識庫 數字 */
span.no {
	color: rgb(68,160,227);
	font-size: 9px; font-family: 'Verdana';
	text-decoration: underline;
}
span.no10 {
	color: rgb(68,160,227);
	font-size: 10px; font-family: 'Verdana';
	text-decoration: underline;
}

/* for TinyMCE */
.style1 {
	color: #333333;
	font-size: 12px;
}
.style2 {
	color: #333333;
	font-size: 12px;
}
.style4 {
	color: #006633;
	font-weight: bold;
	font-size: 16px;
}
.style5 {
	color: #FF6600;
	font-weight: bold;
	font-size: 16px;
}
.style9 {
	font-size: 21px;
	color: #990000;
	font-weight: bold;
}
.style10 {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.style6 {
	color: #c48384;
	font-weight: bold;
	font-size: 16px;
}
.style8 {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	color: #333333
}
.style11 {
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}
.tinymce_body {
	font-size: 13px;
}



/****** 基本架構設定 ******/
#header {
	position: relative; top: 0; left: 0;
	width:100%; height: 32px;
	background-image:url('../images/header-bg.gif');
}
	#header div {
		width: 975px; height: 32px; overflow: hidden;
		margin: 0 auto;
		background-image:url('../images/header.gif');
		background-repeat: no-repeat;
	}
	#header div span.home {
		display: block;
		width: 200px; height: 32px;
		margin-top: 10px; margin-left: 215px;
		font-size: 12px;
		color: white;
	}
	#header div span.home a {
		text-decoration: none;
		color: white;
	}
	#header div span.logout {
		display: block;
		width: 80px; height: 32px;
		margin-top: 10px; margin-left: 515px;
		font-size: 12px;
		color: white;
	}
	#header div span.logout a {
		text-decoration: none;
		color: white;
	}

#footer {
	position: absolute; left: 0; bottom: 0;
	width:100%; height: 68px;
	background-image:url('../images/footer-bg.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
}
	#footer div {
		height: 68px;
		margin: 0 auto;
		background-image:url('../images/footer.gif');
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	#logoNami {
		margin-left: 240px;
	}

#container {
	position: relative; left: 0; top: 0;
	width: 975px;
	margin: 0 auto;
}

#divBox {
	position: absolute; left: 230px; top: 10px;
	width: 700px;
}

#divMenu {
	position: absolute; left: 0; top: -35px;
	width: 210px;
}
	#divMenu img {
		margin-top: 20px;
		border: none;
	}

	#divMenu ul.GuideKindsList {
		margin: 0; padding: 0;
		list-style-image: url('../images/menu-icon-t.gif');
	}
	#divMenu ul.GuideKindsList li {
		margin-left: 40px;
		font-size: 12px; line-height: 1.7; font-family: Verdana, Arial, sans-serif;
		color: rgb(68,160,227);
	}
	#divMenu ul.GuideKindsList ul.GuideSubkindsList {
		margin: 0; padding: 0;
		list-style-image: url('../images/menu-icon-o.gif');
	}
	#divMenu ul.GuideKindsList ul.GuideSubkindsList li {
		margin-left: 20px;
		font-size: 12px; line-height: 1.7; font-family: Verdana, Arial, sans-serif;
		color: rgb(68,160,227);
	}
	#divMenu ul.GuideKindsList ul.GuideSubkindsList li a {
		text-decoration: none;
		color: rgb(68,160,227);
	}
	#divMenu ul.GuideKindsList ul.GuideSubkindsList li a:hover {
		text-decoration: underline;
		color: rgb(68,160,227);
	}

	#divMenu ul.NewsKindsList {
		margin: 0; padding: 0;
		list-style-image: url('../images/menu-icon-s.gif');
	}
	#divMenu ul.NewsKindsList li {
		margin-left: 60px;
		font-size: 12px; line-height: 1.5; font-family: Verdana, Arial, sans-serif;
		color: rgb(227,139,66);
	}
	#divMenu ul.NewsKindsList li a {
		text-decoration: none;
		color: rgb(227,139,66);
	}
	#divMenu ul.NewsKindsList li a:hover {
		text-decoration: underline;
		color: rgb(227,139,66);
	}

	#divMenu ul.BoardList {
		margin: 0; padding: 0;
		list-style-type: none;
	}
	#divMenu ul.BoardList li {
		padding-left: 50px;
		font-size: 15px; line-height: 2; font-family: Verdana, Arial, sans-serif;
		color: rgb(68,160,227);
	}
	#divMenu ul.BoardList li.odd {
		background-color: rgb(240,240,240);
	}
	#divMenu ul.BoardList li.this {
		padding-left: 15px;
		color: black;
	}
	#divMenu ul.BoardList li.this a {
		color: black;
	}
	#divMenu ul.BoardList li.this a:hover {
		color: black;
	}

	#divMenu ul.BoardList li.this img {
		margin: 0;
		padding-right: 7px;
	}
	#divMenu ul.BoardList li a {
		text-decoration: none;
		color: rgb(68,160,227);
	}
	#divMenu ul.BoardList li a:hover {
		text-decoration: underline;
		color: rgb(68,160,227);
	}

#scout {
	font-size: 1px; line-height: 1px;
}
/****** 基本架構設定 End ******/



/****** 系統訊息 ******/
#sysMsg {
	width: 630px; height: 300px;
	margin: 20px auto; padding-top: 20px;
	border: 1px solid rgb(213,233,181);
}
#sysMsg ul {
	font-size: 15px; line-height: 1.8; color: red; font-weight: bold; font-family: "Verdana", "Arial", "sans-serif";
	list-style-type: none;
}
#sysMsg ul li {
	font-size: 15px; line-height: 1.5; color: rgb(117,117,117); font-family: "Verdana", "Arial", "sans-serif";
}
/****** 系統訊息 End ******/



/****** 分頁 End ******/
div.pages {
	font-size: 11px; line-height: 1.5;
	color: black;
}
div.pages img {
	vertical-align: middle;
}
div.pages a.pager {
	color: #0070BC;
	text-decoration: none;
}
div.pages a.pager:hover {
	color: #0070BC;
	text-decoration: underline;
}
div.pages a.pagerNow {
	font-size: 18px; font-weight: bold;
	color: orange;
	text-decoration: none;
}
div.pages a.pagerNow:hover {
	font-size: 18px; font-weight: bold;
	color: orange;
	text-decoration: underline;
}
div.pages a.prev,a.next {
	color: black;
	text-decoration: none;
}
div.pages a.prev:hover,a.next:hover {
	color: black;
	text-decoration: underline;
}
/****** 分頁 End ******/