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.button {
	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:				#66AB41;
}

h5 {
	font-size:			1em;
	color:				#FF6C00;
	padding-bottom:		0px;
}

hr {
	margin:				16px 0 16px 0;
}

body {
	padding:		0;
	margin:			0;
}
.end {
	clear:				both;
	height:				0px;
	overflow: 			hidden;	
}

.error {
	color:			#dd0000;
}

/* 版面樣式 */
body {
	background:		url(../images/bg.gif);
}

#nav {
	background:		url(../images/bg_01.gif) top repeat-x;
	min-height:		350px
}
*html #nav {
	height:		350px
}

#contents {
	width:		940px;
	margin:		auto;
	background:		url(../images/logo.gif) center 13px no-repeat;
}

#flash {
	height:		200px;
	overflow: 	hidden;
	text-align:	center;
	margin:		auto;
}

#headbar {
	list-style:		none;
	width:			600px;
	padding:		20px 0 0 0;
	margin:			auto;
}
#headbar li{
	padding-left:	50px;
	float:			right;
	height:			30px;
}

#sidebar {
	float:			left;
	width:			179px;
	padding:		10px;
}

#content {
	background:		url(../images/line.gif) left top repeat-y;
	width:			741px;
	float:			right;
	padding-bottom:	10px;
	margin-top:		4px;
}

.mail {
	display:		block;
	background:		url(../images/mail.gif) left 2px no-repeat;
	padding-left:	18px;
}
.mail a {
	color:			#606261;
}
.mail a:hover {
	color:			#cc0000;
}

#foot {
	background:		url(../images/foot_logo.gif) 172px top no-repeat;
	height:			42px;
	padding:		12px 0 20px 242px;
}

.box {
	padding:		52px 16px 0 16px;
	text-align: 	justify;
	line-height:	1.7em;	
}

.news {
	padding-bottom:	18px;
	line-height:	1.7em;	
}

.photo_list {
	padding:		0;
	margin:			0;
	list-style:		none;
	width:			720px;
}
.photo_list li {
	display:		inline;
	float:			left;
	text-align:		center;
	width:			130px;
	margin:			0 14px 15px 0;
}
.photo_list  img {
	border:			3px solid #fff;
}
.photo_list li a {
	display:		block;
	margin-bottom: 	6px;
}

