﻿@charset "utf-8";
body {
	margin: 0px;
}

a{
      outline: none; /* for Firefox Google Chrome  */
      behavior:expression(this.onFocus=this.blur()); /* for IE */
}


/*邊界距離*/

.margin-bottom-5 {
	margin-bottom: 5px;
    }
.margin-bottom-10 {
	margin-bottom: 10px;
    }
.margin-bottom-15 {
	margin-bottom: 15px;
    }
.margin-bottom-20 {
	margin-bottom: 20px;
    }
.margin-bottom-30 {
	margin-bottom: 30px;
    }
.margin-top-5 {
	margin-top: 5px;
    }
.margin-top-10 {
	margin-top: 10px;
    }
.margin-top-30 {
	margin-top: 30px;
    }


.margin-tb-10 {
	margin-top: 10px;
	margin-bottom: 10px;
    }
.margin-tb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
    }
.margin-tb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
    }

.padding-bottom-5 {
	padding-bottom: 5px;
    }
.padding-bottom-10 {
	padding-bottom: 10px;
    }
.padding-top-5 {
	padding-top: 5px;
    }
.padding-top-10 {
	padding-top: 10px;
    }
.padding-top-30 {
	padding-top: 30px;
    }




.mid{
    vertical-align:middle;
}


/*透明度*/

.opacity-05 {
	opacity:0.5;
    }

/*字體顏色*/

.font-color-01 {
	color: #EE3E4F;
}

/*MAIN*/

.box-line-01 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #969696;
    }

.title-101 {
	font-family:\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4 , "Microsoft JhengHei","Verdana", "Arial";
	FONT-SIZE: 25px;
	color : #EE3E4F;
	font-style: normal;
	letter-spacing: 1px;
}

.font17-01 {
	font-family:\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4 , "Microsoft JhengHei","Verdana", "Arial";
	FONT-SIZE: 17px;
	line-height : 27px;
	color : #323232;
	font-style: normal;
	letter-spacing: 1px;
}
.font17-01 A:link{
	color : #0000CC;
	TEXT-DECORATION: underline;
}
.font17-01 A:visited{
	color : #0000CC;
	TEXT-DECORATION: underline;
}
.font17-01 A:hover{
	color : #969696;
	TEXT-DECORATION: none;
}



.font15-01 {
	font-family:\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4 , "Microsoft JhengHei","Verdana", "Arial";
	FONT-SIZE: 15px;
	line-height : 25px;
	color : #969696;
	font-style: normal;
	letter-spacing: 1px;
}

