@charset "utf-8";
/*==========tag==========*/
body, th, td, button, option, select, input, textarea, label{
	font-family: Tahoma, Sans Serif; 
	font-size: 14px;
}
body{
	margin: 0px; 
	padding: 0px;
}
a{
	cursor: pointer; 
	color: #825000;
	font-weight: bold; 
	text-decoration: none;
}
a:link{color: #825000;}
a:visited{color: #C28202;}
a:hover{color: #CC9900;}
img{ 
	border: none;
	vertical-align: middle;
}
input, select, textarea{
	border:1px solid #999999; 
	vertical-align: middle;
}
ul{
	list-style:none; 
}

/*==========font class for editor==========*/
.size12{font-size: 12px;}
.size14{font-size: 14px;}
.size16{font-size: 16px;}
.size18{font-size: 18px;}
.size20{font-size: 20px;}
.size22{font-size: 22px;}
