/*下拉menu的屬性*/
.dropdown-menu{position:relative;top:100%;left:0;z-index:1000;display:auto;height:100px;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:none;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}

.font_logo1{
font-size:1em;
	font-family: "微軟正黑體", "Microsoft JhengHei", "Arial";	
	color: #fff580;
}

.font_big{
	font-family: "微軟正黑體", "Microsoft JhengHei", "Arial";	
	font-size:16px;
}

.color_yellow{
	color:#ffeb3f;
}

.color_white{
	color:#ffffff;
}

.bg-primary {
    background-color: #333;
	background-image: url('../images/index/bg_1.jpg'); /*第一區底圖*/
	background-position: center center;
}

.bg-second {
	background-image: url('../images/index/bg_2.jpg'); /*第二區底圖*/
	background-position: center center;
}

.dTitle {
    font-family: "微軟正黑體";
    font-size: 16px;
    color: rgba(253, 228, 38, 1);
    line-height: 36px;
}

.guestICO
{
	margin-bottom: 30px;
}
