@charset "UTF-8";
/* CSS Document */
body{
	background-color: #f1ece6;
	font-family: "微軟正黑體";
}
.left{
	float:left;
}
.right{
	float:right;
}
.textleft{
	text-align: left;
}
.textcenter{
	text-align:center;
}
.title{
	font-size:2em;
	font-family: "微軟正黑體";
	color:#4a4a4a;
	text-align: left;
	display: block;
	float: left;
	
}
.title a{
	
	font-family: "微軟正黑體";
	color:#4a4a4a;
	
	float: left;
	text-decoration: none;
	
}
.block{
	display: block;
}
.clearboth{
	clear:both;
}
.foto{
	
	display: block;
	width:135px;
	height:95px;
}
.borderradius{
	border-radius: 10px;
}
.fontbold{
	font-weight:bold;
	color:#85582b;
}
.fontinitial{
	font-weight:initial;
	color:#85582b;
}
.flower{
	background-image: url( ../images/flower_bg.png) ;
	background-repeat: no-repeat;
	background-position:bottom;
	width:100%;
	height:auto;
	float:left;
	z-index: 1;
}
.hidden{
	overflow: hidden;
}
.more a{
	text-decoration: none;
	color:#666;
	font-size:1.2em;

}
.font-1{
	font-size:1em;
}
hr{
	border:1px dotted #993023;
}
.red{
	color: #993023;
	
}
.font-18{
	font-size:18px;
}
.font-22{
	font-size:22px;
}
.font-20{
	font-size:20px;
}
.height15{
	line-height:1.5;
}
.font-16{
	font-size:16px;
}
.font{
	font-family:"微軟正黑體";
}
.underline{
	text-decoration:underline;
}
.brown{ 
    color:#85582b; 
    font-family:"微軟正黑體";
}