body {
    margin: 10px 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 11pt;
    color: #663300;
}


h1, h2, h3, h4, h5, h6, p, ul, li {
    margin: 0 0 0;
}
h1 {
    font-size: 17pt;
    margin: 0.5em 0 0;
}
h2 {
    font-size: 15pt;
}
h3 {
    font-size: 13pt;
}
h4 {
    font-size: 12pt;
}
h5 {
    font-size: 11pt;
}
p {
    font-size: 11pt
}

ul {
   
}
li {
      
}
.col20 {
    float:left;
    width:20%;
}

.col25 {
    float:left;
    width:25%;
}
.col50 {
    float:left;
    width:50%;
}

br.separator {
    margin: 0;
    padding: 0;
    clear: both;
}

/*---- 最外層包裝 ----*/

#WRAPPER {
	  
    display: block;
    margin: 0 auto;
    width:950px;
}
/*---- 頁首 ----*/
#HEADER {

}
/*---- 頁首 ----*/
#MIDDLE{
	clear: both;
}

/*---- 選單  ----*/
#NAV {
width:200px;
float:left;
}
.column{
	margin:0 0 0;
	width:100%;
	display: inline-block;
	border: 1px solid #663300; 
	border-top-right-radius:5px;
    border-top-left-radius:5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
 }
 .column  a{
	 text-decoration:none;
}
.column-tab{
	width:100%;
	background-color:#663300;
	color: #ffffff;
	font-size: 12pt;
	height: 25px;
	line-height:25px;
	cursor:pointer;
}

.column-tab:hover {
	 background-color:#FF9900;
}
/*---- 內容區 ----*/
#CONTENT {
width:750px;
text-align: left;
float:left;
}


.label{
	width:99%;
	border-bottom:3px solid #663300;
	height: 25px;
}
.label-tab{
	margin-left:5px;
	float: left;
	height: 25px;
	color: #ffffff;
	font-size: 12pt;
	line-height:25px;
	background-color:#663300;
	border-top-right-radius:5px;
    border-top-left-radius:5px;
     cursor:pointer;
}
.label-tab:hover {
	 background-color:#FF9900;
}
.label-after{
	margin-right:5px;
	float: right;
	font-size: 18pt;
	
}
.label-after  a {
	  text-decoration:none;

}
.carvings{
	float: left;
	border: 2px solid #663300;
	border-radius: 5px;
}
.ornament{
	float: left;
	border: 1px solid #663300;
	border-radius: 5px;
}
.brief_news{
   border: 4px solid #FFFFFF;
	border-radius: 5px;
	color:#646a77;
}
.book{
	border: 4px solid #C6D7FF;
	border-radius: 5px;
	color:#646a77;
}
.buttom-base{
	border: 1px solid #663300;
	border-radius: 5px;
	 cursor:pointer;
}

.buttom-base:hover {
	 background-color:#FF9900;
}

.buttom-base  a {
	  text-decoration:none;
}

.curved {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}


/*---- 頁尾 ----*/

#FOOTER {
    clear: both;
    color: #999;
    background-color: #eee;
}