/* CSS Document */

.mar_top10 {
    margin-top: 10px;
}
.mar_top20 {
    margin-top: 15px;
}
input.w200 {
	width: 200px;
}
input.w300 {
	width: 300px;
}
/* search */
.title_tb {
	padding: 5px 5px 5px 25px;
	margin: 10px 0;
	border: 1px solid #eee;
}
.title_tb span {
	margin: 0px 0 0 20px;
}
.title_tb input, .search select {
	vertical-align: middle;
}
.edit2_tb table {
	width: 99%;
	background-color: #fff;
	border-top: 1px solid #ebeae8;
}
.edit2_tb th {
	background-color: #f5f5f5;
	padding: 3px 5px;
	font-weight: 400;
	border-bottom: 1px solid #ebeae8;
	width: 180px;
}
.edit2_tb td {
	padding: 3px 5px;
	border-bottom: 1px solid #ebeae8;
}
.edit2_tb tr.Bbg th {
	background-color: #eee;
}
.edit2_tb tr.Bbg td {
	background-color: #f6f3ee;
}

.edit2_tb td.tL {
	text-align: left; 
}

input.btn_04 {
	width: 45px;
	height: 20px;
	background: url(../images/btn04_bg.jpg) no-repeat;
	border: none;
	cursor: pointer;
	vertical-align: middle;
}
