/*網頁文字*/
/*網頁文字*/
bword{
	font-family:Microsoft JhengHei;
	font-size: 1.12em;
}

h1{
	font-family:Microsoft JhengHei;
	font-weight: bold;
}

p{
	font-family:Microsoft JhengHei;
	font-size: .83em;　 
}

/*防抓取*/
/**{
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}*/

a{text-decoration:none;}
a:hover{text-decoration:underline;}


/*按鈕造型*/
/**內部超連結保持黑色去底線*/
.cwtboardstyle{
	border-radius: 5px;
	background-color:#F3F3F3;
	float:left;
    border-bottom:1px outset WhiteSmoke;
    border-right:1px outset WhiteSmoke;
	padding: 5px 15px 5px 15px;
	margin: 0;
	color: black;
}
.cwtboardstyle :link, .cwtboardstyle :visited{
	text-decoration:none;
	color: black;
}
.cwtboardstyle :hover{
	text-decoration:none;
	color: black;
} 


/*裝內容用的邊框*/
.content{
	margin:10px 10% 10px 10%;
	padding-top:5px;
	padding-left:5%;
	padding-right:5%;
	background-color:#F3F3F3;
	border-bottom:1px outset WhiteSmoke;
	border-radius: 8px;
}



/*分隔線*/
.bottomline{
	border-bottom:1px outset WhiteSmoke;
}


/*顏色*/
orange{
	color:orange;
}

blue{
	color:blue;
}

green{
	color:green;
}

red{
	color:red;
}

/*自定table方便表格在網頁中排版
功能 表格置中,文字間距0或預設(0.5),td內文字置中*/
.customtable.tablecenter{
	margin-left:auto; 
	margin-right:auto;
}
/*0間隔*/
.customtable.marginzero p{
	margin: 0px;
}
/*0.5em*/
.customtable.margindefault p{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
/*置中*/
.customtable.textcenter td{
	text-align: center;
}

.customtable.imgcenter img{
	display: block;
	margin:auto;
}
