﻿/*5個字以內按鈕---------------------------------------------------------------------- */
.5words_button
{
	font-size: 15px;
	color: #000033;
	background-image: url(Images/Button_1.gif);
	height: 26px;
	width: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	cursor: hand;
}
/*看更多物件按鈕title1_Button---------------------------------------------------------------------- */
.Title1_moreButton
{
    font-size: 15px;
    color: #990000;
    background-image: url(Images/title1_03moreButton.gif);
    height: 34px;
    width: 89px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-top: 4px;
    cursor: hand;
}
/*看更多物件按鈕title2_Button---------------------------------------------------------------------- */
.Title2_moreButton
{
    font-size: 15px;
    color: #990000;
    background-image: url(Images/title2_03moreButton.gif);
    height: 34px;
    width: 89px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-top: 4px;
    cursor: hand;
}

