@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		margin-left: 0px;
	margin-top: 15px;
	color:#333333;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ececec;
}


.searchBox{
	border: #a46100 solid 1px;
	width: 180px;
	font-size:10px;
	height:20px;
}

.copyright{
	font-size: 10px;
	color:#666666;
	right: 3px;
	position: relative;
}


.textbox{
border: #a46100 solid 1px;
	width: 180px;
	font-size:10px;
	height:15px;
}

.textBox_short{
border: #a46100 solid 1px;
	width: 15px;
	font-size:10px;
	height:15px;
}

.selectBox{
border: #a46100 solid 1px;
	width: 180px;
	font-size:10px;
}

.textarea{
border: #a46100 solid 1px;
	width: 360px;
	font-size:10px;
}

a:link, a:visited, a:active{
	color:#333333;
	text-decoration:underline;
}

a:hover{
	color:#663300;
	text-decoration:none;
}

.button{
	color:#ffffff;
	background-color: #666666;
	border:#333333;
}