a {
	text-decoration: none;	
	color:			#333;
}
a:hover {
	text-decoration: none;	
	color:			#cc0000;
}

/* 懶熊的預設樣式表 */
body, table, div, html {
	font-size:			12px;
	color:				#6D6B6B;
	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:			1.25em;
	color:				#575757;
}

h3 {
	font-size:			1.25em;
	color:				#6F9838;
}

h4 {
	font-size:			1.1em;
	color:				#87D231;
}

h5 {
	font-size:			1.1em;
	color:				#FFA800;
}

hr {
	margin:				16px 0 16px 0;
}

/* 公用樣式 */
.end {
	height:				1px;
	clear:				both;
	overflow: 			hidden;
}

.error {
	color:				#ff0000;
}

/* 版面樣式 */
body {
	background:			url(../images/bg_01.gif) #FAFAFA top repeat-x;
}

.nav {
	width:				720px;
	padding:			0 9px 0 9px;
	margin:				auto;
	background:			url(../images/bg_02.gif) #fff top repeat-y;
}

#headbar {
	background:			url(../images/bg_03.gif) #fff top repeat-x;
	padding:			12px 0 0 0;
	height:				62px;
}
#headbar ul {
	list-style:			none;
	padding:			0;
	margin:				0;
}
#headbar ul li {
	float:				left;
	height:				62px;
	overflow: 			hidden;
}

#ad {
	height:				206px;
	overflow: 			hidden;
	clean:				both;
	width:				720px;
	margin:				auto;
}

#sidebar {
	float:				left;
	background:			url(../images/sidebar_title.gif) top no-repeat;
	padding:			85px 0 32px 0;
	width:				175px;
}
#sidebar a, .list {
	background:			url(../images/icon.gif) 9px 6px no-repeat;
	display:			block;
	padding:			0 9px 13px 16px;
	color:				#8A8A8C;
}
#sidebar a:hover, .list:hover {
	color:				#0000cc;
}
.list {
	padding-right:			0;
	padding-bottom:			6px;
}

#contents {
	float:				right;
	background:			url(../images/contents_bg.gif) left 71px no-repeat;
	padding:			0 0 32px 0;
	width:				545px;
	min-height:			450px;
}
*html #contents {
	height:				450px;
}

#content {
	padding:			0 11px 0 11px;
}

#search {
	height:				71px;
	background:			url(../images/search_bg.gif) top no-repeat;
}

#foot {
	margin:				0 1px 0 1px;
	background:			url(../images/bg_04.gif) #fff top repeat-x;
	padding:			12px 0 6px 13px;
	color:				#818181;
}
#foot img {
	float:				right;
	margin:				0 9px 0 0;
}

.text_box {
	padding:			53px 16px 10px 16px;
}


