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:			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;
}

.form_table, .form_table1 {
}
.form_table td {
	padding-bottom:		3px;
}
.form_table1 td {
	padding:			4px 0 4px 6px;
}

.txt_box {
	padding-bottom:		20px;
}

/* 版面樣式 */
body {
	background:			url(../images/bg.gif) #E1E1E1 top repeat-x;
}

#headbar, #contents, #foot, #ad {
	padding:			0 11px 0 12px;
	width:				689px;
	margin:				auto;
}

#headbar {
	height:				56px;
	background:			url(../images/head_bg.gif) center top no-repeat;
}

#menu {
	height:				35px;
	padding:			0;
	margin:				0;
	padding-top:		6px;
	list-style:			none;
}
#menu li {
	float:				left;
	color:				#fff;
}
#menu li img {
	margin-right:		2px;
}
#menu li a {
	color:				#fff;
}
#menu li a:hover {
	color:				#ff0000;
}

#ad, #contents {
	background:			url(../images/contents_bg.gif) center top repeat-y;
}

#foot {
	height:				36px;
	padding-top:		15px;
	background:			url(../images/foot_bg.gif) center top no-repeat;
}

#sidebar, #nav {
	padding-top:			67px;
	padding-bottom:			24px;
}

#sidebar {
	width:				158px;
	padding-left:		12px;
	padding-right:		12px;
	float:				left;
	line-height:		1.1em;
}

#nav {
	width:				480px;
	padding-left:		15px;
	padding-right:		12px;
	float:				left;
	line-height:		1.8em;
}

.pic {
	float:				right;
	padding:			0 0 12px 12px;
}