@CHARSET "EUC-JP";

#company_body{
	float:left;
	width:730px;
	text-align:left;
	margin-left:40px;
}
	#company_body H2{
	    padding: 5px 15px;
		font-weight:normal;
		background:transparent url(../img/body_h2_bg.jpg) no-repeat scroll 8px 7px;
		background-position:bottom left;
		border-color:#DFDFDF #DFDFDF -moz-use-text-color;
		border-style:solid solid none;
		border-width:1px 1px medium;
		font-size:1.1em;
		padding:7px 15px;
		text-align:left;
		width:690px;
		height:22px;
	    font-size: 	14.3px;
	    border: #dfdfdf solid 1px;
	    border-bottom: none;
		font-weight:bold;

	}
	#company_body H3{
		background:#60B802 url(../../menu/img/com_ditail_bg.jpg) repeat-x scroll center bottom;
		border:1px solid #258001;
		color:#FFFFFF;
		font-weight:normal;
		margin:10px 0;
		padding:5px 10px;
	}

.list_table{
	width:100%;
	clear:both;
	float:none;
	margin-bottom:20px;
	margin-top:20px;
}

	.list_table th{
		background-color:#F0FCEE;
		font-weight:normal;
		text-align:center;
	}
	
	.list_table td.chk{
		width:1.5em;
	}
	


.edit_table{
	width:100%;
	width:700px;
	clear:both;
	float:none;
	margin-bottom:20px;
	margin-top:20px;
}

	.edit_table th{
		background-color:#F0FCEE;
		font-weight:normal;
		width:120px;
		text-align:left;

		background:#F6F2EF none repeat scroll 0 0;
		line-height:1.5;
		vertical-align:top;
		width:120px;
		
		font-weight:bold;
	}

	.edit_table .thead th{
		background-color:#FFE1C9;
	}
	
	.edit_table .ex{
		font-size:small;
	}


.del_btn{
	float:right;
	height:30px;
}

.submit_btn{
	text-align:center;
}


.pre{
	white-space:pre;
}



