@charset "UTF-8";
@import "/lib/cmn_css/component.css"; 

/* CSS Document */

#system {
	width:580px;
}
#system table {
	width:580px;
	margin-left:10px;
	border-top:1px solid #BCBABA;
	border-right:1px solid #BCBABA;
}
#system th,td {
	text-align:left;
	border-bottom:1px solid #BCBABA;
	border-left:1px solid #BCBABA;
	padding:5px;
}
#system input.name {
	height:20px;
	padding-top:5px;
	padding-left:5px;
}

#system textarea {
	padding-top:5px;
	padding-left:5px;
}

input.w80 {
	width:80px;
}
#system p {
	line-height:200%;
}

div.error {
	width:300px;
	margin:0 auto;
}
p.mLeft {
	text-align:center;
}
p.mLeft input {
	width:80px;
}

