@charset "UTF-8";

/* ------------------------------------------- */
/* Overwrite */
/* ------------------------------------------- */
.MainArea{
	position: relative;
}
.MainContents ul{
	margin: 0;
	padding: 10px 20px 0px;
	list-style: none;
}
.MainContents ul li{
	background: url(/img/site/list03.gif) no-repeat 0px 2px;
	margin: 0;
	padding: 0 0 6px 18px;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1em;
	list-style: none;
}
table.DataTable tr td{
	text-align: right;
}
table.DataTable tr td.left{
	text-align: left;
}
table.DataTable tr td.SubmitArea{
	padding: 15px 0;
}
.SubmitBox{
	float: left;
	margin: 0;
	padding: 0 0 0 25px;
}
table.DataTable tr td input{
	text-align: right;
}
table.DataTable tr td.SubmitArea input{
	color: #000000;
	display: block;
	border: none;
	background: url(/img/map/icon/menu.gif) no-repeat scroll 0 0;
	width: 150px;
	height: 26px;
	line-height: 26px;
	padding: 0 0 4px;
	text-align: center;
	cursor: pointer;
}
table.DataTable tr th, table.DataTable tr td {
    height: 30px;
}
input.SubmitBt{
	color: #000000;
	display: block;
	border: none;
	background: url(/img/map/icon/menu.gif) no-repeat scroll 0 0;
	width: 150px;
	height: 26px;
	line-height: 26px;
	margin: 10px 0 0;
	padding: 0 0 4px;
	text-align: center;
	cursor: pointer;
}
.BidMes{
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}


/* ------------------------------------------- */
/* LogBox */
/* ------------------------------------------- */
.LogBox{
	background-color: #FFFFFF;
	border: 2px solid #6699CC;
	width: 400px;
	margin: 0;
	padding: 10px;
	position: absolute;
	top: 110px;
	left: 234px;
	line-height: 1.5em;
}


/* ------------------------------------------- */
/* MenuArea */
/* ------------------------------------------- */
table.MenuTable{
	margin: 10px 0 6px 15px;
}
table.MenuTable tr td{
	margin: 0;
	padding: 0 14px 0 0;
}
table.MenuTable tr td a{
	display: block;
	border: none;
	background: url(/img/map/icon/menus2.gif) no-repeat scroll 0 0;
	width: 100px;
	height: 26px;
	line-height: 26px;
	margin: 0 0 4px;
	padding: 0;
	text-align: center;
}
table.MenuTable tr td a:link,
table.MenuTable tr td a:visited{
	color: #000000;
	text-decoration: none;
}
table.MenuTable tr td a:hover,
table.MenuTable tr td a.active{
	color: #000000;
	text-decoration: underline;
}


/* ------------------------------------------- */
/* Page */
/* ------------------------------------------- */
.PageLink{
	margin: 4px 0px 0px;
	padding: 0;
	text-align: center;
}
.PageLink a{
	display: inline;
	margin: 0px 1px;
	padding: 6px 4px;
	border: 1px solid #A7A7A7;
	font-size: 16px;
	text-decoration: underline;
	line-height: 36px;
}
.ResultNo{
	font-size: 16px;
	font-weight: bold;
	display: inline;
	margin: 0px 1px;
	padding: 6px 4px;
	border: 1px solid #A7A7A7;
	background-color: #F0F0F0;
	line-height: 36px;
}
