/* CSS Document */
/*Universal*/
body {
	margin: 0px 15px;
	padding: 0px;
	font-size: 9pt;
	color: #757575;
}
form {
	margin: 0px;
	padding: 0px;
}
.bg_interval {
	background: #FFFFFF;
}
.color_alert {
	color: #FF6633;
}
.color_name {
	color: #000;
}
.color_white {
	color: #FFF;
}
.color_black {
	color: #000;
}
.c_description {
	margin: 10px 0px;;
	text-align: right;
}
.btn_command {
	width: 100px;
}

/*login.asp*/
#div_tool {
	margin: 10px 0px;
	text-align: right;
}
#div_login {
	margin-top: 200px;
	text-align: center;
}
#ul_login {
	list-style: none;
}
#ul_login li {
	height: 30px;
	line-height: 30px;
}
#li_login_btn {
	margin-top: 10px;
	margin-bottom: 15px;
}
.input_login {
	width: 200px;
	border: none;
	border-bottom: #CCC dashed 1px;
}
.tool_text {
	margin: 5px 0px;
	text-align: right;
}

/*index.asp*/
#div_layout {
	margin-top: 15px;
}
#div_class {
	height: 30px;
	padding-left: 15px;
	border: #0085dd solid 1px;
	background: #09F;
	color: #252525;
	line-height: 30px;
}
#div_head,#div_data {
	border: #d4d4d4 solid 1px;
}
#div_head div,#div_data div {
	float: left;
}
#div_head {
	height: 12px;
	margin: 10px 0px;
	padding: 5px;
	color: #000;
	font-weight: bold;
}
#div_data {
	clear: both;
	padding: 5px;
}
#div_data form {
	clear: both;

	padding: 8px 0px;
}
.c_order {
	width: 40px;
}
.c_order_content {
	text-align: center;
}
.c_name {
	width: 440px;
}
.c_quantity,.c_update {
	width: 70px;
}
.c_quantity {
	padding-right: 10px;
	text-align: right;
}
.css_memo {
	
	width: 800px;
	padding-left: 40px;
}
.input_date {
	background: none;
	margin-left: -15px;
	width: 40px;
	border: none;
	border-bottom: #CCC dashed 1px;
	font-weight: bold;
	text-align: right;
}

/*edit_item.asp*/
#ul_edit_item {
	list-style: none;
	padding: 0px;
}
#ul_edit_item li {
	margin: 10px 0px;
}
.input_edit_type {
	width: 130px;
}
.input_edit_name, {
	width: 350px;
}
.input_edit_memo {
	width: 600px;
	height: 200px;
}