@charset "utf-8";

/*--------------------------------------------------------------------
 full reset
--------------------------------------------------------------------*/


* {
	margin: 0;
	padding: 0;
	font: normal normal 13px "arial", sans-serif, 新細明體 ;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font: normal normal 13px "arial", sans-serif, 新細明體;
	line-height:24px;
}
body{
color:#f5f5e0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset{
	border: 0;
}

img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

q:before,q:after {
	content:'';
}

hr{
margin-top:5px;
margin-bottom:10px; border:0px; border-top:#CCCCCC solid 1px;
}


/*--------------------------------------------------------------------
 common setting
--------------------------------------------------------------------*/


body {
	background-color: #6b4a2b;
	background-image:url(../images/bg.jpg); background-repeat:repeat-x; 
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
}

.img_left {
	float: left;
}

.img_right {
	float: right;
	padding-left: 10px;
	margin-top: -35px;
}
.spaceh{
height:40px;
}
.menutext{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color:#ffffff;
}
.item1{
color:#FF0000; font-size:12px;
}
.f13{
font-size:13px;
}
.f15{
font-size:15px;
}
.f18{
font-size:18px;
}
.red-h1{
color:#FF9900;
font-size:20px;
}
.bold{
font-weight:bold;
}
.hcolor1{
color:#FFCC33;
}
.hcolor2{
 color:#996600;
}
.hcolor3{
color:#9f542d;
}
.hcolor4{
color:#FFFFCC;
}
.style1 {color: #666666}
.hcolor5{
color:#3399FF;
}
.lh22{
line-height:22px;
}
