/* global setting */

body * {
	//font-family: arial,helvetica,"微軟正黑體";
        font-family: century gothic,"微軟正黑體",verdana,helvetica,sans-serif;
	             
}

.main_width {
	width: 960px;//1401px;
	margin: 0px auto;
}

.hover_color {
	color: #F47E71;
}

.gery_background {
	background-color: #EDEDED;
}
.pink_background {
	background-color: #F6E8DF;
}



.clear {
	clear:both;
}

.button {
	cursor: pointer;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.text_center {
	text-align: center;
	
}

.text_right{
	text-align: right;
}
