@charset "utf-8";
body {
	/*margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	font-size: 12px
}

/************************************/
/* hyperlink and anchor tag styles  */
/************************************/
a{
	color: #0075c1;
	text-decoration: none;
	font-size:12px;
}

a:link{
	color: #0075c1;
	text-decoration: none;
	font-size:12px;
}

a:visited{
	color: #0075c1;
	text-decoration: none;
	font-size:12px;
}

a:hover{
	color: #999999;
	text-decoration: underline;
	font-size:12px;
}

TD{
	FONT-SIZE: 12px; COLOR: #535353; TEXT-DECORATION: none; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/************************************/
/* 後台管理CSS */
.table_css {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #AFAFAF;
	border-left-color: #AFAFAF;	
	padding:3px;
	/*table-layout:fixed;*/
	word-break:break-all;
}

.table_css td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #AFAFAF;
	border-bottom-color: #AFAFAF;
	padding:3px;
}

.table_css table td{
	border-right-style: none;
	border-bottom-style: none;
}

.table_title {
	background-color: #FFFFCC;
	line-height: 25px;
	font-weight: bold;
}

input {
	font-size: 12px;
}

textarea {
	font-size: 12px;
}

select {
	font-size: 12px;
}

.font_bg{
	background-color: #FFFFCC;
}
/************************************/
