/* 懶熊的預設樣式表 */
body, table, div, html {
	font-size:			12px;
	color:				#575757;
	font-family: 		Arial, Helvetica, sans-serif;	
}

body, form, html {
	padding:			0;
	margin:				0;
}

a {
	text-decoration: none;	
	color:			#333;
}
a:hover {
	text-decoration: none;	
	color:			#cc0000;
}

/* 懶熊的預設樣式表 */
body, table, div, html {
	font-size:			12px;
	color:				#6B6B6B;
	font-family: 		Arial, Helvetica, sans-serif;	
}

body, form, html {
	padding:			0;
	margin:				0;
}

img {
	border:				none;
}

input.txt, textarea.txt {
	font-size:			1em;
	border:				1px #aaa solid;
	border-top:			1px #888 solid;
	padding:			2px 3px 2px 3px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
}

textarea.txt {
	font-size:			1em;
	line-height:		1.4em;
	border:				1px #aaa solid;
	padding:			3px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
}

input.btn {
	font-size:			1em;
	padding:			2px 0px 0 0px;
	color:				#575757;
}

*html input.btn {
	font-size:			12px;
	line-height:		10px;
	padding:			4px 0px 1px 0px;
}

select.txt, select.date {
	border:				1px #aaa solid;
	border-bottom:		1px #888 solid;
	font-size:			1em;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
}

select.date {
	font-size:			0.9em;
}

select.txt option { 
	padding:			2px 3px 0 3px;

}

h1, h2, h3, h4, h5, h6, h7 {
	margin:				0;
	padding:			0 0 6px 0;
}

h2 {
	font-size:			1em;
	color:				#5c5c5c;
}

h3 {
	font-size:			1.15em;
	color:				#96A139;
}

h4 {
	font-size:			1.1em;
	color:				#787878;
}

h5 {
	font-size:			1.1em;
	color:				#FFA800;
}

hr {
	margin:				16px 0 16px 0;
}

/* 公用樣式 */
.end {
	clear:				both;
}

.error {
	color:				#ff0000;
}

.form_table, .form_table1 {
	width:				100%;
}
.form_table td {
	padding-bottom:		3px;
}
.form_table1 td {
	padding:			4px 0 4px 6px;
}

.txt_box {
	padding-bottom:		20px;
}

/* 版面樣式 */
body {
	background:			url(../images/bg.png) center top;
}

#nav {
	margin:				auto;
	width:				700px;
	background:			url(../images/nav_bg.png) center top repeat-y;
}

#headbar, #sidebar ul {
	list-style:			none;
	padding:			0;
	margin:				0;
}
#headbar li {
	float:				left;
	height:				68px;
	overflow: 			hidden;	
}
#sidebar ul {
	background:			url(../images/categories_bg.png) left top no-repeat;
	padding-top:		56px;
	padding-bottom:		56px;
}
#sidebar ul li {
	background:			url(../images/category_bg.png) left bottom no-repeat;
	height:				25px;
	padding:			12px 0 0 36px;
	font-weight:		900;
}
#sidebar ul li a {
	color:				#4C6875;
}
#sidebar ul li a:hover {
	color:				#cc0000;
}

#sidebar {
	background:			url(../images/sidebar_bg.png) center top repeat-x;
	padding-top:		12px;
	width:				219px;
	float:				left;
}

#contents {
	background:			url(../images/contents_bg.png) center top repeat-x;
	padding-top:		12px;
	float:				left;
	width:				481px;
}

#foot {
	background:			url(../images/foot_bg.png) center top no-repeat;
	height:				42px;
	color:				#6c6c6c;
	padding:			12px 0 0 235px;
	line-height:		1.5em;
}